pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc MAKE_JOBS_SAFE=no



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0578f39fc91f
branches:  trunk
changeset: 396782:0578f39fc91f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Aug 03 14:01:32 2009 +0000

description:
MAKE_JOBS_SAFE=no

diffstat:

 chat/gale/Makefile         |  4 +++-
 graphics/geomview/Makefile |  4 +++-
 math/genius/Makefile       |  3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (53 lines):

diff -r 8cf6b5eaf9d1 -r 0578f39fc91f chat/gale/Makefile
--- a/chat/gale/Makefile        Mon Aug 03 13:57:14 2009 +0000
+++ b/chat/gale/Makefile        Mon Aug 03 14:01:32 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2009/05/20 00:58:08 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2009/08/03 14:01:32 joerg Exp $
 
 DISTNAME=      gale-0.99fruit
 PKGNAME=       gale-0.99f
@@ -13,6 +13,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+MAKE_JOBS_SAFE=        no
+
 USE_GNU_READLINE=      yes     # needs rl_named_function()
 USE_LIBTOOL=           yes
 GNU_CONFIGURE= yes
diff -r 8cf6b5eaf9d1 -r 0578f39fc91f graphics/geomview/Makefile
--- a/graphics/geomview/Makefile        Mon Aug 03 13:57:14 2009 +0000
+++ b/graphics/geomview/Makefile        Mon Aug 03 14:01:32 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/06/20 01:09:21 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2009/08/03 14:06:22 joerg Exp $
 
 DISTNAME=              geomview-1.8.1
 PKGREVISION=           6
@@ -11,6 +11,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+MAKE_JOBS_SAFE=                no
+
 USE_TOOLS+=            lex
 USE_LANGUAGES=         c c++
 USE_X11BASE=           yes
diff -r 8cf6b5eaf9d1 -r 0578f39fc91f math/genius/Makefile
--- a/math/genius/Makefile      Mon Aug 03 13:57:14 2009 +0000
+++ b/math/genius/Makefile      Mon Aug 03 14:01:32 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/07/22 09:01:35 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2009/08/03 14:06:16 joerg Exp $
 #
 
 DISTNAME=              genius-1.0.6
@@ -11,6 +11,7 @@
 COMMENT=               Calculator and math tool
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                no
 
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index