Ticket #30965: gdal-Portfile.diff

File gdal-Portfile.diff, 1.5 KB (added by shadow@…, 13 years ago)

gdal Portfile patch

  • dports/gis/gdal/Portfile

     
    22
    33PortSystem      1.0
    44name            gdal
    5 version         1.8.0
     5version         1.8.1
    66#revision       1
    77maintainers     gmail.com:seanasy
    88platforms       darwin
     
    1818master_sites    http://www.gdal.org/dl/ \
    1919                                http://download.osgeo.org/gdal/
    2020categories              gis
    21 checksums               md5     c762cdab0f7e51a677ba49278a8a263d \
    22                                 rmd160  0e116f41b23ff5b44c692f56459facab332c6201 \
    23                                 sha1    e5a2802933054050c6fb0b0a0e1f46b5dd195b0a
     21checksums               md5     b32269893afc9dc9eced45e74e4c6bb4 \
     22                                rmd160  4ac1cd59979464bd37b4d2aa588092ee0c34d45c \
     23                                sha1    b2f8b12ebdd00c05bc7f1ab7b761d9ac335c470c
    2424
    2525depends_lib     port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \
    2626                        path:include/gif_lib.h:giflib port:proj
     
    5252                                --without-pam --without-perl \
    5353                                --without-php --without-ruby \
    5454                                --without-python \
     55                                --without-poppler \
    5556                                --without-xerces --without-expat \
    5657                                --mandir=${prefix}/share/man
    5758# Patch to ensure that the python installation respects DESTDIR
     
    9192        configure.args-append   --with-curl=${prefix}/bin/curl-config
    9293}
    9394
     95variant poppler description {Enable poppler support} {
     96        depends_lib-append              port:poppler
     97        configure.args-delete   --without-popper
     98        configure.args-append   --with-poppler=${prefix}
     99}
     100
    94101variant mrsid description {Enable MrSID file format} {
    95102        depends_lib-append              port:geoexpress-sdk
    96103        configure.args-delete   --without-mrsid