Ticket #8599: php5-Portfile-conflicts.diff
File php5-Portfile-conflicts.diff, 828 bytes (added by opendarwin-2006@…, 18 years ago) |
---|
-
Portfile
old new 116 116 configure.args-append --with-kerberos=/usr --with-iodbc=/usr 117 117 } 118 118 119 variant apache conflicts apache2 {119 variant apache conflicts apache2 fastcgi { 120 120 if { ! [variant_isset macosx] } { 121 121 depends_lib-append path:${prefix}/sbin/apxs:apache 122 122 configure.args-append --with-apxs=${prefix}/sbin/apxs … … 125 125 } 126 126 } 127 127 128 variant apache2 conflicts apache {128 variant apache2 conflicts apache fastcgi { 129 129 depends_lib-append path:${prefix}/apache2/bin/apxs:apache2 130 130 configure.args-append --with-apxs2=${prefix}/apache2/bin/apxs 131 131 } 132 132 133 variant fastcgi {133 variant fastcgi conflicts apache apache2 { 134 134 configure.args-append --enable-fastcgi \ 135 135 --enable-force-cgi-redirect \ 136 136 --enable-memory-limit