[71588] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Thu Sep 16 22:21:25 PDT 2010


Revision: 71588
          http://trac.macports.org/changeset/71588
Author:   ryandesign at macports.org
Date:     2010-09-16 22:21:24 -0700 (Thu, 16 Sep 2010)
Log Message:
-----------
php5, php5-devel: remove built-in ldap support; this is now in the separate php5-ldap port; see #20492 and #19091

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2010-09-17 05:19:49 UTC (rev 71587)
+++ trunk/dports/lang/php5/Portfile	2010-09-17 05:21:24 UTC (rev 71588)
@@ -8,7 +8,7 @@
 # Update revision of php5-eaccelerator when updating version of php5
 epoch                   1
 version                 5.3.3
-revision                1
+revision                2
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -103,11 +103,6 @@
         LIBS=-lresolv
 }
 
-platform macosx {
-    configure.args-append \
-        --with-ldap=/usr
-}
-
 variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {}
 
 # Build an Apache 1 module. On Mac OS X, it uses Apple's provided Apache 1 server.

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2010-09-17 05:19:49 UTC (rev 71587)
+++ trunk/dports/lang/php5-devel/Portfile	2010-09-17 05:21:24 UTC (rev 71588)
@@ -7,6 +7,7 @@
 conflicts               php5 php52
 epoch                   1
 version                 5.3.3RC3
+revision                1
 set major               [lindex [split ${version} .] 0]
 set my_name             php${major}
 dist_subdir             ${my_name}
@@ -104,11 +105,6 @@
         LIBS=-lresolv
 }
 
-platform macosx {
-    configure.args-append \
-        --with-ldap=/usr
-}
-
 variant no_web conflicts apache apache2 fastcgi description {Don't include any web server support} {}
 
 # Build an Apache 1 module. On Mac OS X, it uses Apple's provided Apache 1 server.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100916/9b04c6b9/attachment.html>


More information about the macports-changes mailing list