diff options
author | gdt <gdt@pkgsrc.org> | 2013-01-23 00:37:58 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-01-23 00:37:58 +0000 |
commit | 26efb4fe0c9a070a58e0dc47f567c74f179722e0 (patch) | |
tree | 461fe40bf1bf8b5b3cfda6cfb14dec7a31fe3706 | |
parent | 1038abbc27ce9b22f81b26d503e9ba7efac71152 (diff) | |
download | pkgsrc-26efb4fe0c9a070a58e0dc47f567c74f179722e0.tar.gz |
Revbump due to improper use of geos C++ library.
Add comment explaining the need to revbump.
-rw-r--r-- | geography/gdal-lib/Makefile | 8 |
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. |