Thu Oct 21 00:28:05 2021 UTC ()
gdal: revbump due to libtool explictly including dependency libs (geos)


(gdt)
diff -r1.141 -r1.142 pkgsrc/geography/gdal-lib/Makefile
diff -r1.37 -r1.38 pkgsrc/geography/py-gdal/Makefile

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

--- pkgsrc/geography/gdal-lib/Makefile 2021/09/29 19:00:07 1.141
+++ pkgsrc/geography/gdal-lib/Makefile 2021/10/21 00:28:05 1.142
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.141 2021/09/29 19:00:07 adam Exp $ 1# $NetBSD: Makefile,v 1.142 2021/10/21 00:28:05 gdt Exp $
2 2
3PKGREVISION= 1 
4.include "../../geography/gdal-lib/Makefile.common" 3.include "../../geography/gdal-lib/Makefile.common"
5PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} 4PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
6#PKGREVISION= 0 5PKGREVISION= 2
7 6
8COMMENT= Translator library for raster geospatial data formats 7COMMENT= Translator library for raster geospatial data formats
9 8
10USE_LANGUAGES+= c99 c++11 9USE_LANGUAGES+= c99 c++11
11 10
12# This package intends to link against only libgeos_c, but ends up 11# This package intends to link against only libgeos_c, but ends up
13# also linking to the C++ library libgeos, apparently because of a 12# also linking to the C++ library libgeos, apparently because of a
14# libtool problem. 13# libtool problem.
15# Therefore this package needs revbumping on every geos update. 14# Therefore this package needs revbumping on every geos update.
16 15
17CONFIGURE_ARGS+= --without-python 16CONFIGURE_ARGS+= --without-python
18 17
19CONFIGURE_ARGS+= --with-proj 18CONFIGURE_ARGS+= --with-proj

cvs diff -r1.37 -r1.38 pkgsrc/geography/py-gdal/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/py-gdal/Makefile 2021/09/29 19:00:42 1.37
+++ pkgsrc/geography/py-gdal/Makefile 2021/10/21 00:28:05 1.38
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.37 2021/09/29 19:00:42 adam Exp $ 1# $NetBSD: Makefile,v 1.38 2021/10/21 00:28:05 gdt Exp $
2 2
3#PKGREVISION= 0 
4PKGREVISION= 1 
5.include "../../geography/gdal-lib/Makefile.common" 3.include "../../geography/gdal-lib/Makefile.common"
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5PKGREVISION= 2
7 6
8COMMENT= Translator library for raster geospatial data formats, Python binding 7COMMENT= Translator library for raster geospatial data formats, Python binding
9 8
10BUILD_DIRS= swig/python 9BUILD_DIRS= swig/python
11 10
12MAKE_FILE= GNUmakefile 11MAKE_FILE= GNUmakefile
13 12
14PYTHON_VERSIONS_INCOMPATIBLE= 27 13PYTHON_VERSIONS_INCOMPATIBLE= 27
15PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy 14PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy
16 15
17REPLACE_PYTHON+= swig/python/scripts/*py 16REPLACE_PYTHON+= swig/python/scripts/*py
18 17
19INSTALLATION_DIRS= bin 18INSTALLATION_DIRS= bin