Fri Oct 10 01:13:58 2014 UTC ()
Update to 1.11.1

Upstream changes please visit:
http://trac.osgeo.org/gdal/wiki/Release/1.11.1-News

Reviewed by: wiz@


(wen)
diff -r1.70 -r1.71 pkgsrc/geography/gdal-lib/Makefile
diff -r1.10 -r1.11 pkgsrc/geography/gdal-lib/PLIST
diff -r1.23 -r1.24 pkgsrc/geography/gdal-lib/distinfo
diff -r0 -r1.3 pkgsrc/geography/gdal-lib/patches/patch-configure
diff -r1.1 -r0 pkgsrc/geography/gdal-lib/patches/patch-frmts_gif_biggifdataset.cpp
diff -r1.1 -r0 pkgsrc/geography/gdal-lib/patches/patch-frmts_gif_gifabstractdataset.cpp
diff -r1.1 -r0 pkgsrc/geography/gdal-lib/patches/patch-frmts_gif_gifdataset.cpp

cvs diff -r1.70 -r1.71 pkgsrc/geography/gdal-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gdal-lib/Makefile 2014/10/07 16:47:25 1.70
+++ pkgsrc/geography/gdal-lib/Makefile 2014/10/10 01:13:57 1.71
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.70 2014/10/07 16:47:25 adam Exp $ 1# $NetBSD: Makefile,v 1.71 2014/10/10 01:13:57 wen Exp $
2 2
3VERSION= 1.9.2 3VERSION= 1.11.1
4DISTNAME= gdal-${VERSION} 4DISTNAME= gdal-${VERSION}
5PKGNAME= gdal-lib-${VERSION} 5PKGNAME= gdal-lib-${VERSION}
6PKGREVISION= 12 
7CATEGORIES= geography 6CATEGORIES= geography
8MASTER_SITES= http://download.osgeo.org/gdal/ 7MASTER_SITES= http://download.osgeo.org/gdal/${VERSION}/
9 8
10MAINTAINER= brook@nmsu.edu 9MAINTAINER= brook@nmsu.edu
11HOMEPAGE= http://www.gdal.org/ 10HOMEPAGE= http://www.gdal.org/
12COMMENT= Translator library for raster geospatial data formats 11COMMENT= Translator library for raster geospatial data formats
13LICENSE= mit 12LICENSE= mit
14 13
15# This package links against the geos C++ library. geos regards this 14# This package links against the geos C++ library. geos regards this
16# as a bug and changes the C++ shlib version every release. Therefore 15# as a bug and changes the C++ shlib version every release. Therefore
17# this package needs revbumping on every geos update. 16# this package needs revbumping on every geos update.
18 17
19USE_LANGUAGES= c c++ fortran77 18USE_LANGUAGES= c c++ fortran77
20USE_LIBTOOL= yes 19USE_LIBTOOL= yes
21USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes

cvs diff -r1.10 -r1.11 pkgsrc/geography/gdal-lib/PLIST (expand / switch to unified diff)

--- pkgsrc/geography/gdal-lib/PLIST 2012/03/07 16:17:05 1.10
+++ pkgsrc/geography/gdal-lib/PLIST 2014/10/10 01:13:57 1.11
@@ -1,121 +1,147 @@ @@ -1,121 +1,147 @@
1@comment $NetBSD: PLIST,v 1.10 2012/03/07 16:17:05 adam Exp $ 1@comment $NetBSD: PLIST,v 1.11 2014/10/10 01:13:57 wen Exp $
2bin/gdal-config 2bin/gdal-config
3bin/gdal_contour 3bin/gdal_contour
4bin/gdal_grid 4bin/gdal_grid
5bin/gdal_rasterize 5bin/gdal_rasterize
6bin/gdal_translate 6bin/gdal_translate
7bin/gdaladdo 7bin/gdaladdo
8bin/gdalbuildvrt 8bin/gdalbuildvrt
9bin/gdaldem 9bin/gdaldem
10bin/gdalenhance 10bin/gdalenhance
11bin/gdalinfo 11bin/gdalinfo
12bin/gdallocationinfo 12bin/gdallocationinfo
13bin/gdalmanage 13bin/gdalmanage
 14bin/gdalserver
