FreeBSD Bugzilla – Attachment 175389 Details for
Bug 213173
graphics/geos: Fix geos::geom::CoordinateArraySequenceFactory assertion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add test env and circumvent dynamic-cast problems
patch_geos_3.5.0_dynamic-cast.diff (text/plain), 938 bytes, created by
Rainer Hurling
on 2016-10-03 14:47:42 UTC
(
hide
)
Description:
patch to add test env and circumvent dynamic-cast problems
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2016-10-03 14:47:42 UTC
Size:
938 bytes
patch
obsolete
>--- Makefile.orig 2016-10-03 14:55:14.584994000 +0200 >+++ Makefile 2016-10-03 15:12:07.393547000 +0200 >@@ -3,6 +3,7 @@ > > PORTNAME= geos > PORTVERSION= 3.5.0 >+PORTREVISION= 1 > CATEGORIES= graphics geography > MASTER_SITES= http://download.osgeo.org/geos/ \ > LOCAL/sunpoet >@@ -17,7 +18,9 @@ > OPTIONS_SUB= yes > > CONFIGURE_ARGS= ac_cv_path_SWIG=${LOCALBASE}/bin/swig3.0 >+CMAKE_ARGS= -DGEOS_ENABLE_TESTS=ON > GNU_CONFIGURE= yes >+CXXFLAGS+= -Wnon-virtual-dtor -Woverloaded-virtual > INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > USES= gmake libtool tar:bzip2 >@@ -36,6 +39,11 @@ > RUBY_USE= RUBY=yes > > post-patch: >- @${REINPLACE_CMD} -e 's|-lstdc++||' ${WRKSRC}/tests/geostest/Makefile.in ${WRKSRC}/tests/thread/Makefile.in >+ @${REINPLACE_CMD} -e 's|-lstdc++||' \ >+ ${WRKSRC}/tests/geostest/Makefile.in \ >+ ${WRKSRC}/tests/thread/Makefile.in >+ >+check: >+ (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check) > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213173
: 175389 |
175416