pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ns



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 14:23:36 UTC 2020

Modified Files:
        pkgsrc/net/ns: Makefile

Log Message:
net/ns: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/ns/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ns/Makefile
diff -u pkgsrc/net/ns/Makefile:1.51 pkgsrc/net/ns/Makefile:1.52
--- pkgsrc/net/ns/Makefile:1.51 Thu Dec 19 21:15:39 2019
+++ pkgsrc/net/ns/Makefile      Sun May 10 14:23:36 2020
@@ -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 @@ GNU_CONFIGURE=        yes
 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