summaryrefslogtreecommitdiff
path: root/geography/gdal-lib
diff options
context:
space:
mode:
authorgdt <gdt>2013-01-23 00:37:58 +0000
committergdt <gdt>2013-01-23 00:37:58 +0000
commita4e40d2598cf4c654a1c281991d74258c889df4b (patch)
tree461fe40bf1bf8b5b3cfda6cfb14dec7a31fe3706 /geography/gdal-lib
parent6cb5c43473672ca00c76f74f42ce3ee339bb49fd (diff)
downloadpkgsrc-a4e40d2598cf4c654a1c281991d74258c889df4b.tar.gz
Revbump due to improper use of geos C++ library.
Add comment explaining the need to revbump.
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r--geography/gdal-lib/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 20f05827ab9..dc7139bb7fa 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.50 2012/12/16 01:52:15 obache Exp $
+# $NetBSD: Makefile,v 1.51 2013/01/23 00:37:58 gdt Exp $
VERSION= 1.9.1
DISTNAME= gdal-${VERSION}
PKGNAME= gdal-lib-${VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/gdal/
@@ -12,6 +12,10 @@ HOMEPAGE= http://www.gdal.org/
COMMENT= Translator library for raster geospatial data formats
LICENSE= mit
+# This package links against the geos C++ library. geos regards this
+# as a bug and changes the C++ shlib version every release. Therefore
+# this package needs revbumping on every geos update.
+
# There is mysterious failure to find gdal_version.h, even though it
# is not a generated file, apparently caused by an odd make path that
# fails to use the right includes.