From a3d16d27e6137196caac6d71b21f44635265799e Mon Sep 17 00:00:00 2001 From: gdt Date: Sun, 3 Jun 2012 16:05:44 +0000 Subject: Add comments (only) about shlib versioning. Note that the shlib-name-changing-on-minor-releases issue has been raised upstream. --- geography/geos/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'geography') diff --git a/geography/geos/Makefile b/geography/geos/Makefile index 19d56da0657..5d9de879c99 100644 --- a/geography/geos/Makefile +++ b/geography/geos/Makefile @@ -1,10 +1,18 @@ -# $NetBSD: Makefile,v 1.16 2012/06/01 14:32:54 gdt Exp $ +# $NetBSD: Makefile,v 1.17 2012/06/03 16:05:44 gdt Exp $ DISTNAME= geos-3.3.4 CATEGORIES= geography MASTER_SITES= http://download.osgeo.org/geos/ EXTRACT_SUFX= .tar.bz2 +# NOTE: geos uses -release for versioning lib/libgeos.la, and seems to +# change the shlib name (not just the version, but the *name*) on +# every release. If this continues, a recursive revbump is required +# on every update. + +# This has been reported as a bug to the upstream mailinglist: +# http://lists.osgeo.org/pipermail/geos-devel/2012-June/005860.html + MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://geos.refractions.net/ COMMENT= C++ port of the Java Topology Suite (JTS) -- cgit v1.2.3