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

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 17:07:54 PDT 2007


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

Log Message:
-----------
php5: add +sockets variant requested in #12929

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

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-10-31 00:02:56 UTC (rev 30537)
+++ trunk/dports/www/php5/Portfile	2007-10-31 00:07:54 UTC (rev 30538)
@@ -306,6 +306,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/e7dfd22f/attachment.html


More information about the macports-changes mailing list