Ticket #20828: Portfile-gdal.diff

File Portfile-gdal.diff, 1.3 KB (added by sam@…, 15 years ago)
  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            gdal
    5 version         1.6.0
     5version         1.6.2
    66maintainers     gmail.com:seanasy
    77platforms       darwin
    88description     GDAL - Geospatial Data Abstraction Library
     
    1717master_sites    http://www.gdal.org/dl/ \
    1818                                http://download.osgeo.org/gdal/
    1919categories              science
    20 checksums               md5 0c53697511f489455f8b60e843986568 \
    21                                 rmd160 85bf968b5ec6c2af5a02597bc4c8375d8f775fec \
    22                                 sha1 cae5a891231ee5794350d1626a688d802a429423
     20checksums               md5 f2dcd6aa7222d021202984523adf3b55 \
     21                                rmd160 e445680953f25047a280f36cedba0597094e0562 \
     22                                sha1 1d9e1d8f01f06bca99e7335d7e86dff784eee819
    2323
    2424depends_lib     port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \
    2525                        path:include/gif_lib.h:giflib port:proj
     
    154154        configure.args-append   --with-pg=${prefix}/lib/postgresql83/bin/pg_config
    155155}
    156156
     157variant 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
    157163variant mysql5 description {Enable MySQL 5 support} {
    158164        depends_lib-append              port:mysql5
    159165        configure.args-delete   --without-mysql