summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-08-21 16:15:30 +0000
committergdt <gdt@pkgsrc.org>2018-08-21 16:15:30 +0000
commita06b3b5ab7b7a7b200222e90085a0e602714717d (patch)
treef2137765e86e012845c782718d3fec1c538d89d3 /geography
parent2c6fa8ca0891800be011deb70f2c5e1f8a31f2ea (diff)
downloadpkgsrc-a06b3b5ab7b7a7b200222e90085a0e602714717d.tar.gz
gdal: Update comments about geos
Note that gdal is not intended to link against geos's C++ library, but does anyway (libtool?). Take primary maintership.
Diffstat (limited to 'geography')
-rw-r--r--geography/gdal-lib/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 549c1fb3f45..cb64d1b3aaa 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.103 2018/08/16 18:54:29 adam Exp $
+# $NetBSD: Makefile,v 1.104 2018/08/21 16:15:30 gdt Exp $
PKGREVISION= 4
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
-MAINTAINER= brook@nmsu.edu
-#MAINTAINER+= gdt@NetBSD.org
+MAINTAINER+= gdt@NetBSD.org
+#MAINTAINER= brook@nmsu.edu
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.
+# This package intends to link against only libgeos_c, but ends up
+# also linking to the C++ library libgeos, apparently because of a
+# libtool problem.
+# Therefore this package needs revbumping on every geos update.
CONFIGURE_ARGS+= --without-python