Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ns net/ns: suppress USE_TOOLS+=perl warning



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c86700ecdd6
branches:  trunk
changeset: 431234:8c86700ecdd6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 14:23:36 2020 +0000

description:
net/ns: suppress USE_TOOLS+=perl warning

diffstat:

 net/ns/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8432966a9eeb -r 8c86700ecdd6 net/ns/Makefile
--- a/net/ns/Makefile   Sun May 10 14:22:48 2020 +0000
+++ b/net/ns/Makefile   Sun May 10 14:23:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/12/19 21:15:39 markd Exp $
+# $NetBSD: Makefile,v 1.52 2020/05/10 14:23:36 rillig Exp $
 
 DISTNAME=      ns-src-2.35
 PKGNAME=       ns-2.35
@@ -17,6 +17,7 @@
 PTHREAD_OPTS+= require
 # Perl is only needed if you want to run the validation tests.
 #USE_TOOLS+=   perl
+TOOLS_BROKEN+= perl
 
 CONFIGURE_ARGS+=       LIBS="`${CONFIG_SHELL} -c '. ${TCLCONFIG_SH}; ${ECHO} $$TCL_LIBS'`"
 CONFIGURE_ARGS+=       --with-tcl=${BUILDLINK_PREFIX.tcl}



Home | Main Index | Thread Index | Old Index