| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 Jan 2012 16:47:41
1.101_4
|
ohauer  |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
20 Aug 2011 17:27:52
1.101_4
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
19 Mar 2011 13:15:34
1.101_3
|
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
07 Mar 2011 15:59:27
1.101_2
|
clsung  |
- dbi.0 => dbi.1
- bump PORTREVISION |
13 Feb 2011 19:45:34
1.101_1
|
ohauer  |
- fix pkg-plist
- cleanup Makefile
- remove MD5 from distfile
PR: ports/147009 |
27 May 2010 21:19:17
1.101
|
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
1.101  |
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) |
17 May 2009 07:24:35
1.101
|
pgollucci  |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
20 Mar 2007 10:38:12
1.101
|
clement  |
- Update to 1.101
- Convert to USE_APACHE framework |
13 May 2006 04:41:22
1.100
|
edwin  |
Remove USE_REINPLACE from categories starting with W |
24 Jan 2006 03:14:23
1.100
|
edwin  |
SHA256ify
Approved by: krion@ |
04 Dec 2005 00:18:15
1.100
|
clement  |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
22 Jan 2005 09:37:52
1.100
|
kuriyama  |
Append missing space separator for $SSL variable.
Reported by: pointyhat via kris |
16 Jan 2005 15:52:22
1.100
|
clement  |
- Update to 1.100 |
14 Sep 2004 16:18:57
1.99
|
clement  |
- Fix build without SSL support (common case, with apache13* ports)
Approved by: portmgr (marcus) |
18 Aug 2004 16:21:56
1.99
|
clement  |
- Assign maintainership to freshly created apache@ mailing list |
08 Aug 2004 10:03:56
1.99
|
clement  |
- We are no more forced to used libdbi
Obtained from: authors |
31 Jul 2004 12:17:00
1.99
|
clement  |
- Update to 1.99
This release reuires an useless dependency on libdbi (since dbi support
is not complete).
I'll try to make this ports libdbi-free soon. |
30 Apr 2004 12:53:50
1.97
|
clement  |
- Fix LATEST_LINK conflict
- Grab back maintainership |
18 Apr 2004 11:49:33
1.97
|
clement  |
- Remove blank line at the end of pkg-plist
- Cosmetic changes in Makefile |
16 Apr 2004 19:57:21
1.97
|
clement  |
Add mod_log_sql 1.97.
This add-on module allows the apache web server to use a MySQL database
for logging of all operations.
WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/
This release add supports for apache2. |