svn commit: r430445 - in head: math/ceres-solver math/saga print/lilypond-devel

Jan Beich jbeich at FreeBSD.org
Tue Jan 3 08:45:01 UTC 2017


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>


More information about the svn-ports-head mailing list