svn commit: r429102 - head/math/ceres-solver

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 21 15:56:59 UTC 2016


Author: amdmi3
Date: Wed Dec 21 15:56:58 2016
New Revision: 429102
URL: https://svnweb.freebsd.org/changeset/ports/429102

Log:
  - Mark BROKEN on FreeBSD 10.1
  
  Approved by:	portmgr blanket

Modified:
  head/math/ceres-solver/Makefile

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Wed Dec 21 15:40:12 2016	(r429101)
+++ head/math/ceres-solver/Makefile	Wed Dec 21 15:56:58 2016	(r429102)
@@ -108,4 +108,10 @@ post-install-EXAMPLES-on:
 	@${RM} -r ${STAGEDIR}${EXAMPLESDIR}/bin/*_test
 	-@${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/bin/* # may fail for non-root
 
-.include <bsd.port.mk>
+.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>


More information about the svn-ports-head mailing list