pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Update to 1.32:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ee2991fbbc9
branches:  trunk
changeset: 505616:2ee2991fbbc9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Jan 05 17:26:54 2006 +0000

description:
Update to 1.32:

* Don't use ${WRKSRC} for PKGCONFIG_OVERRIDE (it's assigned automatically)
* If there are pkg-config files, now it will add "USE_TOOLS+= pkg-config".

diffstat:

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

diffs (38 lines):

diff -r 0afcebb7ad8d -r 2ee2991fbbc9 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Thu Jan 05 17:12:35 2006 +0000
+++ b/pkgtools/url2pkg/Makefile Thu Jan 05 17:26:54 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2005/10/18 21:10:28 rh Exp $
+# $NetBSD: Makefile,v 1.39 2006/01/05 17:26:54 xtraeme Exp $
 #
 
-DISTNAME=      url2pkg-1.31
+DISTNAME=      url2pkg-1.32
 CATEGORIES=    pkgtools sysutils
 MASTER_SITES=  # Nothing
 DISTFILES=     # Nothing
diff -r 0afcebb7ad8d -r 2ee2991fbbc9 pkgtools/url2pkg/files/url2pkg
--- a/pkgtools/url2pkg/files/url2pkg    Thu Jan 05 17:12:35 2006 +0000
+++ b/pkgtools/url2pkg/files/url2pkg    Thu Jan 05 17:26:54 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: url2pkg,v 1.33 2005/10/18 21:10:28 rh Exp $
+# $NetBSD: url2pkg,v 1.34 2006/01/05 17:26:54 xtraeme Exp $
 #
 # url2pkg
 # (c) 1999-2002 Hubert Feyrer <hubert%feyrer.de@localhost>
@@ -186,8 +186,12 @@
                echo "USE_LIBTOOL=              $USE_LIBTOOL"
        fi
 
+       if [ -n $PKGCONFIGS ]; then
+               echo "USE_TOOLS+=               pkg-config"
+       fi
+
        for i in $PKGCONFIGS ; do
-               echo "PKGCONFIG_OVERRIDE+=      \${WRKSRC}/$i"
+               echo "PKGCONFIG_OVERRIDE+=      $i"
        done
 
        if [ "${HAS_CONFIGURE}" != "" ]; then



Home | Main Index | Thread Index | Old Index