| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 Sep 2012 21:15:51
2.05_3
|
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@ |
18 Aug 2012 14:29:11
2.05_3
|
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@ |
20 Aug 2011 17:27:52
2.05_3
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
19 Mar 2011 13:15:34
2.05_2
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
19 Mar 2011 12:38:54
2.05_2
|
miwi  |
- Get Rid MD5 support |
16 Sep 2010 03:31:43
2.05_1
|
pgollucci  |
- add patch file |
16 Sep 2010 03:31:17
2.05_1
|
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 |
06 Jun 2010 05:00:32
2.05
|
pgollucci  |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
27 May 2010 21:27:03
2.05
|
pgollucci  |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@ |
27 May 2010 21:19:17
2.05
|
pgollucci  |
- 1/3:
- apxs -a is install
- apxs -A is uninstall
PR: ports/147139
Reviewed by: portmgr (pav)
With Hat: apache@ |
25 May 2010 20:17:37
2.05  |
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) |
13 May 2010 00:54:57
2.05
|
pgollucci  |
- Chase the www/apache20 conversion to devel/pcre only.
Reported by: pointyhat via pav, erwin
With Hat: apache@ |
12 May 2010 20:05:52
2.05
|
pav  |
- Fix build
PR: ports/146476
Submitted by: Tommy Scheunemann <net@arrishq.net> (maintainer) |
21 May 2009 20:45:34
2.05
|
pgollucci  |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
21 Aug 2008 06:18:49
2.05
|
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 (Only the first 15 lines of the commit message are shown above ) |
16 Feb 2008 08:54:06
2.05
|
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> |