Ticket #20828: Portfile-gdal.diff
File Portfile-gdal.diff, 1.3 KB (added by sam@…, 15 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name gdal 5 version 1.6. 05 version 1.6.2 6 6 maintainers gmail.com:seanasy 7 7 platforms darwin 8 8 description GDAL - Geospatial Data Abstraction Library … … 17 17 master_sites http://www.gdal.org/dl/ \ 18 18 http://download.osgeo.org/gdal/ 19 19 categories science 20 checksums md5 0c53697511f489455f8b60e843986568\21 rmd160 85bf968b5ec6c2af5a02597bc4c8375d8f775fec\22 sha1 cae5a891231ee5794350d1626a688d802a42942320 checksums md5 f2dcd6aa7222d021202984523adf3b55 \ 21 rmd160 e445680953f25047a280f36cedba0597094e0562 \ 22 sha1 1d9e1d8f01f06bca99e7335d7e86dff784eee819 23 23 24 24 depends_lib port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \ 25 25 path:include/gif_lib.h:giflib port:proj … … 154 154 configure.args-append --with-pg=${prefix}/lib/postgresql83/bin/pg_config 155 155 } 156 156 157 variant postgresql84 description {Enable PostgreSQL 8.4 support} { 158 depends_lib-append port:postgresql84 159 configure.args-delete --without-pg 160 configure.args-append --with-pg=${prefix}/lib/postgresql84/bin/pg_config 161 } 162 157 163 variant mysql5 description {Enable MySQL 5 support} { 158 164 depends_lib-append port:mysql5 159 165 configure.args-delete --without-mysql