pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg Comment out debug printf.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d6719bd5869
branches: trunk
changeset: 369839:8d6719bd5869
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Oct 06 14:46:21 2017 +0000
description:
Comment out debug printf.
diffstat:
mk/pkgformat/pkg/reduce-depends.awk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r c9d94f7dd6c3 -r 8d6719bd5869 mk/pkgformat/pkg/reduce-depends.awk
--- a/mk/pkgformat/pkg/reduce-depends.awk Fri Oct 06 14:34:01 2017 +0000
+++ b/mk/pkgformat/pkg/reduce-depends.awk Fri Oct 06 14:46:21 2017 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/awk -f
#
-# $NetBSD: reduce-depends.awk,v 1.9 2017/10/04 04:13:12 jlam Exp $
+# $NetBSD: reduce-depends.awk,v 1.10 2017/10/06 14:46:21 wiz Exp $
#
# Copyright (c) 2006-2017 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -197,7 +197,7 @@
if (match(pattern, /-\[0-9\]\*$/)) {
any_bound = substr(pattern, RSTART + 1, RLENGTH)
pattern = substr(pattern, 1, RSTART - 1)
- print(pattern " / " any_bound) | ERRCAT
+ # print(pattern " / " any_bound) | ERRCAT
} else if (match(pattern, "-" VERSION_RE "$")) {
eq_bound = substr(pattern, RSTART + 1, RLENGTH)
pattern = substr(pattern, 1, RSTART - 1)
Home |
Main Index |
Thread Index |
Old Index