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/2442b4486c17
branches:  trunk
changeset: 396833:2442b4486c17
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 04 13:58:57 2009 +0000

description:
MAKE_JOBS_SAFE=no

diffstat:

 games/nethack-lib/Makefile.common |  4 +++-
 graphics/gimp1-base/Makefile      |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 448b26ae5f48 -r 2442b4486c17 games/nethack-lib/Makefile.common
--- a/games/nethack-lib/Makefile.common Tue Aug 04 13:31:24 2009 +0000
+++ b/games/nethack-lib/Makefile.common Tue Aug 04 13:58:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2009/08/03 14:52:01 joerg Exp $
+# $NetBSD: Makefile.common,v 1.26 2009/08/04 13:58:57 joerg Exp $
 #
 
 NETHACK_BASEVER=       3.4.3
@@ -14,6 +14,8 @@
 MAINTAINER=            pooka%NetBSD.org@localhost
 HOMEPAGE=              http://www.nethack.org/
 
+MAKE_JOBS_SAFE=                no
+
 .if !defined(META_PACKAGE)
 
 WRKSRC=                        ${WRKDIR}/nethack-${NETHACK_BASEVER}
diff -r 448b26ae5f48 -r 2442b4486c17 graphics/gimp1-base/Makefile
--- a/graphics/gimp1-base/Makefile      Tue Aug 04 13:31:24 2009 +0000
+++ b/graphics/gimp1-base/Makefile      Tue Aug 04 13:58:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/06/20 01:09:21 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2009/08/04 14:00:56 joerg Exp $
 #
 
 DISTNAME=              gimp-1.2.5
@@ -14,6 +14,7 @@
 COMMENT=               GNU Image Manipulation Program (base)
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                no
 
 CONFLICTS+=            gimp<=1.2.3 gimp>=2.0.0
 



Home | Main Index | Thread Index | Old Index