pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/nas remove gmake from TOOLS. NAS uses imake and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dedac066e8f7
branches:  trunk
changeset: 621743:dedac066e8f7
user:      christos <christos%pkgsrc.org@localhost>
date:      Mon Jul 15 19:55:31 2013 +0000

description:
remove gmake from TOOLS. NAS uses imake and imake forces the use of
/usr/bin/make in all Makefiles. Fixes PR/47933.
gmake saw $MAKELEVEL being set, and passed -w to recursive makes (so
directory enter and exit events are printed). Imake forces our make
to be used, and our make does not understand -w (yet)

diffstat:

 audio/nas/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 67c01ccd2e1f -r dedac066e8f7 audio/nas/Makefile
--- a/audio/nas/Makefile        Mon Jul 15 19:47:48 2013 +0000
+++ b/audio/nas/Makefile        Mon Jul 15 19:55:31 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2013/07/07 05:45:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2013/07/15 19:55:31 christos Exp $
 
 DISTNAME=      nas-1.9.3.src
 PKGNAME=       ${DISTNAME:S/.src//}
@@ -18,7 +18,7 @@
 MAKE_JOBS_SAFE=                no
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+=            gmake yacc lex makedepend
+USE_TOOLS+=            yacc lex makedepend
 USE_IMAKE=             yes
 
 PKG_SYSCONFSUBDIR=     nas



Home | Main Index | Thread Index | Old Index