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 | a3d16d27e6137196caac6d71b21f44635265799e (patch) | |
tree | 180cbaba627bba06828975ef94de7e7bbb6ad198 /geography/geos | |
parent | 1c4156d577f151d8d6674dd15f99b96e4a67d226 (diff) | |
download | pkgsrc-a3d16d27e6137196caac6d71b21f44635265799e.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/geos')
-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) |