Date: Tue, 3 Jan 2017 08:44:59 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430445 - in head: math/ceres-solver math/saga print/lilypond-devel Message-ID: <201701030844.v038ix8D084112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jan 3 08:44:59 2017 New Revision: 430445 URL: https://svnweb.freebsd.org/changeset/ports/430445 Log: lang/gcc: clear BROKEN from consumers as 10.1 is past EOL PR: 214863 Modified: head/math/ceres-solver/Makefile (contents, props changed) head/math/saga/Makefile (contents, props changed) head/print/lilypond-devel/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Tue Jan 3 08:21:13 2017 (r430444) +++ head/math/ceres-solver/Makefile Tue Jan 3 08:44:59 2017 (r430445) @@ -108,10 +108,4 @@ post-install-EXAMPLES-on: @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/bin/*_test -@${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/bin/* # may fail for non-root -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000 -BROKEN= does not build on FreeBSD 10.1 (undefined reference to `__cxa_throw_bad_array_new_length') -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Tue Jan 3 08:21:13 2017 (r430444) +++ head/math/saga/Makefile Tue Jan 3 08:44:59 2017 (r430445) @@ -60,10 +60,6 @@ VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libv .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000 -BROKEN= does not build on 10.1 (undefined reference to `__cxa_throw_bad_array_new_length') -.endif - SUB_FILES= pkg-message post-extract: Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Tue Jan 3 08:21:13 2017 (r430444) +++ head/print/lilypond-devel/Makefile Tue Jan 3 08:44:59 2017 (r430445) @@ -71,12 +71,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002000 -BROKEN= does not build on 10.1 (undefined reference to `__cxa_throw_bad_array_new_length') -.endif - post-patch: ${FIND} ${WRKSRC} -name "*.cc" | ${XARGS} \ ${REINPLACE_CMD} -e 's|isinf[ ]*(|::isinf(|g' -e 's|isnan|::isnan|g' @@ -91,4 +85,4 @@ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lilypond/${PORTVERSION}/python/midi.so (cd ${STAGEDIR}/${DATADIR} && ${LN} -fs ${PORTVERSION} current) -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701030844.v038ix8D084112>