| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
20 Aug 2011 17:27:52
1.5.4_2
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
19 Mar 2011 12:38:54
1.5.4_1
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.5.4_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
1.5.4_1
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
1.5.4_1
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
1.5.4_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
06 Jun 2010 05:00:32
1.5.4
|
pgollucci  |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
25 May 2010 20:17:37
1.5.4  |
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
1.5.4
|
pgollucci  |
- Chase the www/apache20 conversion to devel/pcre only.
Reported by: pointyhat via pav, erwin
With Hat: apache@ |
22 Aug 2009 00:38:34
1.5.4
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
02 Aug 2009 19:36:34
1.5.4
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
17 May 2009 07:24:35
1.5.4
|
pgollucci  |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
03 Feb 2009 09:18:37
1.5.4
|
pgollucci  |
- Update to 1.5.4 |
28 Jan 2009 04:05:22
1.5.3_1
|
pgollucci  |
- over to apache@
- while here use SF macro |
27 Jan 2009 06:41:53
1.5.3_1
|
linimon  |
Maintainer is no longer able to maintain these ports. While here, mark the
sipX ports as deprecated due to their age.
Submitted by: maintainer |
20 Aug 2008 00:57:32
1.5.3_1
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
30 Sep 2007 04:47:37
1.5.3_1
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
28 Jul 2007 06:33:59
1.5.3
|
ade  |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
14 Jun 2007 06:10:06
1.5.3
|
miwi  |
- Fix build with gcc 4.2
Submitted by: pointyhat via kris
Approved by: maintainer |
06 Feb 2007 23:31:06
1.5.3
|
miwi  |
- Update to 1.5.3.
- Fixes core dump when unloaded by httpd.
Submitted by: Mike Durian <durian@shadetreesoftware.com> (maintainer) |
30 Dec 2006 23:24:37
1.5.2
|
miwi  |
mod_cplusplus is a proper apache module which allows you to load cpp objects
as handlers for Apache-2.0. It differs from other modules i've seen in that
it manages the loading and calling of separate shared objects containing your
handler classes. This allows you to easily and cleanly run an entire site
with c++ handlers.
WWW: http://modcplusplus.sourceforge.net/
PR: ports/107361
Submitted by: Michael Durian <durian at shadetreesoftware.com> |