[133518] trunk/dports/gis/gdal

vince at macports.org vince at macports.org
Tue Mar 3 12:09:55 PST 2015


Revision: 133518
          https://trac.macports.org/changeset/133518
Author:   vince at macports.org
Date:     2015-03-03 12:09:55 -0800 (Tue, 03 Mar 2015)
Log Message:
-----------
gdal: bump to 1.11.2 and fix #46690

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

Added Paths:
-----------
    trunk/dports/gis/gdal/files/patch-alg_GNUmakefile.diff
    trunk/dports/gis/gdal/files/patch-apps_GNUmakefile.diff

Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile	2015-03-03 19:38:23 UTC (rev 133517)
+++ trunk/dports/gis/gdal/Portfile	2015-03-03 20:09:55 UTC (rev 133518)
@@ -5,8 +5,8 @@
 PortGroup           mpi 1.0
 
 name                gdal
-version             1.11.1
-revision            3
+version             1.11.2
+#revision            3
 categories          gis
 license             MIT BSD
 platforms           darwin
@@ -28,8 +28,8 @@
                     http://download.osgeo.org/gdal/ \
                     http://download.osgeo.org/gdal/CURRENT/
 
-checksums           rmd160  9ebfbebeaff99a533bb4f4cf33b3f747e1ced9b4 \
-                    sha256  f46b5944a8cabc8516673f231f466131cdfd2cdc6677dbee5d96ec7fc58a3340
+checksums           rmd160  25e2f52e287d22830098fc45c7e8ac7023180de1 \
+                    sha256  66bc8192d24e314a66ed69285186d46e6999beb44fc97eeb9c76d82a117c0845
 
 compilers.choose    cc cxx
 mpi.setup
@@ -105,7 +105,9 @@
                     patch-gdalwarpkernel_opencl_c.diff \
                     patch-gdalwarpkernel_opencl_h.diff \
                     patch-pdfcreatecopy_h.diff \
-                    patch-pdfcreatecopy_cpp.diff
+                    patch-pdfcreatecopy_cpp.diff \
+                    patch-alg_GNUmakefile.diff \
+                    patch-apps_GNUmakefile.diff
 
 # Patches for universal build
 post-configure {

Added: trunk/dports/gis/gdal/files/patch-alg_GNUmakefile.diff
===================================================================
--- trunk/dports/gis/gdal/files/patch-alg_GNUmakefile.diff	                        (rev 0)
+++ trunk/dports/gis/gdal/files/patch-alg_GNUmakefile.diff	2015-03-03 20:09:55 UTC (rev 133518)
@@ -0,0 +1,13 @@
+--- alg/GNUmakefile.old	2015-03-03 20:40:21.000000000 +0100
++++ alg/GNUmakefile	2015-03-03 20:41:14.000000000 +0100
+@@ -12,6 +12,10 @@
+ 		contour.o gdaltransformgeolocs.o \
+ 		gdal_octave.o gdal_simplesurf.o gdalmatching.o
+ 
++ifeq ($(OGR_ENABLED),yes)
++CPPFLAGS 	:=	-DOGR_ENABLED $(CPPFLAGS)
++endif
++
+ ifeq ($(HAVE_AVX_AT_COMPILE_TIME),yes)
+ CPPFLAGS 	:=	-DHAVE_AVX_AT_COMPILE_TIME $(CPPFLAGS)
+ endif

Added: trunk/dports/gis/gdal/files/patch-apps_GNUmakefile.diff
===================================================================
--- trunk/dports/gis/gdal/files/patch-apps_GNUmakefile.diff	                        (rev 0)
+++ trunk/dports/gis/gdal/files/patch-apps_GNUmakefile.diff	2015-03-03 20:09:55 UTC (rev 133518)
@@ -0,0 +1,10 @@
+--- apps/GNUmakefile.old	2015-03-03 20:41:30.000000000 +0100
++++ apps/GNUmakefile	2015-03-03 20:42:09.000000000 +0100
+@@ -23,6 +23,7 @@
+         ogrlineref$(EXE) \
+ 		testepsg$(EXE) \
+ 		gdalbuildvrt$(EXE)
++CPPFLAGS 	:=	-DOGR_ENABLED $(CPPFLAGS)
+ endif
+ 
+ ifeq ($(HAVE_GEOS),yes)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150303/1f829398/attachment.html>


More information about the macports-changes mailing list