Ticket #30965: gdal-1.9.0-Portfile.diff
File gdal-1.9.0-Portfile.diff, 1.6 KB (added by florian@…, 13 years ago) |
---|
-
/opt/local/var/macports/sources/rsync.macports.org/release/ports/gis/gdal/Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name gdal 5 version 1. 8.06 revision 15 version 1.9.0 6 revision 0 7 7 maintainers gmail.com:seanasy 8 8 platforms darwin 9 9 license MIT BSD … … 19 19 master_sites http://www.gdal.org/dl/ \ 20 20 http://download.osgeo.org/gdal/ 21 21 categories gis 22 checksums md5 c762cdab0f7e51a677ba49278a8a263d\23 rmd160 0e116f41b23ff5b44c692f56459facab332c6201\24 sha1 e5a2802933054050c6fb0b0a0e1f46b5dd195b0a22 checksums md5 1853f3d8eb5232ae030abe007840cade \ 23 rmd160 76957dd3f9dfd3b86281250f3be691f38ec4d762 \ 24 sha1 e2eaaf0fba39137b40c0d3069ac41dfb6f3c76db 25 25 26 26 depends_lib port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \ 27 27 path:include/gif_lib.h:giflib port:proj … … 53 53 --without-pam --without-perl \ 54 54 --without-php --without-ruby \ 55 55 --without-python \ 56 --without-poppler \ 56 57 --without-xerces --without-expat \ 57 58 --mandir=${prefix}/share/man 58 59 # Patch to ensure that the python installation respects DESTDIR … … 92 93 configure.args-append --with-curl=${prefix}/bin/curl-config 93 94 } 94 95 96 variant poppler description {Enable poppler support} { 97 depends_lib-append port:poppler 98 configure.args-delete --without-popper 99 configure.args-append --with-poppler=${prefix} 100 } 101 95 102 variant mrsid description {Enable MrSID file format} { 96 103 depends_lib-append port:geoexpress-sdk 97 104 configure.args-delete --without-mrsid