non port: www/mod_auth_pubtkt/Makefile |
SVNWeb
|
Number of commits found: 22 |
Wed, 25 Jan 2023
|
[ 17:54 Muhammad Moinur Rahman (bofh) ] 40843b1 (Only the first 10 of 106 ports in this commit are shown above. )
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 2 Nov 2018
|
[ 00:01 swills ]
www/mod_auth_pubtkt: update to 0.13
PR: 232894
Submitted by: mk@neon1.net (maintainer)
|
Sun, 11 Mar 2018
|
[ 17:38 brnrd ] (Only the first 10 of 117 ports in this commit are shown above. )
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
[ 14:23 brnrd ] (Only the first 10 of 18 ports in this commit are shown above. )
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses
- Chase required changes in framework (bsd.sanity.mk, bsd.port.mk)
- Chase required changes in ports (version checks)
- Chase required changes in PHP ports (include bsd.apache.mk)
- exp-run by antoine, brnrd, joneum
PR: 223691 (exp-run)
Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr)
Approved by: joneum (hat apache)
Approved by: portmgr
With hat: apache
|
Thu, 3 Mar 2016
|
[ 17:00 rakuco ]
Update to 0.9.
PR: 206684
Submitted by: mk@neon1.net (maintainer)
|
Sun, 27 Jul 2014
|
[ 21:23 antoine ]
Revert pervious commit, the port was BROKEN at midnight UTC but is no
longer BROKEN
Reported by: marino
|
[ 21:13 antoine ]
Mark BROKEN: Fails to build
===> Building for ap24-mod_auth_pubtkt-0.8
===> Generating apache plist
/usr/local/share/apr/build-1/libtool --silent --mode=compile cc -std=gnu99
-prefer-pic -O2 -pipe -I/usr/include -fno-strict-aliasing
-I/usr/local/include/apache24 -I/usr/local/include/apr-1
-I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include
-I/usr/local/include/db48 -DAPACHE22 -c -o src/mod_auth_pubtkt.lo
src/mod_auth_pubtkt.c && touch src/mod_auth_pubtkt.slo
src/mod_auth_pubtkt.c: In function 'cookie_match':
src/mod_auth_pubtkt.c:420: error: too few arguments to function
'ap_unescape_url_keep2f'
apxs:Error: Command failed with rc=65536
Reported by: pkg-fallout
|
[ 00:49 marino ]
www/mod_auth_pubtkt: Fix build with Apache 2.4
PR: 191942
Submitted by: maintainer (Manuel Kasper)
|
Fri, 30 May 2014
|
[ 20:58 ohauer ]
- use bsd.apache.mk framework for building
(remove Makefile patch)
- add stage support
(remove pkg-plist)
PR: 190403
Submitted by: Manuel Kasper <mk@neon1.net> (maintainer)
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 22 Sep 2012
|
[ 21:36 ohauer ]
- update to version 0.8
( local exp-run with apache24 done, build OK )
PR: ports/171867
Submitted by: Manuel Kasper <mk@neon1.net> (maintainer)
|
Sat, 18 Aug 2012
|
[ 14:29 ohauer ] (Only the first 10 of 188 ports in this commit are shown above. )
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
|
Sun, 1 Jan 2012
|
[ 16:47 ohauer ] (Only the first 10 of 64 ports in this commit are shown above. )
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
|
Sat, 20 Aug 2011
|
[ 17:27 ohauer ] (Only the first 10 of 152 ports in this commit are shown above. )
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
|
Wed, 22 Sep 2010
|
[ 21:50 pgollucci ] (Only the first 10 of 12 ports in this commit are shown above. )
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs
|
Mon, 7 Jun 2010
|
[ 01:56 pgollucci ]
- Update to 0.6
PR: ports/147101
Submitted by: pgollucci@ (myself)
Approved by: mk@neon1.net (maintainer)
|
Tue, 25 May 2010
|
[ 20:17 pgollucci ] (Only the first 10 of 59 ports in this commit are shown above. )
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav)
|
Sat, 18 Jul 2009
|
[ 16:50 mbr ]
mod_auth_pubtkt is a Web single sign-on (SSO) solution for Apache
WWW: https://neon1.net/mod_auth_pubtkt/
Submitted by: Manuel Kasper <mkasper@monzoon.net>
|
Number of commits found: 22 |