diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-03 16:44:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-03 16:44:59 +0800 |
commit | 1cc887a898c180e766980365954e8607d3eee6be (patch) | |
tree | 57e3df27ee0597a92af08e8e4446999e89102829 | |
parent | ccd673257f65db177373651a93e36e42b5412409 (diff) | |
download | freebsd-ports-gnome-1cc887a898c180e766980365954e8607d3eee6be.tar.gz freebsd-ports-gnome-1cc887a898c180e766980365954e8607d3eee6be.tar.zst freebsd-ports-gnome-1cc887a898c180e766980365954e8607d3eee6be.zip |
lang/gcc: clear BROKEN from consumers as 10.1 is past EOL
PR: 214863
-rw-r--r-- | math/ceres-solver/Makefile | 8 | ||||
-rw-r--r-- | math/saga/Makefile | 4 | ||||
-rw-r--r-- | print/lilypond-devel/Makefile | 8 |
3 files changed, 2 insertions, 18 deletions
diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index a539463c6211..3a9bcbb796c7 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -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> diff --git a/math/saga/Makefile b/math/saga/Makefile index 907829569669..633a172a7d1f 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -60,10 +60,6 @@ VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra .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: diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index e05d6bb9c532..3209b3343da7 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -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> |