[19743] trunk/dports/www/php5/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 26 05:24:24 PDT 2006


Revision: 19743
          http://trac.macosforge.org/projects/macports/changeset/19743
Author:   jwa at macports.org
Date:     2006-09-26 05:24:23 -0700 (Tue, 26 Sep 2006)

Log Message:
-----------
Added --enable-dba and (for macosx variant) --with-ldap configuration, like in php4

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

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2006-09-26 10:47:28 UTC (rev 19742)
+++ trunk/dports/www/php5/Portfile	2006-09-26 12:24:23 UTC (rev 19743)
@@ -4,7 +4,7 @@
 
 name			php5
 version			5.1.6
-revision		0
+revision		1
 categories      lang php www
 maintainers     macports-2006 at ryandesign.com, jwa at macports.org
 
@@ -70,6 +70,7 @@
 			--enable-trans-sid  \
 			--enable-mbstring \
 			--enable-dbx \
+			--enable-dba \
 			--with-openssl=${prefix} \
 			--with-mhash=${prefix} \
 			--with-mcrypt=${prefix} \
@@ -112,7 +113,7 @@
 }
 
 variant macosx {
-	configure.args-append	--with-kerberos=/usr --with-iodbc=/usr
+	configure.args-append	--with-ldap=/usr --with-kerberos=/usr --with-iodbc=/usr
 }
 
 variant apache conflicts apache2 fastcgi {

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


More information about the macports-changes mailing list