14bin/gdalsrsinfo 15bin/gdalsrsinfo
15bin/gdaltindex 16bin/gdaltindex
16bin/gdaltransform 17bin/gdaltransform
17bin/gdalwarp 18bin/gdalwarp
18bin/nearblack 19bin/nearblack
19bin/ogr2ogr 20bin/ogr2ogr
20bin/ogrinfo 21bin/ogrinfo
 22bin/ogrlineref
21bin/ogrtindex 23bin/ogrtindex
22bin/testepsg 24bin/testepsg
23include/cpl_atomic_ops.h 25include/cpl_atomic_ops.h
24include/cpl_config.h 26include/cpl_config.h
25include/cpl_config_extras.h 27include/cpl_config_extras.h
26include/cpl_conv.h 28include/cpl_conv.h
27include/cpl_csv.h 29include/cpl_csv.h
28include/cpl_error.h 30include/cpl_error.h
29include/cpl_hash_set.h 31include/cpl_hash_set.h
30include/cpl_http.h 32include/cpl_http.h
31include/cpl_list.h 33include/cpl_list.h
32include/cpl_minixml.h 34include/cpl_minixml.h
33include/cpl_minizip_ioapi.h 35include/cpl_minizip_ioapi.h
34include/cpl_minizip_unzip.h 36include/cpl_minizip_unzip.h
35include/cpl_minizip_zip.h 37include/cpl_minizip_zip.h
36include/cpl_multiproc.h 38include/cpl_multiproc.h
37include/cpl_odbc.h 39include/cpl_odbc.h
38include/cpl_port.h 40include/cpl_port.h
 41include/cpl_progress.h
39include/cpl_quad_tree.h 42include/cpl_quad_tree.h
 43include/cpl_spawn.h
40include/cpl_string.h 44include/cpl_string.h
41include/cpl_time.h 45include/cpl_time.h
 46include/cpl_virtualmem.h
42include/cpl_vsi.h 47include/cpl_vsi.h
43include/cpl_vsi_virtual.h 48include/cpl_vsi_virtual.h
 49include/cpl_vsil_curl_priv.h
44include/cpl_win32ce_api.h 50include/cpl_win32ce_api.h
45include/cpl_wince.h 51include/cpl_wince.h
46include/cplkeywordparser.h 52include/cplkeywordparser.h
47include/gdal.h 53include/gdal.h
48include/gdal_alg.h 54include/gdal_alg.h
49include/gdal_alg_priv.h 55include/gdal_alg_priv.h
50include/gdal_csv.h 56include/gdal_csv.h
51include/gdal_frmts.h 57include/gdal_frmts.h
52include/gdal_pam.h 58include/gdal_pam.h
53include/gdal_priv.h 59include/gdal_priv.h
54include/gdal_proxy.h 60include/gdal_proxy.h
55include/gdal_rat.h 61include/gdal_rat.h
 62include/gdal_simplesurf.h
56include/gdal_version.h 63include/gdal_version.h
57include/gdal_vrt.h 64include/gdal_vrt.h
 65include/gdalexif.h
 66include/gdalgeorefpamdataset.h
58include/gdalgrid.h 67include/gdalgrid.h
 68include/gdalgrid_priv.h
 69include/gdaljp2abstractdataset.h
59include/gdaljp2metadata.h 70include/gdaljp2metadata.h
60include/gdalwarper.h 71include/gdalwarper.h
61include/gdalwarpkernel_opencl.h 72include/gdalwarpkernel_opencl.h
62include/gvgcpfit.h 73include/gvgcpfit.h
63include/memdataset.h 74include/memdataset.h
64include/ogr_api.h 75include/ogr_api.h
65include/ogr_core.h 76include/ogr_core.h
66include/ogr_feature.h 77include/ogr_feature.h
67include/ogr_featurestyle.h 78include/ogr_featurestyle.h
 79include/ogr_geocoding.h
