pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/gdal-lib
Module Name: pkgsrc
Committed By: gdt
Date: Tue Aug 21 16:15:30 UTC 2018
Modified Files:
pkgsrc/geography/gdal-lib: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/geography/gdal-lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.103 pkgsrc/geography/gdal-lib/Makefile:1.104
--- pkgsrc/geography/gdal-lib/Makefile:1.103 Thu Aug 16 18:54:29 2018
+++ pkgsrc/geography/gdal-lib/Makefile Tue Aug 21 16:15:30 2018
@@ -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