From 96a93ecb7c1d1e28dd77f19cd54e38d399b72130 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 9 Feb 2017 18:20:04 +0000 Subject: [PATCH] - Update comment - Add forgotten geos-config patch - Remove unused configure argument --- graphics/geos35/Makefile | 7 ++- .../geos35/files/patch-tools_geos-config.in | 49 +++++++++++++++++++ 2 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 graphics/geos35/files/patch-tools_geos-config.in diff --git a/graphics/geos35/Makefile b/graphics/geos35/Makefile index 93fbef5b324a..8e23c7ec5985 100644 --- a/graphics/geos35/Makefile +++ b/graphics/geos35/Makefile @@ -3,20 +3,19 @@ PORTNAME= geos PORTVERSION= 3.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/geos/ \ LOCAL/sunpoet PKGNAMESUFFIX= 35 MAINTAINER= amdmi3@FreeBSD.org -COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" +COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" (legacy) LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -CONFIGURE_ARGS= --program-suffix=35 \ - ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 +CONFIGURE_ARGS= --program-suffix=35 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check diff --git a/graphics/geos35/files/patch-tools_geos-config.in b/graphics/geos35/files/patch-tools_geos-config.in new file mode 100644 index 000000000000..244456acd211 --- /dev/null +++ b/graphics/geos35/files/patch-tools_geos-config.in @@ -0,0 +1,49 @@ +--- tools/geos-config.in.orig 2015-08-14 18:23:15 UTC ++++ tools/geos-config.in +@@ -6,7 +6,7 @@ libdir=@libdir@ + usage() + { + cat <