pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/f2c # Many failures - this is *very* far from safe.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba23f25772d6
branches:  trunk
changeset: 536530:ba23f25772d6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Dec 16 15:47:55 2007 +0000

description:
# Many failures - this is *very* far from safe.
MAKE_JOBS_SAFE=         no

diffstat:

 lang/f2c/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e6f548ac2c16 -r ba23f25772d6 lang/f2c/Makefile
--- a/lang/f2c/Makefile Sun Dec 16 15:35:31 2007 +0000
+++ b/lang/f2c/Makefile Sun Dec 16 15:47:55 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2007/09/25 10:07:06 hira Exp $
+# $NetBSD: Makefile,v 1.43 2007/12/16 15:47:55 gdt Exp $
 
 DISTNAME=      f2c-20001205
 PKGREVISION=   9
@@ -24,6 +24,9 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+# Many failures - this is *very* far from safe.
+MAKE_JOBS_SAFE=                no
+
 CONFLICTS=     egcs-current-19980608
 
 F2CMAJOR=      0



Home | Main Index | Thread Index | Old Index