[20851] trunk/dports/www/apache2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 4 09:14:48 PST 2006


Revision: 20851
          http://trac.macosforge.org/projects/macports/changeset/20851
Author:   jberry at macports.org
Date:     2006-12-04 09:14:47 -0800 (Mon, 04 Dec 2006)

Log Message:
-----------
Enable build of cache modules for apache2

Modified Paths:
--------------
    trunk/dports/www/apache2/Portfile

Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile	2006-12-04 08:34:56 UTC (rev 20850)
+++ trunk/dports/www/apache2/Portfile	2006-12-04 17:14:47 UTC (rev 20851)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             apache2
 version          2.2.3
+revision		 1
 
 categories       www
 maintainers      james at imajes.info
@@ -24,8 +25,8 @@
 depends_lib      port:apr \
                  port:apr-util \
                  port:expat \
-		 port:openssl \
-		 port:pcre
+				 port:openssl \
+				 port:pcre
 
 patchfiles       patch-httpd-std.conf.in 
 
@@ -48,11 +49,15 @@
                    --with-apr-util=${prefix}/bin/apu-1-config \
                    --libdir=${prefix}/lib \
                    --with-expat=${prefix} \
-		   --with-pcre=${prefix} \
+		   		   --with-pcre=${prefix} \
                    --mandir=${prefix}/share/man \
                    --enable-mods-shared=all \
                    --enable-ssl \
                    --with-ssl=${prefix} \
+                   --enable-cache \
+                   --enable-disk_cache \
+                   --enable-file_cache \
+                   --enable-mem_cache \
                    --enable-deflate \
                    --enable-proxy \
                    --enable-proxy-connect \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061204/a689e268/attachment.html


More information about the macports-changes mailing list