[128270] trunk/dports/gis/gdal/Portfile

vince at macports.org vince at macports.org
Mon Nov 17 12:30:07 PST 2014


Revision: 128270
          https://trac.macports.org/changeset/128270
Author:   vince at macports.org
Date:     2014-11-17 12:30:07 -0800 (Mon, 17 Nov 2014)
Log Message:
-----------
gdal: ditch a spurious " and add GRIB variant as per #38336

Modified Paths:
--------------
    trunk/dports/gis/gdal/Portfile

Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile	2014-11-17 20:23:17 UTC (rev 128269)
+++ trunk/dports/gis/gdal/Portfile	2014-11-17 20:30:07 UTC (rev 128270)
@@ -174,7 +174,7 @@
 * Please create symbolic links from the /Intergraph directory to 
 * ${prefix}/lib/ECW, by executing at the prompt:
 * sudo ln -s /Intergraph/ERDASEcwJpeg2000SDK5.1.1/Desktop_Read-Only \
-                  ${prefix}/lib/ECW"
+                  ${prefix}/lib/ECW
 * Or reinstall the ECW SDK in ${prefix}/lib/ECW directly.
 * Then try again.
 ****"
@@ -201,6 +201,10 @@
     configure.args-append   --with-netcdf=${prefix}
 }
 
+variant grib description {Enable GRIB (weather) file format} {
+    configure.args-delete   --without-grib
+}
+
 #JPEG-2K
 variant jasper conflicts openjpeg \
     description {Enable JasPer JPEG-2000 format support} {
@@ -230,7 +234,7 @@
 }
 
 # Python variant
-variant python27 conflicts python26 \
+variant python27 \
     description {Enable Python 2.7 support} {
     depends_lib-append      port:python27 \
                             port:py27-numpy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141117/a911aed5/attachment.html>


More information about the macports-changes mailing list