pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Fix false positives about the test th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a410001b544
branches:  trunk
changeset: 507018:6a410001b544
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 25 05:10:00 2006 +0000

description:
Fix false positives about the test that checks for pkg-config files
in WRKSRC. Now it works properly.

Bump to 1.33.

diffstat:

 pkgtools/url2pkg/Makefile      |  4 ++--
 pkgtools/url2pkg/files/url2pkg |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 8e64201615d8 -r 6a410001b544 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Wed Jan 25 04:50:42 2006 +0000
+++ b/pkgtools/url2pkg/Makefile Wed Jan 25 05:10:00 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2006/01/21 18:57:41 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2006/01/25 05:10:00 xtraeme Exp $
 #
 
-DISTNAME=      url2pkg-1.32
+DISTNAME=      url2pkg-1.33
 CATEGORIES=    pkgtools sysutils
 MASTER_SITES=  # Nothing
 DISTFILES=     # Nothing
diff -r 8e64201615d8 -r 6a410001b544 pkgtools/url2pkg/files/url2pkg
--- a/pkgtools/url2pkg/files/url2pkg    Wed Jan 25 04:50:42 2006 +0000
+++ b/pkgtools/url2pkg/files/url2pkg    Wed Jan 25 05:10:00 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: url2pkg,v 1.36 2006/01/05 17:42:24 xtraeme Exp $
+# $NetBSD: url2pkg,v 1.37 2006/01/25 05:10:00 xtraeme Exp $
 #
 # url2pkg
 # (c) 1999-2002 Hubert Feyrer <hubert%feyrer.de@localhost>
@@ -186,7 +186,7 @@
                echo "USE_LIBTOOL=              $USE_LIBTOOL"
        fi
 
-       if [ -n $PKGCONFIGS ]; then
+       if [ "${PKGCONFIGS}" != "" ]; then
                echo "USE_TOOLS+=               pkg-config"
        fi
 



Home | Main Index | Thread Index | Old Index