Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 08:02:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426351 - head/graphics/geos
Message-ID:  <201611190802.uAJ82uVq045425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 08:02:56 2016
New Revision: 426351
URL: https://svnweb.freebsd.org/changeset/ports/426351

Log:
  - Fix geos::geom::CoordinateArraySequenceFactory assertion
  - Convert to new test framework
  - Bump PORTREVISION for package change
  
  PR:		213173
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de>

Modified:
  head/graphics/geos/Makefile

Modified: head/graphics/geos/Makefile
==============================================================================
--- head/graphics/geos/Makefile	Sat Nov 19 06:14:03 2016	(r426350)
+++ head/graphics/geos/Makefile	Sat Nov 19 08:02:56 2016	(r426351)
@@ -3,6 +3,7 @@
 
 PORTNAME=	geos
 PORTVERSION=	3.5.0
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/geos/ \
 		LOCAL/sunpoet
@@ -19,6 +20,7 @@ OPTIONS_SUB=	yes
 CONFIGURE_ARGS=	ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		gmake libtool tar:bzip2
 
@@ -38,4 +40,7 @@ RUBY_USE=		RUBY=yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lstdc++||' ${WRKSRC}/tests/geostest/Makefile.in ${WRKSRC}/tests/thread/Makefile.in
 
+post-configure:
+	@${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} -e '/CXXFLAGS = / s| -O2||' '{}' \;
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611190802.uAJ82uVq045425>