svn commit: r349382 - head/math/reduce
Jason E. Hale
jhale at FreeBSD.org
Fri Mar 28 00:17:56 UTC 2014
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 at gmail.com>
Approved by: Pedro Giffuni <giffunip at 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 at 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
More information about the svn-ports-all
mailing list