diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /math | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'math')
-rw-r--r-- | math/dieharder/Makefile | 4 | ||||
-rw-r--r-- | math/statist/Makefile | 4 | ||||
-rw-r--r-- | math/udunits/Makefile | 4 | ||||
-rw-r--r-- | math/xlispstat/Makefile | 4 | ||||
-rw-r--r-- | math/yorick/Makefile | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index 5897dad08dc..daae7f20b2e 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/09/13 10:07:36 gson Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/30 00:07:20 joerg Exp $ # DISTNAME= dieharder-2.24.4 @@ -10,6 +10,8 @@ MAINTAINER= gson@NetBSD.org HOMEPAGE= http://www.phy.duke.edu/~rgb/General/dieharder.php COMMENT= Random number generator test suite +MAKE_JOBS_SAFE= no + AUTOMAKE_REQD= 1.9.6 USE_TOOLS+= automake gmake USE_LIBTOOL= yes diff --git a/math/statist/Makefile b/math/statist/Makefile index a90e92d5996..c6068b6e232 100644 --- a/math/statist/Makefile +++ b/math/statist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2009/06/30 00:07:20 joerg Exp $ # DISTNAME= statist-1.0.1 @@ -14,6 +14,8 @@ DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_LIBTOOL= YES diff --git a/math/udunits/Makefile b/math/udunits/Makefile index b13034b8bee..91f8e603ec4 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/10/19 19:18:21 he Exp $ +# $NetBSD: Makefile,v 1.27 2009/06/30 00:07:20 joerg Exp $ DISTNAME= udunits-1.12.1 PKGREVISION= 3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.unidata.ucar.edu/software/udunits/ COMMENT= Library and program for manipulating units of physical quantities +MAKE_JOBS_SAFE= no + USE_TOOLS+= perl WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index d4d27ac2325..29d0586b469 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/03/07 16:48:02 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2009/06/30 00:07:20 joerg Exp $ DISTNAME= xlispstat-3-52-20 PKGNAME= xlispstat-3.52.20 @@ -12,6 +12,8 @@ COMMENT= Statistics/X11-based LISP interpreter PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes USE_X11BASE= yes diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 201ab3cd2b4..171754d8ec6 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2008/09/02 02:08:33 obache Exp $ +# $NetBSD: Makefile,v 1.25 2009/06/30 00:07:20 joerg Exp $ DISTNAME= yorick-1.6.02 PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://yorick.sourceforge.net/ COMMENT= Numerical algebra system (similar to Matlab) +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/yorick-1.6 BUILD_DIRS= ${WRKSRC} ${WRKSRC}/doc INSTALL_DIRS= ${WRKSRC} |