Date: Fri, 27 Mar 2015 02:21:52 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382360 - head/math/sage Message-ID: <201503270221.t2R2Lq8q042081@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503270221.t2R2Lq8q042081>