68include/ogr_geometry.h 80include/ogr_geometry.h
69include/ogr_p.h 81include/ogr_p.h
70include/ogr_spatialref.h 82include/ogr_spatialref.h
71include/ogr_srs_api.h 83include/ogr_srs_api.h
72include/ogrsf_frmts.h 84include/ogrsf_frmts.h
73include/rawdataset.h 85include/rawdataset.h
74include/thinplatespline.h 86include/thinplatespline.h
75include/vrtdataset.h 87include/vrtdataset.h
76lib/libgdal.la 88lib/libgdal.la
 89lib/pkgconfig/gdal.pc
77share/gdal/GDALLogoBW.svg 90share/gdal/GDALLogoBW.svg
78share/gdal/GDALLogoColor.svg 91share/gdal/GDALLogoColor.svg
79share/gdal/GDALLogoGS.svg 92share/gdal/GDALLogoGS.svg
80share/gdal/LICENSE.TXT 93share/gdal/LICENSE.TXT
81share/gdal/compdcs.csv 94share/gdal/compdcs.csv
82share/gdal/coordinate_axis.csv 95share/gdal/coordinate_axis.csv
83share/gdal/cubewerx_extra.wkt 96share/gdal/cubewerx_extra.wkt
84share/gdal/datum_shift.csv 97share/gdal/datum_shift.csv
85share/gdal/ecw_cs.wkt 98share/gdal/ecw_cs.wkt
86share/gdal/ellipsoid.csv 99share/gdal/ellipsoid.csv
87share/gdal/epsg.wkt 100share/gdal/epsg.wkt
88share/gdal/esri_StatePlane_extra.wkt 101share/gdal/esri_StatePlane_extra.wkt
89share/gdal/esri_Wisconsin_extra.wkt 102share/gdal/esri_Wisconsin_extra.wkt
90share/gdal/esri_extra.wkt 103share/gdal/esri_extra.wkt
91share/gdal/gcs.csv 104share/gdal/gcs.csv
92share/gdal/gcs.override.csv 105share/gdal/gcs.override.csv
93share/gdal/gdal_datum.csv 106share/gdal/gdal_datum.csv
94share/gdal/gdalicon.png 107share/gdal/gdalicon.png
95share/gdal/geoccs.csv 108share/gdal/geoccs.csv
 109share/gdal/gml_registry.xml
96share/gdal/gt_datum.csv 110share/gdal/gt_datum.csv
97share/gdal/gt_ellips.csv 111share/gdal/gt_ellips.csv
98share/gdal/header.dxf 112share/gdal/header.dxf
 113share/gdal/inspire_cp_BasicPropertyUnit.gfs
 114share/gdal/inspire_cp_CadastralBoundary.gfs
 115share/gdal/inspire_cp_CadastralParcel.gfs
 116share/gdal/inspire_cp_CadastralZoning.gfs
99share/gdal/nitf_spec.xml 117share/gdal/nitf_spec.xml
100share/gdal/nitf_spec.xsd 118share/gdal/nitf_spec.xsd
 119share/gdal/ogrvrt.xsd
 120share/gdal/osmconf.ini
 121share/gdal/ozi_datum.csv
 122share/gdal/ozi_ellips.csv
101share/gdal/pci_datum.txt 123share/gdal/pci_datum.txt
102share/gdal/pci_ellips.txt 124share/gdal/pci_ellips.txt
103share/gdal/pcs.csv 125share/gdal/pcs.csv
104share/gdal/pcs.override.csv 126share/gdal/pcs.override.csv
105share/gdal/prime_meridian.csv 127share/gdal/prime_meridian.csv
106share/gdal/projop_wparm.csv 128share/gdal/projop_wparm.csv
 129share/gdal/ruian_vf_ob_v1.gfs
 130share/gdal/ruian_vf_st_v1.gfs
 131share/gdal/ruian_vf_v1.gfs
