diff options
author | gdt <gdt@pkgsrc.org> | 2012-06-03 16:05:44 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-06-03 16:05:44 +0000 |
commit | 33c93978106bfe748d81d0a93bcd10907c1b1286 (patch) | |
tree | 180cbaba627bba06828975ef94de7e7bbb6ad198 /geography | |
parent | c4361d2565bf3b893749f8c324c3b65632f5c62e (diff) | |
download | pkgsrc-33c93978106bfe748d81d0a93bcd10907c1b1286.tar.gz |
Add comments (only) about shlib versioning.
Note that the shlib-name-changing-on-minor-releases issue has been
raised upstream.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/geos/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
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) |