1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Fix geos::geom::CoordinateArraySequenceFactory assertion

- Convert to new test framework
- Bump PORTREVISION for package change

PR:		213173
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-11-19 08:02:56 +00:00
parent 0909e1e4d2
commit c1677dd8d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426351

View File

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