Tue Sep 11 16:15:39 2018 UTC ()
gdal-lib: revbump for geos C++ ABI change

together with libtool causing gdal's installed library to directly
depend on the C++ ABI.

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123


(gdt)
diff -r1.104 -r1.105 pkgsrc/geography/gdal-lib/Makefile

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

--- pkgsrc/geography/gdal-lib/Makefile 2018/08/21 16:15:30 1.104
+++ pkgsrc/geography/gdal-lib/Makefile 2018/09/11 16:15:39 1.105
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.104 2018/08/21 16:15:30 gdt Exp $ 1# $NetBSD: Makefile,v 1.105 2018/09/11 16:15:39 gdt Exp $
2 2
3PKGREVISION= 4 3PKGREVISION= 5
4.include "../../geography/gdal-lib/Makefile.common" 4.include "../../geography/gdal-lib/Makefile.common"
5PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} 5PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
6 6
7MAINTAINER+= gdt@NetBSD.org 7MAINTAINER+= gdt@NetBSD.org
8#MAINTAINER= brook@nmsu.edu 8#MAINTAINER= brook@nmsu.edu
9HOMEPAGE= http://www.gdal.org/ 9HOMEPAGE= http://www.gdal.org/
10COMMENT= Translator library for raster geospatial data formats 10COMMENT= Translator library for raster geospatial data formats
11LICENSE= mit 11LICENSE= mit
12 12
13# This package intends to link against only libgeos_c, but ends up 13# This package intends to link against only libgeos_c, but ends up
14# also linking to the C++ library libgeos, apparently because of a 14# also linking to the C++ library libgeos, apparently because of a
15# libtool problem. 15# libtool problem.
16# Therefore this package needs revbumping on every geos update. 16# Therefore this package needs revbumping on every geos update.