pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/lbdb Force lbdb to use TOOLS_SH and TOOLS_AW...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a83016332f51
branches: trunk
changeset: 499120:a83016332f51
user: tonio <tonio%pkgsrc.org@localhost>
date: Sat Sep 10 11:26:47 2005 +0000
description:
Force lbdb to use TOOLS_SH and TOOLS_AWK when building scripts
so prevent interactions with bash and gawk packages or tools wrappers
Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
diffstat:
databases/lbdb/Makefile | 9 ++++++---
databases/lbdb/distinfo | 4 ++--
databases/lbdb/patches/patch-ab | 30 +++++++++++++++++++++++++-----
3 files changed, 33 insertions(+), 10 deletions(-)
diffs (87 lines):
diff -r ead5625fd145 -r a83016332f51 databases/lbdb/Makefile
--- a/databases/lbdb/Makefile Sat Sep 10 10:46:40 2005 +0000
+++ b/databases/lbdb/Makefile Sat Sep 10 11:26:47 2005 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2005/09/03 12:51:10 tonio Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/10 11:26:47 tonio Exp $
DISTNAME= lbdb_0.30
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://www.spinnaker.de/debian/
-MAINTAINER= reilles%loria.fr@localhost
+MAINTAINER= tonio%NetBSD.org@localhost
HOMEPAGE= http://www.spinnaker.de/lbdb/
COMMENT= The little brother's database
@@ -24,6 +24,9 @@
CONFIGURE_ARGS+= --without-pgp
CONFIGURE_ARGS+= --without-pgpk
+CONFIGURE_ENV+= SH=${TOOLS_SH}
+CONFIGURE_ENV+= AWK=${TOOLS_AWK}
+
.include "options.mk"
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
diff -r ead5625fd145 -r a83016332f51 databases/lbdb/distinfo
--- a/databases/lbdb/distinfo Sat Sep 10 10:46:40 2005 +0000
+++ b/databases/lbdb/distinfo Sat Sep 10 11:26:47 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/09/04 14:53:15 tonio Exp $
+$NetBSD: distinfo,v 1.4 2005/09/10 11:26:47 tonio Exp $
SHA1 (lbdb_0.30.tar.gz) = d137c11857ea23e9689e0f93d876ec107a7b8467
RMD160 (lbdb_0.30.tar.gz) = 289c2a9395523bac08bc36510894b14fb3b18057
Size (lbdb_0.30.tar.gz) = 104620 bytes
SHA1 (patch-aa) = 22fe204b0a72e6565fd20e812be1ca84550689b3
-SHA1 (patch-ab) = 9fda85f934b41be45239c1c4083e6592caa01d00
+SHA1 (patch-ab) = d7f28838c8501f0c9631be949b3dbc8141170ec4
diff -r ead5625fd145 -r a83016332f51 databases/lbdb/patches/patch-ab
--- a/databases/lbdb/patches/patch-ab Sat Sep 10 10:46:40 2005 +0000
+++ b/databases/lbdb/patches/patch-ab Sat Sep 10 11:26:47 2005 +0000
@@ -1,8 +1,28 @@
-$NetBSD: patch-ab,v 1.1 2005/08/30 16:14:53 tonio Exp $
+$NetBSD: patch-ab,v 1.2 2005/09/10 11:26:47 tonio Exp $
---- configure.orig 2005-04-30 20:23:23.000000000 +0100
-+++ configure 2005-07-05 17:46:06.000000000 +0100
-@@ -4604,6 +4604,12 @@
+--- configure.orig 2005-04-30 21:23:23.000000000 +0200
++++ configure
+@@ -3294,18 +3294,7 @@ if test "x$AWK" != "xNONE" ; then
+ AWK="$AWK"
+ fi
+
+-if test "x$NAWK" != "xNONE" ; then
+- AWK="$NAWK"
+-fi
+-
+-if test "x$GAWK" != "xNONE" ; then
+- AWK="$GAWK"
+-fi
+-
+-if test "x$MAWK" != "xNONE" ; then
+- AWK="$MAWK"
+-fi
+-
++#use the supplied awk
+
+
+ # Extract the first word of "tac", so it can be a program name with args.
+@@ -4604,6 +4593,12 @@ if test "x$PERL" != xno ; then
fi
@@ -15,7 +35,7 @@
# m_osx_addressbook requires xcode (10.3) or projectbuilder (<10.3)
# Extract the first word of "xcodebuild", so it can be a program name with args.
set dummy xcodebuild; ac_word=$2
-@@ -4694,6 +4700,11 @@
+@@ -4694,6 +4689,11 @@ fi
fi
fi
Home |
Main Index |
Thread Index |
Old Index