pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/gdal-lib gdal: Update comments about geos
details: https://anonhg.NetBSD.org/pkgsrc/rev/e44322bbf403
branches: trunk
changeset: 384394:e44322bbf403
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Aug 21 16:15:30 2018 +0000
description:
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:
geography/gdal-lib/Makefile | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r c00de0d75ea2 -r e44322bbf403 geography/gdal-lib/Makefile
--- a/geography/gdal-lib/Makefile Tue Aug 21 15:52:33 2018 +0000
+++ b/geography/gdal-lib/Makefile Tue Aug 21 16:15:30 2018 +0000
@@ -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@localhost
-#MAINTAINER+= gdt%NetBSD.org@localhost
+MAINTAINER+= gdt%NetBSD.org@localhost
+#MAINTAINER= brook%nmsu.edu@localhost
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
Home |
Main Index |
Thread Index |
Old Index