pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg 1.27: Do not add LIBTOOL_OVERRIDE to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a13f4e23c1c2
branches: trunk
changeset: 491124:a13f4e23c1c2
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 21 22:33:05 2005 +0000
description:
1.27: Do not add LIBTOOL_OVERRIDE to Makefiles by default -- the pkgsrc
default is usable for nearly all cases.
diffstat:
pkgtools/url2pkg/Makefile | 4 ++--
pkgtools/url2pkg/files/url2pkg | 6 +-----
2 files changed, 3 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r ec5999936b67 -r a13f4e23c1c2 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Mon Mar 21 21:41:34 2005 +0000
+++ b/pkgtools/url2pkg/Makefile Mon Mar 21 22:33:05 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2004/11/05 17:38:51 tv Exp $
+# $NetBSD: Makefile,v 1.33 2005/03/21 22:33:05 wiz Exp $
#
-DISTNAME= url2pkg-1.26
+DISTNAME= url2pkg-1.27
CATEGORIES= pkgtools sysutils
MASTER_SITES= # Nothing
DISTFILES= # Nothing
diff -r ec5999936b67 -r a13f4e23c1c2 pkgtools/url2pkg/files/url2pkg
--- a/pkgtools/url2pkg/files/url2pkg Mon Mar 21 21:41:34 2005 +0000
+++ b/pkgtools/url2pkg/files/url2pkg Mon Mar 21 22:33:05 2005 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: url2pkg,v 1.27 2004/11/05 17:38:51 tv Exp $
+# $NetBSD: url2pkg,v 1.28 2005/03/21 22:33:05 wiz Exp $
#
# url2pkg
# (c) 1999-2002 Hubert Feyrer <hubert%feyrer.de@localhost>
@@ -138,7 +138,6 @@
echo checking libtool: $ltconfig
if [ -f $ltconfig -o -f $ltmain ]; then
USE_LIBTOOL=yes
- LIBTOOL_OVERRIDE=${libtool}
fi
PKGCONFIGS=`cd $wsrcdir && find * -name \*.pc.in -a ! -name \*-uninstalled.pc.in -type f`
@@ -160,9 +159,6 @@
if [ "${USE_LIBTOOL}" != "" ]; then
echo "USE_LIBTOOL= $USE_LIBTOOL"
fi
- if [ "${LIBTOOL_OVERRIDE}" != "" ]; then
- echo "LIBTOOL_OVERRIDE= $LIBTOOL_OVERRIDE"
- fi
for i in $PKGCONFIGS ; do
echo "PKGCONFIG_OVERRIDE+= \${WRKSRC}/$i"
Home |
Main Index |
Thread Index |
Old Index