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

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 3 21:39:51 PST 2007


Revision: 21121
          http://trac.macosforge.org/projects/macports/changeset/21121
Author:   ryandesign at macports.org
Date:     2007-01-03 21:39:50 -0800 (Wed, 03 Jan 2007)

Log Message:
-----------
add ipc variant as requested by Emory Smith (emory dot smith at gmail dot com)

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

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2007-01-03 21:20:02 UTC (rev 21120)
+++ trunk/dports/www/php5/Portfile	2007-01-04 05:39:50 UTC (rev 21121)
@@ -184,6 +184,15 @@
 		--with-pdo-pgsql=${prefix}/lib/postgresql82/bin
 }
 
+# add semaphore, shared memory and IPC functions; see http://www.php.net/sem
+variant ipc {
+	configure.args-append \
+		--enable-shmop \
+		--enable-sysvsem \
+		--enable-sysvshm \
+		--enable-sysvmsg
+}
+
 # if no apache/apache2/fastcgi variant is set, we set it (need better default variant management)
 if { ![variant_isset apache] && ![variant_isset apache2] && ![variant_isset fastcgi] } {
 	if { ! [variant_isset macosx] } {

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


More information about the macports-changes mailing list