[PC-BSD Commits] r3431 - pbibuild/modules/apache22
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 11 06:57:56 PST 2009
Author: kris
Date: 2009-02-11 06:57:50 -0800 (Wed, 11 Feb 2009)
New Revision: 3431
Modified:
pbibuild/modules/apache22/copy-files
pbibuild/modules/apache22/pbi.conf
Log:
Fixed apache22 to include some missing libs
Modified: pbibuild/modules/apache22/copy-files
===================================================================
--- pbibuild/modules/apache22/copy-files 2009-02-10 20:55:19 UTC (rev 3430)
+++ pbibuild/modules/apache22/copy-files 2009-02-11 14:57:50 UTC (rev 3431)
@@ -1,3 +1,4 @@
/usr/local/etc/rc.d/apache22 etc/rc.d/
/usr/local/lib/apache22 autolibs/
-
+/usr/local/lib/libap* autolibs/
+/usr/local/lib/apache22/http* bin/
Modified: pbibuild/modules/apache22/pbi.conf
===================================================================
--- pbibuild/modules/apache22/pbi.conf 2009-02-10 20:55:19 UTC (rev 3430)
+++ pbibuild/modules/apache22/pbi.conf 2009-02-11 14:57:50 UTC (rev 3431)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="14"
+BUILDKEY="01"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list