Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 15:56:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429102 - head/math/ceres-solver
Message-ID:  <201612211556.uBLFuwT1029179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612211556.uBLFuwT1029179>