lang/gcc: clear BROKEN from consumers as 10.1 is past EOL

PR:		214863
This commit is contained in:
Jan Beich 2017-01-03 08:44:59 +00:00
parent 33cc45155a
commit 857289785e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430445
3 changed files with 2 additions and 18 deletions

View File

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

View File

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

View File

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