From owner-svn-ports-all@FreeBSD.ORG Fri Mar 28 00:17:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8914877; Fri, 28 Mar 2014 00:17:56 +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 9554BCF8; Fri, 28 Mar 2014 00:17:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2S0Husx063695; Fri, 28 Mar 2014 00:17:56 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2S0HuQ5063694; Fri, 28 Mar 2014 00:17:56 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201403280017.s2S0HuQ5063694@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 28 Mar 2014 00:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349382 - head/math/reduce 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.17 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, 28 Mar 2014 00:17:56 -0000 Author: jhale Date: Fri Mar 28 00:17:56 2014 New Revision: 349382 URL: http://svnweb.freebsd.org/changeset/ports/349382 QAT: https://qat.redports.org/buildarchive/r349382/ Log: - Mark MAKE_JOBS_UNSAFE (build fails with MAKE_JOBS_NUMBER=8) While here: - USE_BZIP2 -> USES - Disambiguate BSD license (BSD2CLAUSE) PR: ports/187732 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com> Approved by: Pedro Giffuni (maintainer) Modified: head/math/reduce/Makefile Modified: head/math/reduce/Makefile ============================================================================== --- head/math/reduce/Makefile Fri Mar 28 00:12:40 2014 (r349381) +++ head/math/reduce/Makefile Fri Mar 28 00:17:56 2014 (r349382) @@ -10,15 +10,14 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= giffunip@tutopia.com COMMENT= Portable general-purpose computer algebra system (CSL version) -LICENSE= BSD +LICENSE= BSD2CLAUSE RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff -USE_BZIP2= yes -USES= gmake +USES= gmake tar:bzip2 USE_XORG= xext x11 xft USE_GNOME= lthack ltverhack @@ -28,6 +27,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-csl ALL_TARGET= +MAKE_JOBS_UNSAFE= yes + .include HMAN1= redcsl.1