[110361] trunk/dports/php/php-event/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Aug 30 10:12:11 PDT 2013


Revision: 110361
          https://trac.macports.org/changeset/110361
Author:   ryandesign at macports.org
Date:     2013-08-30 10:12:11 -0700 (Fri, 30 Aug 2013)
Log Message:
-----------
php-event: use sockets

Modified Paths:
--------------
    trunk/dports/php/php-event/Portfile

Modified: trunk/dports/php/php-event/Portfile
===================================================================
--- trunk/dports/php/php-event/Portfile	2013-08-30 16:52:45 UTC (rev 110360)
+++ trunk/dports/php/php-event/Portfile	2013-08-30 17:12:11 UTC (rev 110361)
@@ -6,6 +6,7 @@
 
 name                    php-event
 version                 1.7.5
+revision                1
 categories-append       devel
 platforms               darwin
 maintainers             ryandesign openmaintainer
@@ -23,9 +24,13 @@
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:libevent \
-                        port:openssl
+                        port:openssl \
+                        port:${php}-sockets
 
     configure.args-append \
                         --with-event-libevent-dir=${prefix} \
                         --with-openssl-dir=${prefix}
+
+    configure.cflags-append \
+                        -DHAVE_SOCKETS
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130830/5e4d9fbb/attachment.html>


More information about the macports-changes mailing list