svn commit: r429057 - head/math/saga

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 21 10:26:06 UTC 2016


Author: amdmi3
Date: Wed Dec 21 10:26:05 2016
New Revision: 429057
URL: https://svnweb.freebsd.org/changeset/ports/429057

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

Modified:
  head/math/saga/Makefile

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Wed Dec 21 10:25:58 2016	(r429056)
+++ head/math/saga/Makefile	Wed Dec 21 10:26:05 2016	(r429057)
@@ -60,6 +60,10 @@ VIGRA_RUN_DEPENDS=	${LOCALBASE}/lib/libv
 
 .include <bsd.port.pre.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${OSVERSION} < 1003000
+BROKEN=		does not build on < 10.3 (undefined reference to `__cxa_throw_bad_array_new_length')
+.endif
+
 SUB_FILES=	pkg-message
 
 post-extract:


More information about the svn-ports-head mailing list