svn commit: r382444 - head/math/sage

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Mar 28 00:27:01 UTC 2015


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
 


More information about the svn-ports-head mailing list