Wed Jan 23 00:37:58 2013 UTC ()
Revbump due to improper use of geos C++ library.

Add comment explaining the need to revbump.


(gdt)
diff -r1.50 -r1.51 pkgsrc/geography/gdal-lib/Makefile

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

--- pkgsrc/geography/gdal-lib/Makefile 2012/12/16 01:52:15 1.50
+++ pkgsrc/geography/gdal-lib/Makefile 2013/01/23 00:37:58 1.51
@@ -1,27 +1,31 @@ @@ -1,27 +1,31 @@
1# $NetBSD: Makefile,v 1.50 2012/12/16 01:52:15 obache Exp $ 1# $NetBSD: Makefile,v 1.51 2013/01/23 00:37:58 gdt Exp $
2 2
3VERSION= 1.9.1 3VERSION= 1.9.1
4DISTNAME= gdal-${VERSION} 4DISTNAME= gdal-${VERSION}
5PKGNAME= gdal-lib-${VERSION} 5PKGNAME= gdal-lib-${VERSION}
6PKGREVISION= 3 6PKGREVISION= 4
7CATEGORIES= geography 7CATEGORIES= geography
8MASTER_SITES= http://download.osgeo.org/gdal/ 8MASTER_SITES= http://download.osgeo.org/gdal/
9 9
10MAINTAINER= brook@nmsu.edu 10MAINTAINER= brook@nmsu.edu
11HOMEPAGE= http://www.gdal.org/ 11HOMEPAGE= http://www.gdal.org/
12COMMENT= Translator library for raster geospatial data formats 12COMMENT= Translator library for raster geospatial data formats
13LICENSE= mit 13LICENSE= mit
14 14
 15# This package links against the geos C++ library. geos regards this
 16# as a bug and changes the C++ shlib version every release. Therefore
 17# this package needs revbumping on every geos update.
 18
15# There is mysterious failure to find gdal_version.h, even though it 19# There is mysterious failure to find gdal_version.h, even though it
16# is not a generated file, apparently caused by an odd make path that 20# is not a generated file, apparently caused by an odd make path that
17# fails to use the right includes. 21# fails to use the right includes.
18MAKE_JOBS_SAFE= no 22MAKE_JOBS_SAFE= no
19 23
20USE_LANGUAGES= c c++ fortran77 24USE_LANGUAGES= c c++ fortran77
21USE_LIBTOOL= yes 25USE_LIBTOOL= yes
22USE_PKGLOCALEDIR= yes 26USE_PKGLOCALEDIR= yes
23USE_TOOLS+= gmake 27USE_TOOLS+= gmake
24GNU_CONFIGURE= yes 28GNU_CONFIGURE= yes
25CONFIGURE_ARGS+= --with-geos 29CONFIGURE_ARGS+= --with-geos
26CONFIGURE_ARGS+= --with-libtiff=${BUILDLINK_PREFIX.tiff} 30CONFIGURE_ARGS+= --with-libtiff=${BUILDLINK_PREFIX.tiff}
27CONFIGURE_ARGS+= --with-libz=${BUILDLINK_PREFIX.zlib}/include 31CONFIGURE_ARGS+= --with-libz=${BUILDLINK_PREFIX.zlib}/include