pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/verifypc verifypc 1.8: another adjustment for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/28527b9e0824
branches: trunk
changeset: 455765:28527b9e0824
user: dholland <dholland%pkgsrc.org@localhost>
date: Sat Jul 10 23:02:09 2021 +0000
description:
verifypc 1.8: another adjustment for input format.
not sure if this was a missed part of the changes in 1.7, or if the
output format of pkg-config changed again.
diffstat:
pkgtools/verifypc/Makefile | 4 ++--
pkgtools/verifypc/files/verifypc.sh | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 97428fbcfa13 -r 28527b9e0824 pkgtools/verifypc/Makefile
--- a/pkgtools/verifypc/Makefile Sat Jul 10 19:06:21 2021 +0000
+++ b/pkgtools/verifypc/Makefile Sat Jul 10 23:02:09 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2019/05/23 19:23:13 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2021/07/10 23:02:09 dholland Exp $
#
-PKGNAME= verifypc-1.7
+PKGNAME= verifypc-1.8
CATEGORIES= pkgtools
MAINTAINER= jmmv%NetBSD.org@localhost
diff -r 97428fbcfa13 -r 28527b9e0824 pkgtools/verifypc/files/verifypc.sh
--- a/pkgtools/verifypc/files/verifypc.sh Sat Jul 10 19:06:21 2021 +0000
+++ b/pkgtools/verifypc/files/verifypc.sh Sat Jul 10 23:02:09 2021 +0000
@@ -1,6 +1,6 @@
#!@SH@
#
-# $NetBSD: verifypc.sh,v 1.9 2020/12/02 01:03:40 gutteridge Exp $
+# $NetBSD: verifypc.sh,v 1.10 2021/07/10 23:02:09 dholland Exp $
#
# verifypc - Sanity check package dependencies according to pkg-config
# Copyright (c) 2005 Julio M. Merino Vidal <jmmv%NetBSD.org@localhost>
@@ -137,6 +137,7 @@
error=0
lines=$(sort < ${log} | uniq | awk '
+ NF==2 && $2 == "NOT-FOUND" { print; next }
NF==2 {
# make current syntax resemble old syntax
print $1, "(any)", "_", $2;
Home |
Main Index |
Thread Index |
Old Index