pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/xpm After a long search, I finally found out ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3d764710c99
branches:  trunk
changeset: 533573:c3d764710c99
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Sep 21 15:17:14 2007 +0000

description:
After a long search, I finally found out where the message "NOTE:
Couldn't lock the package database." came from. It was Solaris' pkgchk.

diffstat:

 graphics/xpm/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f66b14a43908 -r c3d764710c99 graphics/xpm/builtin.mk
--- a/graphics/xpm/builtin.mk   Fri Sep 21 15:13:55 2007 +0000
+++ b/graphics/xpm/builtin.mk   Fri Sep 21 15:17:14 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.14 2007/03/05 04:35:14 dbj Exp $
+# $NetBSD: builtin.mk,v 1.15 2007/09/21 15:17:14 rillig Exp $
 
 BUILTIN_PKG:=  xpm
 
@@ -16,7 +16,7 @@
 .  if empty(H_XPM:M__nonexistent__)
 .    if !empty(X11BASE:M*openwin) && exists(/usr/sbin/pkgchk)
 IS_BUILTIN.xpm!=                                                       \
-       if /usr/sbin/pkgchk -l SUNWxwinc | ${GREP} -q xpm.h; then       \
+       if /usr/sbin/pkgchk -l SUNWxwinc 2>/dev/null | ${GREP} -q xpm.h; then \
                ${ECHO} yes;                                            \
        else                                                            \
                ${ECHO} no;                                             \



Home | Main Index | Thread Index | Old Index