Mon Sep 1 19:18:21 2014 UTC ()
Remove MAKE_JOBS_SAFE=no, added 4 years and many versions ago.

I cannot trigger a failure up to MAKE_JOBS=24, and this package takes
around 45 minutes to build on fast hardware single-threaded.


(jperkin)
diff -r1.11 -r1.12 pkgsrc/lang/mono2/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/lang/mono2/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/mono2/Attic/Makefile 2014/06/10 19:25:58 1.11
+++ pkgsrc/lang/mono2/Attic/Makefile 2014/09/01 19:18:21 1.12
@@ -1,27 +1,25 @@ @@ -1,27 +1,25 @@
1# $NetBSD: Makefile,v 1.11 2014/06/10 19:25:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2014/09/01 19:18:21 jperkin Exp $
2 2
3DISTNAME= mono-2.10.9 3DISTNAME= mono-2.10.9
4PKGREVISION= 9 4PKGREVISION= 9
5CATEGORIES= lang 5CATEGORIES= lang
6MASTER_SITES= http://download.mono-project.com/sources/mono/ 6MASTER_SITES= http://download.mono-project.com/sources/mono/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= kefren@NetBSD.org 9MAINTAINER= kefren@NetBSD.org
10HOMEPAGE= http://www.mono-project.com/ 10HOMEPAGE= http://www.mono-project.com/
11COMMENT= Open source implementation of the .NET Development Framework (v2) 11COMMENT= Open source implementation of the .NET Development Framework (v2)
12 12
13MAKE_JOBS_SAFE= no 
14 
15LICENSE= mit AND gnu-gpl-v2 AND gnu-lgpl-v2 AND x11 13LICENSE= mit AND gnu-gpl-v2 AND gnu-lgpl-v2 AND x11
16 14
17BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser 15BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
18 16
19CONFLICTS= pnet-[0-9]* mcsim-[0-9]* lc-[0-9]* 17CONFLICTS= pnet-[0-9]* mcsim-[0-9]* lc-[0-9]*
20 18
21ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q} PLATFORM= 19ALL_ENV+= MONO_SHARED_DIR=${WRKDIR:Q} PLATFORM=
22 20
23USE_TOOLS+= bison gmake perl:run pkg-config bash:run msgfmt 21USE_TOOLS+= bison gmake perl:run pkg-config bash:run msgfmt
24USE_LIBTOOL= yes 22USE_LIBTOOL= yes
25USE_LANGUAGES+= c c++ 23USE_LANGUAGES+= c c++
26EXTRACT_USING= bsdtar 24EXTRACT_USING= bsdtar
27 25