Ticket #6612: php5-Portfile.diff
File php5-Portfile.diff, 1.4 KB (added by opendarwin-2006@…, 19 years ago) |
---|
-
/
old new 138 138 variant mysql3 conflicts mysql4 mysql5 { 139 139 depends_lib-append port:mysql 140 140 configure.args-delete --without-mysql 141 configure.args-append --with-mysql=${prefix} 141 configure.args-append --with-mysql=${prefix} \ 142 --with-pdo-mysql=${prefix} 142 143 } 143 144 144 145 variant mysql4 conflicts mysql3 mysql5 { 145 146 depends_lib-append port:mysql4 146 147 configure.args-delete --without-mysql 147 configure.args-append --with-mysql=${prefix} 148 configure.args-append --with-mysql=${prefix} \ 149 --with-pdo-mysql=${prefix} 148 150 } 149 151 150 152 variant mysql5 conflicts mysql3 mysql4 { 151 153 depends_lib-append port:mysql5 152 154 configure.args-delete --without-mysql 153 155 configure.args-append --with-mysql=${workpath}/mysql5 \ 156 --with-pdo-mysql=${prefix}/bin/mysql_config5 \ 154 157 --with-mysql-sock=${prefix}/var/run/mysql5/mysqld.sock \ 155 158 --with-mysqli=${prefix}/bin/mysql_config5 156 159 post-extract { … … 162 165 163 166 variant postgresql { 164 167 depends_lib-append port:postgresql8 165 configure.args-append --with-pgsql=${prefix}/lib/pgsql8/bin/ 168 configure.args-append --with-pgsql=${prefix}/lib/pgsql8/bin \ 169 --with-pdo-pgsql=${prefix}/lib/pgsql8/bin 166 170 } 167 171 168 172 # if no apache/apache2/fastcgi variant is set, we set it (need better default variant management)