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

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 4 20:02:47 PST 2006


Revision: 20854
          http://trac.macosforge.org/projects/macports/changeset/20854
Author:   markd at macports.org
Date:     2006-12-04 20:02:46 -0800 (Mon, 04 Dec 2006)

Log Message:
-----------
Closes #6749 and #10876.  Add openssl variant.

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

Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile	2006-12-04 23:15:14 UTC (rev 20853)
+++ trunk/dports/www/apache2/Portfile	2006-12-05 04:02:46 UTC (rev 20854)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name             apache2
 version          2.2.3
-revision		 1
+revision		 2
 
 categories       www
 maintainers      james at imajes.info
@@ -86,6 +86,11 @@
 	build.env-append "LD_LIBRARY_PATH=${prefix}/lib"
 }
 
+variant openldap {
+	configure.args-append --enable-ldap --enable-authnz-ldap
+	depends_lib-append port:openldap
+}
+
 startupitem.create	yes
 startupitem.start	\
 "\[ -x ${prefix}/apache2/bin/apachectl \] && ${prefix}/apache2/bin/apachectl start > /dev/null"

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


More information about the macports-changes mailing list