Ticket #30965: gdal-1.9.0-Portfile.diff

File gdal-1.9.0-Portfile.diff, 1.6 KB (added by florian@…, 12 years ago)

Portfile for gdal 1.9.0

  • /opt/local/var/macports/sources/rsync.macports.org/release/ports/gis/gdal/Portfile

    old new  
    22
    33PortSystem      1.0
    44name            gdal
    5 version         1.8.0
    6 revision        1
     5version         1.9.0
     6revision        0
    77maintainers     gmail.com:seanasy
    88platforms       darwin
    99license         MIT BSD
     
    1919master_sites    http://www.gdal.org/dl/ \
    2020                                http://download.osgeo.org/gdal/
    2121categories              gis
    22 checksums               md5     c762cdab0f7e51a677ba49278a8a263d \
    23                                 rmd160  0e116f41b23ff5b44c692f56459facab332c6201 \
    24                                 sha1    e5a2802933054050c6fb0b0a0e1f46b5dd195b0a
     22checksums               md5     1853f3d8eb5232ae030abe007840cade \
     23                        rmd160  76957dd3f9dfd3b86281250f3be691f38ec4d762 \
     24                        sha1    e2eaaf0fba39137b40c0d3069ac41dfb6f3c76db
    2525
    2626depends_lib     port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \
    2727                        path:include/gif_lib.h:giflib port:proj
     
    5353                                --without-pam --without-perl \
    5454                                --without-php --without-ruby \
    5555                                --without-python \
     56                                --without-poppler \
    5657                                --without-xerces --without-expat \
    5758                                --mandir=${prefix}/share/man
    5859# Patch to ensure that the python installation respects DESTDIR
     
    9293        configure.args-append   --with-curl=${prefix}/bin/curl-config
    9394}
    9495
     96variant 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
    95102variant mrsid description {Enable MrSID file format} {
    96103        depends_lib-append              port:geoexpress-sdk
    97104        configure.args-delete   --without-mrsid