svn commit: r426351 - head/graphics/geos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 19 08:02:57 UTC 2016


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 at 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>


More information about the svn-ports-head mailing list