2017-01-23 00:44:47 +01:00
|
|
|
# $NetBSD: Makefile,v 1.29 2017/01/22 23:44:47 gdt Exp $
|
2017-01-23 00:42:18 +01:00
|
|
|
|
|
|
|
# Do not update to 3.6, because there is serious ABI breakage which
|
|
|
|
# prevents osm2pgsql from working, and may well cause other programs
|
|
|
|
# to have issues. osm2pgsql plans to stop using geos, and it seems
|
|
|
|
# better to have slightly old geos in pkgsrc then to have a bunch of
|
|
|
|
# broken other programs. Please email me if you have a problem with
|
2017-01-23 00:44:47 +01:00
|
|
|
# this. -- gdt, 20170122
|
2016-10-26 01:31:39 +02:00
|
|
|
DISTNAME= geos-3.5.1
|
2011-02-15 10:19:29 +01:00
|
|
|
CATEGORIES= geography
|
|
|
|
MASTER_SITES= http://download.osgeo.org/geos/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2005-11-06 11:36:46 +01:00
|
|
|
|
2012-06-06 01:17:32 +02:00
|
|
|
# geos has two libraries:
|
|
|
|
# geos_c (C), which follows normal versioning rules
|
|
|
|
# geos (C++), which uses -release, and changes on every release
|
|
|
|
|
2013-01-23 01:35:12 +01:00
|
|
|
# According to the geos project (as documented in README), the C++
|
|
|
|
# interface should not be directly used and other packages should not
|
2013-02-28 18:08:33 +01:00
|
|
|
# link against it. Therefore, pkgsrc will perform a recursive revbump
|
|
|
|
# when the geos_c shlib version changes, and will generally ignore
|
2017-01-23 00:42:18 +01:00
|
|
|
# geos shlib name changes. However, people on the geos list dispute
|
|
|
|
# this characterization.
|
2012-06-06 01:17:32 +02:00
|
|
|
|
2017-01-23 00:42:18 +01:00
|
|
|
# The following packages either incorrectly (from the geos
|
|
|
|
# READMEviewpoint) or suboptimally (from some comments ont he list)
|
|
|
|
# link directly against -lgeos and should be revbumped on every update
|
|
|
|
# (and perhaps fixed not to use -lgeos):
|
2012-11-15 23:07:27 +01:00
|
|
|
# geography/gdal-lib
|
2017-01-23 00:42:18 +01:00
|
|
|
# geoggraph/osm2pgsql
|
|
|
|
# https://github.com/openstreetmap/osm2pgsql/issues/634
|
2012-06-03 18:05:44 +02:00
|
|
|
|
2011-02-15 10:19:29 +01:00
|
|
|
MAINTAINER= gdt@NetBSD.org
|
2017-01-22 16:56:07 +01:00
|
|
|
HOMEPAGE= https://trac.osgeo.org/geos
|
2011-02-15 10:19:29 +01:00
|
|
|
COMMENT= C++ port of the Java Topology Suite (JTS)
|
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2005-11-06 11:36:46 +01:00
|
|
|
|
2011-06-16 11:24:05 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2005-11-06 11:36:46 +01:00
|
|
|
USE_LIBTOOL= yes
|
2011-06-16 11:24:05 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2005-11-06 11:36:46 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2008-12-11 18:17:57 +01:00
|
|
|
TEST_TARGET= check
|
|
|
|
|
2005-11-06 11:36:46 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|