Ticket #15747: Portfile.diff

File Portfile.diff, 1014 bytes (added by alakazam@…, 16 years ago)
  • dports/www/php5-eaccelerator/Portfile

    diff --git a/dports/www/php5-eaccelerator/Portfile b/dports/www/php5-eaccelerator/Portfile
    index c397a25..6d2732e 100644
    a b post-install { 
    5050    * ${eaccelerator_docs}
    5151    ***************************************************************************"
    5252}
     53
     54variant shared_memory description {Enable shared memory access functions [only enable in trusted environments]} {
     55    configure.args-append --with-eaccelerator-shared-memory
     56}
     57
     58variant sessions description {Enable session handler [only enable in trusted environments]} {
     59    configure.args-append --with-eaccelerator-sessions
     60}
     61
     62variant content_caching description {Enable content caching support [may be obsoleted in a future version of eAccelerator]} {
     63    configure.args-append --with-eaccelerator-content-caching
     64}
     65
     66variant disassembler description {Include a disassembler} {
     67    configure.args-append --with-eaccelerator-disassembler
     68}