pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/nas # 1) uses dia library before it is built



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e15a21761d97
branches:  trunk
changeset: 528412:e15a21761d97
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed May 02 12:51:43 2007 +0000

description:
# 1) uses dia library before it is built
# 2) make succeeds even with failures, making this problem non-obvious
MAKE_JOBS_SAFE=         no

diffstat:

 audio/nas/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 11aa9a4f0665 -r e15a21761d97 audio/nas/Makefile
--- a/audio/nas/Makefile        Wed May 02 12:38:19 2007 +0000
+++ b/audio/nas/Makefile        Wed May 02 12:51:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2007/03/24 13:45:05 markd Exp $
+# $NetBSD: Makefile,v 1.74 2007/05/02 12:51:43 gdt Exp $
 
 DISTNAME=      nas-1.8.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -13,6 +13,10 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+# 1) uses dia library before it is built
+# 2) make succeeds even with failures, making this problem non-obvious
+MAKE_JOBS_SAFE=                no
+
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 USE_TOOLS+=            gmake
 USE_IMAKE=             yes



Home | Main Index | Thread Index | Old Index