[111146] trunk/dports/www

ryandesign at macports.org ryandesign at macports.org
Sun Sep 15 18:22:45 PDT 2013


Revision: 111146
          https://trac.macports.org/changeset/111146
Author:   ryandesign at macports.org
Date:     2013-09-15 18:22:45 -0700 (Sun, 15 Sep 2013)
Log Message:
-----------
apache2, apache20, apache24-devel: specify zlib dependency and path (#40396)

Modified Paths:
--------------
    trunk/dports/www/apache2/Portfile
    trunk/dports/www/apache20/Portfile
    trunk/dports/www/apache24-devel/Portfile

Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile	2013-09-16 01:03:39 UTC (rev 111145)
+++ trunk/dports/www/apache2/Portfile	2013-09-16 01:22:45 UTC (rev 111146)
@@ -32,7 +32,8 @@
                     port:expat \
                     port:openssl \
                     port:pcre \
-                    port:perl5
+                    port:perl5 \
+                    port:zlib
 
 # Both apache and apache2 want to install dbmmanage.1 and other manpages.
 conflicts           apache
@@ -69,6 +70,7 @@
                    --libdir=${prefix}/lib \
                    --with-expat=${prefix} \
                    --with-pcre=${prefix} \
+                   --with-z=${prefix} \
                    --mandir=${prefix}/share/man \
                    --enable-mods-shared=all \
                    --enable-authn-alias=shared \

Modified: trunk/dports/www/apache20/Portfile
===================================================================
--- trunk/dports/www/apache20/Portfile	2013-09-16 01:03:39 UTC (rev 111145)
+++ trunk/dports/www/apache20/Portfile	2013-09-16 01:22:45 UTC (rev 111146)
@@ -65,9 +65,10 @@
 depends_lib      port:apr0 \
                  port:apr-util0 \
                  port:expat \
-		 port:openssl \
+                 port:openssl \
                  port:pcre \
-                 port:perl5
+                 port:perl5 \
+                 port:zlib
 
 patchfiles       patch-httpd-std.conf.in \
                  patch-docs-cgi-examples-printenv.diff \
@@ -86,7 +87,8 @@
 configure.args     --with-apr=${prefix}/bin/apr-config \
                    --with-apr-util=${prefix}/bin/apu-config \
                    --libdir=${prefix}/lib \
-		   --with-pcre=${prefix} \
+                   --with-pcre=${prefix} \
+                   --with-z=${prefix} \
                    --mandir=${prefix}/share/man \
                    --enable-mods-shared=all \
                    --enable-ssl \
@@ -100,7 +102,7 @@
                    --enable-proxy-connect \
                    --enable-proxy-http \
                    --enable-proxy-ftp
-                   
+
 post-configure {
 	# Setting DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH
 	# avoids issues with library collisions (bug #3013)

Modified: trunk/dports/www/apache24-devel/Portfile
===================================================================
--- trunk/dports/www/apache24-devel/Portfile	2013-09-16 01:03:39 UTC (rev 111145)
+++ trunk/dports/www/apache24-devel/Portfile	2013-09-16 01:22:45 UTC (rev 111146)
@@ -34,7 +34,8 @@
                     port:expat \
                     port:openssl \
                     port:pcre \
-                    port:perl5
+                    port:perl5 \
+                    port:zlib
 
 patch.pre_args      -p1
 patchfiles          patch-build-rules.mk.in.diff \
@@ -60,6 +61,7 @@
                    --enable-layout=MacPorts \
                    --with-expat=${prefix} \
                    --with-pcre=${prefix} \
+                   --with-z=${prefix} \
                    --enable-mods-shared=all \
                    --enable-authn-alias=shared \
                    --enable-ssl \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130915/b2037937/attachment.html>


More information about the macports-changes mailing list