pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_chk update pkg_chk to 1.87.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89762730c241
branches:  trunk
changeset: 533491:89762730c241
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Sep 20 08:18:13 2007 +0000

description:
update pkg_chk to 1.87.
Make -k work with -l, so a missing package will still result in a list of
binary packages being displayed

diffstat:

 pkgtools/pkg_chk/Makefile         |  4 ++--
 pkgtools/pkg_chk/files/pkg_chk.sh |  7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r c1bff2afe055 -r 89762730c241 pkgtools/pkg_chk/Makefile
--- a/pkgtools/pkg_chk/Makefile Thu Sep 20 08:04:17 2007 +0000
+++ b/pkgtools/pkg_chk/Makefile Thu Sep 20 08:18:13 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2007/08/27 15:28:54 abs Exp $
+# $NetBSD: Makefile,v 1.56 2007/09/20 08:18:13 abs Exp $
 
-DISTNAME=      pkg_chk-1.86
+DISTNAME=      pkg_chk-1.87
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r c1bff2afe055 -r 89762730c241 pkgtools/pkg_chk/files/pkg_chk.sh
--- a/pkgtools/pkg_chk/files/pkg_chk.sh Thu Sep 20 08:04:17 2007 +0000
+++ b/pkgtools/pkg_chk/files/pkg_chk.sh Thu Sep 20 08:18:13 2007 +0000
@@ -1,6 +1,6 @@
 #!@SH@ -e
 #
-# $Id: pkg_chk.sh,v 1.50 2007/08/27 15:28:54 abs Exp $
+# $Id: pkg_chk.sh,v 1.51 2007/09/20 08:18:13 abs Exp $
 #
 # TODO: Make -g check dependencies and tsort
 # TODO: Variation of -g which only lists top level packages
@@ -309,7 +309,9 @@
        pkglist="$next_pkglist"
        next_pkglist=
     done
-    fatal_later_check
+    if [ -z "$opt_k" ] ; then
+       fatal_later_check
+    fi
     printf "$pairlist" | ${TSORT}
     }
 
@@ -324,7 +326,6 @@
            ;;
        esac
     done
-    msg "WARNING: No binary package for $pkgdir"
     }
 
 pkgdirs_from_conf()



Home | Main Index | Thread Index | Old Index