pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gettext-lib Pass -b to pkg_admin lsbest to make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22cfdba02332
branches:  trunk
changeset: 475076:22cfdba02332
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun May 09 20:31:07 2004 +0000

description:
Pass -b to pkg_admin lsbest to make this work correctly on systems where the pkgdbdir passes through a symlink

diffstat:

 devel/gettext-lib/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d1277475e4c7 -r 22cfdba02332 devel/gettext-lib/builtin.mk
--- a/devel/gettext-lib/builtin.mk      Sun May 09 20:19:59 2004 +0000
+++ b/devel/gettext-lib/builtin.mk      Sun May 09 20:31:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2004/04/06 01:29:25 reed Exp $
+# $NetBSD: builtin.mk,v 1.7 2004/05/09 20:31:07 danw Exp $
 
 .if !defined(_BLNK_LIBINTL_FOUND)
 _BLNK_LIBINTL_FOUND!=  \
@@ -105,7 +105,7 @@
 .      if !empty(_GETTEXT_NEEDS_ICONV:M[nN][oO])
 _GETTEXT_NEEDS_ICONV!= \
        if ${PKG_INFO} -qe '${_depend_}'; then                          \
-               pkg=`cd ${_PKG_DBDIR}; ${PKG_ADMIN} -S lsbest '${_depend_}'`; \
+               pkg=`cd ${_PKG_DBDIR}; ${PKG_ADMIN} -b -S lsbest '${_depend_}'`; \
                if ${PKG_INFO} -qN "$$pkg" | ${GREP} -q "libiconv-[0-9]"; then \
                        ${ECHO} "yes";                                  \
                else                                                    \



Home | Main Index | Thread Index | Old Index