[135006] trunk/dports/www/apache24-devel

ionic at macports.org ionic at macports.org
Sun Apr 12 20:31:42 PDT 2015


Revision: 135006
          https://trac.macports.org/changeset/135006
Author:   ionic at macports.org
Date:     2015-04-12 20:31:42 -0700 (Sun, 12 Apr 2015)
Log Message:
-----------
apache24-devel update to 2.4.12. Apply patch to avoid potential ulimit breakage on darwin. Fixes: #46712.

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

Added Paths:
-----------
    trunk/dports/www/apache24-devel/files/patch-support-apachectl.in.diff

Modified: trunk/dports/www/apache24-devel/Portfile
===================================================================
--- trunk/dports/www/apache24-devel/Portfile	2015-04-13 03:29:57 UTC (rev 135005)
+++ trunk/dports/www/apache24-devel/Portfile	2015-04-13 03:31:42 UTC (rev 135006)
@@ -7,7 +7,7 @@
 
 name                apache24-devel
 apache2.name        apache2
-version             2.4.10
+version             2.4.12
 categories          www
 maintainers         ryandesign mathiesen.info:macintosh pixilla openmaintainer
 license             Apache-2
@@ -24,8 +24,8 @@
 use_bzip2           yes
 use_parallel_build  yes
 
-checksums           rmd160  254f4b9b8cc4e151aa46973311077baa0a3daad3 \
-                    sha256  176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a
+checksums           rmd160  396deb95ca40f429cc3845a36b766a9fb1c2c2aa \
+                    sha256  ad6d39edfe4621d8cc9a2791f6f8d6876943a9da41ac8533d77407a2e630eae4
 
 depends_lib         port:apr \
                     port:apr-util \
@@ -47,6 +47,10 @@
         ${worksrcpath}/config.layout
 }
 
+platform darwin {
+    patchfiles-append   patch-support-apachectl.in.diff
+}
+
 platform darwin 9 {
     post-extract {
         reinplace "s|-export-symbols-regex ssl_module||g" ${worksrcpath}/configure

Added: trunk/dports/www/apache24-devel/files/patch-support-apachectl.in.diff
===================================================================
--- trunk/dports/www/apache24-devel/files/patch-support-apachectl.in.diff	                        (rev 0)
+++ trunk/dports/www/apache24-devel/files/patch-support-apachectl.in.diff	2015-04-13 03:31:42 UTC (rev 135006)
@@ -0,0 +1,11 @@
+--- a/support/apachectl.in	2012-01-31 21:47:28.000000000 -0600
++++ b/support/apachectl.in	2015-01-30 05:58:39.000000000 -0600
+@@ -62,7 +62,7 @@
+ # number of file descriptors allowed per child process. This is
+ # critical for configurations that use many file descriptors,
+ # such as mass vhosting, or a multithreaded server.
+-ULIMIT_MAX_FILES="@APACHECTL_ULIMIT@"
++ULIMIT_MAX_FILES=""
+ # --------------------                              --------------------
+ # ||||||||||||||||||||   END CONFIGURATION SECTION  ||||||||||||||||||||
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150412/189fa65e/attachment.html>


More information about the macports-changes mailing list