[37876] trunk/dports/www/php5-eaccelerator/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Jun 27 10:15:50 PDT 2008


Revision: 37876
          http://trac.macosforge.org/projects/macports/changeset/37876
Author:   macsforever2000 at macports.org
Date:     2008-06-27 10:15:49 -0700 (Fri, 27 Jun 2008)
Log Message:
-----------
Updated with changes by alakazam at melix.net

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

Modified: trunk/dports/www/php5-eaccelerator/Portfile
===================================================================
--- trunk/dports/www/php5-eaccelerator/Portfile	2008-06-27 16:59:32 UTC (rev 37875)
+++ trunk/dports/www/php5-eaccelerator/Portfile	2008-06-27 17:15:49 UTC (rev 37876)
@@ -50,3 +50,19 @@
     * ${eaccelerator_docs}
     ***************************************************************************"
 }
+
+variant shared_memory description {Enable shared memory access functions [only enable in trusted environments]} {
+    configure.args-append --with-eaccelerator-shared-memory
+}
+
+variant sessions description {Enable session handler [only enable in trusted environments]} {
+    configure.args-append --with-eaccelerator-sessions
+}
+
+variant content_caching description {Enable content caching support [may be obsoleted in a future version of eAccelerator]} {
+    configure.args-append --with-eaccelerator-content-caching
+}
+
+variant disassembler description {Include a disassembler} {
+    configure.args-append --with-eaccelerator-disassembler
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080627/3e54c1c8/attachment.html 


More information about the macports-changes mailing list