Ticket #5025: phpmyadmin.2.diff
File phpmyadmin.2.diff, 1.5 KB (added by joe@…, 19 years ago) |
---|
-
www/phpmyadmin/Portfile
old new 2 2 PortSystem 1.0 3 3 4 4 name phpmyadmin 5 version 2.6. 1-pl25 version 2.6.4-pl1 6 6 categories www 7 7 maintainers darwinports@opendarwin.org 8 8 description A tool written in PHP intended to handle the administration \ … … 17 17 master_sites sourceforge 18 18 distname phpMyAdmin-${version} 19 19 use_bzip2 yes 20 checksums md5 787feeebe16ef7ab43e75e4046550da220 checksums md5 aec734f9c9907f77a9dc497a226634e9 21 21 platforms darwin freebsd 22 22 23 23 # Not sure this is the best way to handle this, but it works for now … … 36 36 37 37 variant apache conflicts apache2 { 38 38 if { ![variant_isset apache_layout] } { 39 depends_lib-append p ath:${prefix}/sbin/apxs:apache39 depends_lib-append port:apache 40 40 } 41 41 } 42 42 43 43 variant apache_layout requires apache conflicts apache2 { 44 depends_lib-append p ath:${prefix}/apache/bin/apxs:apache44 depends_lib-append port:apache 45 45 } 46 46 47 47 variant apache2 conflicts apache { 48 depends_lib-append p ath:${prefix}/apache2/bin/apxs:apache248 depends_lib-append port:apache2 49 49 } 50 50 51 51 variant php4 conflicts php5 { … … 73 73 } 74 74 75 75 variant mysql conflicts mysql4 { 76 depends_lib-append lib:libmysqlclient:mysql76 depends_lib-append port:mysql 77 77 } 78 78 79 79 variant mysql4 conflicts mysql { 80 depends_lib-append p ath:${prefix}/lib/mysql/libmysqlclient_r.dylib:mysql480 depends_lib-append port:mysql4 81 81 } 82 82 83 83 use_configure no