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/bd9ded63bdd5
branches:  trunk
changeset: 312019:bd9ded63bdd5
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 9471e4919c1c -r bd9ded63bdd5 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