pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jan 18 16:25:20 UTC 2022

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile Makefile.common PLIST distinfo
        pkgsrc/geography/py-gdal: Makefile
Removed Files:
        pkgsrc/geography/gdal-lib/patches: patch-port_cpl__conv.cpp

Log Message:
geography/gdal*: Update to 3.4.1

Packaging changes:

  Drop patch to visibility define code in port/cpl_conv, because gdal
  builds on NetSBD 9 without it, it had a merge conflict, it is not
  explained in a comment or commit message, and it hasn't been filed
  upstream.

Upstream changes (see NEWS.md for more detail):

* [RFC 81](https://gdal.org/development/rfc/rfc81_coordinate_epoch.html):
  Support for coordinate epochs in geospatial formats.
  Implemented in FlatGeoBuf, GeoPackage, MEM, VRT
* New GDAL drivers:
  - [Zarr](https://gdal.org/drivers/raster/zarr.html):
    read/write support for ZarrV2 (and experimental V3), using 2D classic raster
    API or multidimensional API:
  - [STACIT](https://gdal.org/drivers/raster/stacit.html):
    Spatio-Temporal Asset Catalog Items as virtual mosaics
* Other improvements:
  - number of enhancements in file system operations of /vsigs/
  - NITF: additions to comply with NITF Version 2.1 Commercial Dataset
    Requirements Document (NCDRD)
  - ODBC and PGeo: multiple fixes and improvements
  - SAFE (Sentinel1): multiple improvements related to SLC/calibration (change
    subdataset naming)
  - multidimensional API: caching, and other improvements
* Code linting and security fixes
* Bump of shared lib major version
* Add support for PCRE2 (to replace deprecated PCRE) (#4822)
* MDB driver (Java based) mark as deprecated. Planned for removal for GDAL 3.5.
  ODBC driver is the preferred solution (with up-to-date MDBTools library on
  non-Windows platforms)
* Writing side of Tiger driver deprecated and will be removed in GDAL 3.5
* Remainder: DODS, JPEG2000(Jasper), JPEGLS, MG4LIDAR, FUJIBAS, IDA, INGR and
  vector driver ARCGEN, ArcObjects, CLOUDANT, COUCHDB, DB2, DODS, FME, GEOMEDIA,
  GTM, INGRES, MONGODB, REC, WALK are planned for removal in GDAL 3.5. As well
  as Perl bindings


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/geography/gdal-lib/PLIST
cvs rdiff -u -r1.51 -r1.52 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.4 -r0 \
    pkgsrc/geography/gdal-lib/patches/patch-port_cpl__conv.cpp
cvs rdiff -u -r1.41 -r1.42 pkgsrc/geography/py-gdal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.144 pkgsrc/geography/gdal-lib/Makefile:1.145
--- pkgsrc/geography/gdal-lib/Makefile:1.144    Wed Dec  8 16:02:06 2021
+++ pkgsrc/geography/gdal-lib/Makefile  Tue Jan 18 16:25:20 2022
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.144 2021/12/08 16:02:06 adam Exp $
+# $NetBSD: Makefile,v 1.145 2022/01/18 16:25:20 gdt Exp $
 
-PKGREVISION= 1
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${DISTNAME:S/gdal/gdal-lib/}
 #PKGREVISION=  0

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.15 pkgsrc/geography/gdal-lib/Makefile.common:1.16
--- pkgsrc/geography/gdal-lib/Makefile.common:1.15      Mon Nov  8 14:44:26 2021
+++ pkgsrc/geography/gdal-lib/Makefile.common   Tue Jan 18 16:25:20 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.15 2021/11/08 14:44:26 gdt Exp $
+# $NetBSD: Makefile.common,v 1.16 2022/01/18 16:25:20 gdt Exp $
 #
 # used by geography/gdal-lib/Makefile
 # used by geography/py-gdal/Makefile
 
 # Accomodate testing unreleased versions.
-VERSION_BASE=  3.3.3
+VERSION_BASE=  3.4.1
 #VERSION_RC=   rc1
 VERSION=       ${VERSION_BASE}${VERSION_RC}
 DISTNAME=      gdal-${VERSION}

Index: pkgsrc/geography/gdal-lib/PLIST
diff -u pkgsrc/geography/gdal-lib/PLIST:1.19 pkgsrc/geography/gdal-lib/PLIST:1.20
--- pkgsrc/geography/gdal-lib/PLIST:1.19        Mon Mar  1 19:07:51 2021
+++ pkgsrc/geography/gdal-lib/PLIST     Tue Jan 18 16:25:20 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2021/03/01 19:07:51 gdt Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/01/18 16:25:20 gdt Exp $
 @pkgdir lib/gdalplugins
 bin/gdal-config
 bin/gdal_contour
@@ -27,9 +27,9 @@ bin/ogr2ogr
 bin/ogrinfo
 bin/ogrlineref
 bin/ogrtindex
-bin/testepsg
 include/cpl_atomic_ops.h
 include/cpl_auto_close.h
+include/cpl_compressor.h
 include/cpl_config.h
 include/cpl_config_extras.h
 include/cpl_conv.h

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.51 pkgsrc/geography/gdal-lib/distinfo:1.52
--- pkgsrc/geography/gdal-lib/distinfo:1.51     Mon Nov  8 14:44:26 2021
+++ pkgsrc/geography/gdal-lib/distinfo  Tue Jan 18 16:25:20 2022
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.51 2021/11/08 14:44:26 gdt Exp $
+$NetBSD: distinfo,v 1.52 2022/01/18 16:25:20 gdt Exp $
 
-BLAKE2s (gdal-3.3.3.tar.xz) = 550ab58c940e43d2e7c6703359fe8394b56657e0fcd4f7852ef03fe0d290bbe5
-SHA512 (gdal-3.3.3.tar.xz) = ef67df029a6051f05872cec58d6f5822a64fa5b130de65acf5c5544856eb92e074574abb840ac540cc8473998e80038fd5e760e3737167e4f507fd3a1df30031
-Size (gdal-3.3.3.tar.xz) = 12946356 bytes
+BLAKE2s (gdal-3.4.1.tar.xz) = 311ed449eddfa90c494fad56e7faeb93689f10ccc133f603cae6a3225875c44a
+SHA512 (gdal-3.4.1.tar.xz) = a66362996f255cb75116693b4ee398337ec8b9699b5cd7fed90105f72832faa20750b77ebbc3e8d59ab72a23b35c4e4e78513cc803bd93e1b7846711ccfb5bff
+Size (gdal-3.4.1.tar.xz) = 13257288 bytes
 SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
-SHA1 (patch-port_cpl__conv.cpp) = bd77ae1b4cf1bed41be4b8189391156fdc68f57d

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.41 pkgsrc/geography/py-gdal/Makefile:1.42
--- pkgsrc/geography/py-gdal/Makefile:1.41      Thu Dec 30 13:05:32 2021
+++ pkgsrc/geography/py-gdal/Makefile   Tue Jan 18 16:25:20 2022
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.41 2021/12/30 13:05:32 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/01/18 16:25:20 gdt Exp $
 
-PKGREVISION= 1
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 #PKGREVISION=  0



Home | Main Index | Thread Index | Old Index