[30539] trunk/dports/www/php5-devel/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 17:10:39 PDT 2007


Revision: 30539
          http://trac.macosforge.org/projects/macports/changeset/30539
Author:   ryandesign at macports.org
Date:     2007-10-30 17:10:39 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
php5-devel: merge changeset 30538 from php5 portfile: add +sockets variant requested in #12929

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

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2007-10-31 00:07:54 UTC (rev 30538)
+++ trunk/dports/www/php5-devel/Portfile	2007-10-31 00:10:39 UTC (rev 30539)
@@ -297,6 +297,13 @@
     }
 }
 
+variant sockets description {Add socket communication functions} {
+	# Note: This extension will be moved to the PECL repository and will no longer be bundled with PHP as of PHP 5.3.0.
+	# This variant should be removed when the port is upgraded to PHP 5.3.0.
+	configure.args-append \
+		--enable-sockets
+}
+
 destroot.args \
     INSTALL_ROOT=${destroot}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071030/8544357b/attachment.html


More information about the macports-changes mailing list