CVS log for ports/www/mod_auth_form/Makefile
Up to [FreeBSD] / ports / www / mod_auth_form
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 20 17:27:39 2011 UTC (5 months, 2 weeks ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Mar 19 13:15:32 2011 UTC (10 months, 3 weeks ago) by ale
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Bump PORTREVISION for ports linking to default libmysqlclient.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 16 03:31:16 2010 UTC (16 months, 3 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
- Fix pkg-plist The default install-exec-hook calls apxs but without -a/-A which confuses our std pkg-plist @exec/@unexec stanzas Reported by: erwin via pointyhat
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 25 20:17:26 2010 UTC (20 months, 2 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
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)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 13 00:54:56 2010 UTC (20 months, 4 weeks ago) by pgollucci
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
- Chase the www/apache20 conversion to devel/pcre only. Reported by: pointyhat via pav, erwin With Hat: apache@
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 12 20:05:52 2010 UTC (20 months, 4 weeks ago) by pav
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -0 lines
- Fix build PR: ports/146476 Submitted by: Tommy Scheunemann <net@arrishq.net> (maintainer)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 21 20:45:25 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes PR: ports/134611 Approved by: pav (#bsdports)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:36 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 16 08:54:06 2008 UTC (3 years, 11 months ago) by beech
Branches: MAIN
CVS tags: RELEASE_5_EOL
mod_auth_form is a form based authentication module for apache2. It is used to place access restrictions on a per-directory, per-user-request basis using session management. The module uses a MySQL database to retrieve users' group membership, maintain and validate users' sessions and optionally track user activity. PR: ports/120514 Submitted by: Tommy Scheunemann <net at arrishq.net>
