svn commit: r382360 - head/math/sage
Stephen Montgomery-Smith
stephen at FreeBSD.org
Fri Mar 27 02:21:52 UTC 2015
Author: stephen
Date: Fri Mar 27 02:21:51 2015
New Revision: 382360
URL: https://svnweb.freebsd.org/changeset/ports/382360
QAT: https://qat.redports.org/buildarchive/r382360/
Log:
- Narrow BROKEN down to likely OSVERSIONs.
PR: 198893
Submitted by: John Marino
References: https://svnweb.freebsd.org/base?view=revision&revision=271779 https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/versions.html
Modified:
head/math/sage/Makefile
Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile Fri Mar 27 00:21:33 2015 (r382359)
+++ head/math/sage/Makefile Fri Mar 27 02:21:51 2015 (r382360)
@@ -26,7 +26,9 @@ LIB_DEPENDS= libatlas.so:${PORTSDIR}/mat
libjpeg.so:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-BROKEN= https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198893 but try "make -DTRYBROKEN" because it might work for you
+.if OSVERSION>=1000000 && OSVERSION<1000717
+BROKEN= https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198893
+.endif
pre-extract:
@${ECHO_MSG}
More information about the svn-ports-all
mailing list