non port: www/mod_auth_form/Makefile |
Number of commits found: 14 |
Thursday, 24 Jul 2014
|
16:33 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Saturday, 22 Sep 2012
|
21:15 ohauer
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@
 |
Saturday, 18 Aug 2012
|
14:29 ohauer
- 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@
 |
Saturday, 20 Aug 2011
|
17:27 ohauer
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
 |
Saturday, 19 Mar 2011
|
13:15 ale
Bump PORTREVISION for ports linking to default libmysqlclient.
 |
Thursday, 16 Sep 2010
|
03:31 pgollucci
- 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
 |
Tuesday, 25 May 2010
|
20:17 pgollucci
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)
 |
Thursday, 13 May 2010
|
00:54 pgollucci
- Chase the www/apache20 conversion to devel/pcre only.
Reported by: pointyhat via pav, erwin
With Hat: apache@
 |
Wednesday, 12 May 2010
|
20:05 pav
- Fix build
PR: ports/146476
Submitted by: Tommy Scheunemann <net@arrishq.net> (maintainer)
 |
Thursday, 21 May 2009
|
20:45 pgollucci
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
 |
Thursday, 21 Aug 2008
|
06:18 rafan
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)
 |
Saturday, 16 Feb 2008
|
08:54 beech
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>
 |
Number of commits found: 14 |