pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/pkgformat/pkg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Oct  6 14:46:22 UTC 2017

Modified Files:
        pkgsrc/mk/pkgformat/pkg: reduce-depends.awk

Log Message:
Comment out debug printf.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mk/pkgformat/pkg/reduce-depends.awk

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

Modified files:

Index: pkgsrc/mk/pkgformat/pkg/reduce-depends.awk
diff -u pkgsrc/mk/pkgformat/pkg/reduce-depends.awk:1.9 pkgsrc/mk/pkgformat/pkg/reduce-depends.awk:1.10
--- pkgsrc/mk/pkgformat/pkg/reduce-depends.awk:1.9      Wed Oct  4 04:13:12 2017
+++ pkgsrc/mk/pkgformat/pkg/reduce-depends.awk  Fri Oct  6 14:46:21 2017
@@ -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 @@ BEGIN {
                        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