pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit2 add:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d013014a6d4f
branches:  trunk
changeset: 527791:d013014a6d4f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Apr 13 13:00:51 2007 +0000

description:
add:
# make sometimes spins forever
MAKE_JOBS_SAFE=         no

diffstat:

 net/ORBit2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 60b9f5b58675 -r d013014a6d4f net/ORBit2/Makefile
--- a/net/ORBit2/Makefile       Fri Apr 13 12:56:47 2007 +0000
+++ b/net/ORBit2/Makefile       Fri Apr 13 13:00:51 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2007/03/18 21:00:55 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2007/04/13 13:00:51 gdt Exp $
 #
 
 DISTNAME=              ORBit2-2.14.7
@@ -15,6 +15,9 @@
 
 CONFLICTS=             linc>=1.1
 
+# make sometimes spins forever
+MAKE_JOBS_SAFE=                no
+
 USE_TOOLS+=            gmake pkg-config
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index