[Midnightbsd-cvs] mports [16361] trunk/www/apache24: use bzip2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Apr 22 07:41:11 EDT 2014


Revision: 16361
          http://svnweb.midnightbsd.org/mports/?rev=16361
Author:   laffer1
Date:     2014-04-22 07:41:10 -0400 (Tue, 22 Apr 2014)
Log Message:
-----------
use bzip2

Modified Paths:
--------------
    trunk/www/apache24/Makefile
    trunk/www/apache24/distinfo

Added Paths:
-----------
    trunk/www/apache24/pkg-help

Modified: trunk/www/apache24/Makefile
===================================================================
--- trunk/www/apache24/Makefile	2014-04-22 11:39:14 UTC (rev 16360)
+++ trunk/www/apache24/Makefile	2014-04-22 11:41:10 UTC (rev 16361)
@@ -26,7 +26,7 @@
 			AUTOHEADER=${AUTOHEADER}
 
 USE_APACHE=	common24
-USES=		iconv
+USES=		iconv tar:bzip2
 USE_AUTOTOOLS=	autoconf libtool
 USE_PERL5=	yes
 USE_PYTHON=	yes

Modified: trunk/www/apache24/distinfo
===================================================================
--- trunk/www/apache24/distinfo	2014-04-22 11:39:14 UTC (rev 16360)
+++ trunk/www/apache24/distinfo	2014-04-22 11:41:10 UTC (rev 16361)
@@ -1,2 +1,2 @@
-SHA256 (apache24/httpd-2.4.9.tar.gz) = a6b20feaf827558105c95f16a9364bbb732d6fb0ad586feb7c79977f5ac7b07c
-SIZE (apache24/httpd-2.4.9.tar.gz) = 6784016
+SHA256 (apache24/httpd-2.4.9.tar.bz2) = f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603
+SIZE (apache24/httpd-2.4.9.tar.bz2) = 4994460

Added: trunk/www/apache24/pkg-help
===================================================================
--- trunk/www/apache24/pkg-help	                        (rev 0)
+++ trunk/www/apache24/pkg-help	2014-04-22 11:41:10 UTC (rev 16361)
@@ -0,0 +1,25 @@
+Hints:
+
+- only a subset from the selected modules are enabled by default in
+  httpd.conf.
+
+- by default apache24 builds with static prefork MPM
+
+- if MPM_SHARED is selected then all MPM modules will be build, but
+  only the selected DEFAULT MPM module will be registered and enabled 
+  in httpd.conf. For more information see:
+  https://issues.apache.org/bugzilla/show_bug.cgi?id=53882
+
+Note:
+  Shared MPM loading is at the moment not supported by most additional
+  modules (php/perl/python) because they need to know the apache
+  threading model during build time
+
+  To build the develop/example modules specify additional the parameter
+  -DIAMADEVELOPER (I am a developer)
+
+For detailed module description visit
+  http://httpd.apache.org/docs/2.4/mod/
+
+and for the develop/example modules
+  http://httpd.apache.org/docs/2.2/programs/configure.html



More information about the Midnightbsd-cvs mailing list