Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 00:27:00 +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: r382444 - head/math/sage
Message-ID:  <201503280027.t2S0R0E6072366@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Mar 28 00:26:59 2015
New Revision: 382444
URL: https://svnweb.freebsd.org/changeset/ports/382444
QAT: https://qat.redports.org/buildarchive/r382444/

Log:
  - Broaden BROKEN to include all FreeBSD versions less than 10.
  
  PR:		198893
  Submitted by:	John Marino

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Fri Mar 27 23:42:49 2015	(r382443)
+++ head/math/sage/Makefile	Sat Mar 28 00:26:59 2015	(r382444)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libatlas.so:${PORTSDIR}/mat
 		libjpeg.so:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-.if OSVERSION>=1000000 && OSVERSION<1000717
+.if OSVERSION<1000717
 BROKEN=		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198893
 .endif
 



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