summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2007-09-21 15:17:14 +0000
committerrillig <rillig>2007-09-21 15:17:14 +0000
commitc0dc59af0c1218ad0261d4fa6d520b48e0bf88c7 (patch)
tree07443975c5ff83266ebc9c3297e59121808e5740
parentdd9060dc389c8bc434ff6540fed60d7c4ab84b4f (diff)
downloadpkgsrc-c0dc59af0c1218ad0261d4fa6d520b48e0bf88c7.tar.gz
After a long search, I finally found out where the message "NOTE:
Couldn't lock the package database." came from. It was Solaris' pkgchk.
-rw-r--r--graphics/xpm/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpm/builtin.mk b/graphics/xpm/builtin.mk
index f4fc87fa8d5..c5adc96d509 100644
--- a/graphics/xpm/builtin.mk
+++ b/graphics/xpm/builtin.mk
@@ -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 @@ IS_BUILTIN.xpm= no
. 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; \