From owner-svn-ports-head@FreeBSD.ORG Sat Mar 28 22:29:14 2015 Return-Path: Delivered-To: svn-ports-head@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 34665C6D; Sat, 28 Mar 2015 22:29:14 +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 1F9D1206; Sat, 28 Mar 2015 22:29:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SMTDov097228; Sat, 28 Mar 2015 22:29:13 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SMTDrK097227; Sat, 28 Mar 2015 22:29:13 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201503282229.t2SMTDrK097227@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 28 Mar 2015 22:29:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382560 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2015 22:29:14 -0000 Author: stephen Date: Sat Mar 28 22:29:12 2015 New Revision: 382560 URL: https://svnweb.freebsd.org/changeset/ports/382560 QAT: https://qat.redports.org/buildarchive/r382560/ Log: - Remove BROKEN again because it is concerned with EOL versions. Submitted by: John Marino Modified: head/math/sage/Makefile Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Sat Mar 28 22:00:39 2015 (r382559) +++ head/math/sage/Makefile Sat Mar 28 22:29:12 2015 (r382560) @@ -97,10 +97,6 @@ post-install: .include -.if ${OSVERSION} < 701106 -BROKEN= POSIX semaphores are required, and the support only works in FreeBSD 7-STABLE and later -.endif - MAKE_ENV+= MAKE="${MAKE} -j${MAKE_JOBS_NUMBER}" .ifdef MAINTAINER_MODE