pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Add back $pkg_install_args when invoking the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/404b7038a154
branches:  trunk
changeset: 516480:404b7038a154
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 21 16:31:49 2006 +0000

description:
Add back $pkg_install_args when invoking the pkg_install configure
script.  It was lost in revision 1.55.  This fixes the path to the
various pax, mtree, ftp commands used by pkg_install.  Bump the version
number of the bootstrap script.

diffstat:

 bootstrap/bootstrap |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 64ea37ec2a05 -r 404b7038a154 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Jul 21 16:24:37 2006 +0000
+++ b/bootstrap/bootstrap       Fri Jul 21 16:31:49 2006 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.73 2006/07/21 15:30:30 jlam Exp $
+# $NetBSD: bootstrap,v 1.74 2006/07/21 16:31:49 jlam Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -35,7 +35,7 @@
 #
 #set -x
 
-BOOTSTRAP_VERSION=20060714
+BOOTSTRAP_VERSION=20060721
 
 ignorecasecheck=no
 ignoreusercheck=no
@@ -804,7 +804,7 @@
 # bootstrap pkg_install
 echo_msg "Installing pkgtools"
 copy_src ../pkgtools/pkg_install/files pkg_install
-run_cmd "(cd $wrkdir/pkg_install; env $BSTRAP_ENV CPPFLAGS='$CPPFLAGS -I../libnbcompat -I../../libnbcompat' LDFLAGS='$LDFLAGS -L../libnbcompat -L../../libnbcompat' LIBS='-lnbcompat' $shprog 
./configure -C --prefix=$prefix --sysconfdir=$sysconfdir --with-pkgdbdir=$pkgdbdir --mandir=$mandir && $bmake && $bmake install)"
+run_cmd "(cd $wrkdir/pkg_install; env $BSTRAP_ENV CPPFLAGS='$CPPFLAGS -I../libnbcompat -I../../libnbcompat' LDFLAGS='$LDFLAGS -L../libnbcompat -L../../libnbcompat' LIBS='-lnbcompat' $shprog 
./configure -C --prefix=$prefix --sysconfdir=$sysconfdir --with-pkgdbdir=$pkgdbdir --mandir=$mandir $pkg_install_args && $bmake && $bmake install)"
 
 # opsys specific fiddling
 opsys_finish



Home | Main Index | Thread Index | Old Index