Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 00:17:56 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349382 - head/math/reduce
Message-ID:  <201403280017.s2S0HuQ5063694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <giffunip@tutopia.com> (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 <bsd.port.pre.mk>
 
 HMAN1=	redcsl.1



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