From owner-svn-ports-all@FreeBSD.ORG Fri Mar 27 02:21:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D25D428; Fri, 27 Mar 2015 02:21:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67F5BF6B; Fri, 27 Mar 2015 02:21:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2R2LqpK042082; Fri, 27 Mar 2015 02:21:52 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2R2Lq8q042081; Fri, 27 Mar 2015 02:21:52 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201503270221.t2R2Lq8q042081@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 27 Mar 2015 02:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382360 - head/math/sage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 02:21:52 -0000 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}