107share/gdal/s57agencies.csv 132share/gdal/s57agencies.csv
108share/gdal/s57attributes.csv 133share/gdal/s57attributes.csv
109share/gdal/s57attributes_aml.csv 134share/gdal/s57attributes_aml.csv
110share/gdal/s57attributes_iw.csv 135share/gdal/s57attributes_iw.csv
111share/gdal/s57expectedinput.csv 136share/gdal/s57expectedinput.csv
112share/gdal/s57objectclasses.csv 137share/gdal/s57objectclasses.csv
113share/gdal/s57objectclasses_aml.csv 138share/gdal/s57objectclasses_aml.csv
114share/gdal/s57objectclasses_iw.csv 139share/gdal/s57objectclasses_iw.csv
115share/gdal/seed_2d.dgn 140share/gdal/seed_2d.dgn
116share/gdal/seed_3d.dgn 141share/gdal/seed_3d.dgn
117share/gdal/stateplane.csv 142share/gdal/stateplane.csv
118share/gdal/trailer.dxf 143share/gdal/trailer.dxf
119share/gdal/unit_of_measure.csv 144share/gdal/unit_of_measure.csv
120share/gdal/vertcs.csv 145share/gdal/vertcs.csv
121share/gdal/vertcs.override.csv 146share/gdal/vertcs.override.csv
 147@pkgdir lib/gdalplugins

cvs diff -r1.23 -r1.24 pkgsrc/geography/gdal-lib/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/gdal-lib/distinfo 2014/09/15 16:48:21 1.23
+++ pkgsrc/geography/gdal-lib/distinfo 2014/10/10 01:13:57 1.24
@@ -1,9 +1,7 @@ @@ -1,9 +1,7 @@
1$NetBSD: distinfo,v 1.23 2014/09/15 16:48:21 jperkin Exp $ 1$NetBSD: distinfo,v 1.24 2014/10/10 01:13:57 wen Exp $
2 2
3SHA1 (gdal-1.9.2.tar.gz) = 7eda6a4d735b8d6903740e0acdd702b43515e351 3SHA1 (gdal-1.11.1.tar.gz) = e2c67481932ec9fb6ec3c0faadc004f715c4eef4
4RMD160 (gdal-1.9.2.tar.gz) = 1ab34a85946bae4313cbd925cdbbf728d23d7b57 4RMD160 (gdal-1.11.1.tar.gz) = 9ebfbebeaff99a533bb4f4cf33b3f747e1ced9b4
5Size (gdal-1.9.2.tar.gz) = 9495381 bytes 5Size (gdal-1.11.1.tar.gz) = 10731242 bytes
6SHA1 (patch-GDALmake.opt.in) = 6bae7f2bfea619d6b96bb0709f31e84a2eb764a5 6SHA1 (patch-GDALmake.opt.in) = 6bae7f2bfea619d6b96bb0709f31e84a2eb764a5
7SHA1 (patch-frmts_gif_biggifdataset.cpp) = ec591ad57fdc96e04713ef769f93df6b8e101e0d 7SHA1 (patch-configure) = 8cb8b26365933780cded7069722fa3e35d0c4b33
8SHA1 (patch-frmts_gif_gifabstractdataset.cpp) = a36bfacd0c1c329d221af8554fa8d236033b970d 
9SHA1 (patch-frmts_gif_gifdataset.cpp) = 7d307e0530bad5f5364e08c157e45c39b20b5026 

File Added: pkgsrc/geography/gdal-lib/patches/patch-configure
$NetBSD: patch-configure,v 1.3 2014/10/10 01:13:58 wen Exp $

--- configure.orig	2014-10-09 09:28:47.000000000 +0000
+++ configure
@@ -22498,7 +22498,7 @@ $as_echo "found libecwj2 in $with_ecw/li
 
   # ECW SDK 5.0 style
   elif test -r $with_ecw/lib/x64/release/libNCSEcw.so ; then
-    if test `arch` == "x86_64" ; then
+    if test `arch` = "x86_64" ; then
       ECW_LIBDIR=$with_ecw/lib/x64/release
     else
       ECW_LIBDIR=$with_ecw/lib/x86/release

File Deleted: pkgsrc/geography/gdal-lib/patches/Attic/patch-frmts_gif_biggifdataset.cpp

File Deleted: pkgsrc/geography/gdal-lib/patches/Attic/patch-frmts_gif_gifabstractdataset.cpp

File Deleted: pkgsrc/geography/gdal-lib/patches/Attic/patch-frmts_gif_gifdataset.cpp