pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Apply fixes to set TARPROG definition proper...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2435a762bb44
branches:  trunk
changeset: 487277:2435a762bb44
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Jan 12 11:30:37 2005 +0000

description:
Apply fixes to set TARPROG definition properly for DragonFlyBSD from
Todd Willey in PR 28941.

diffstat:

 bootstrap/bootstrap |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a89d04feca4d -r 2435a762bb44 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Jan 12 11:21:17 2005 +0000
+++ b/bootstrap/bootstrap       Wed Jan 12 11:30:37 2005 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.25 2005/01/05 21:51:19 tv Exp $
+# $NetBSD: bootstrap,v 1.26 2005/01/12 11:30:37 agc Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -212,6 +212,9 @@
        need_bsd_install=no
        need_sed=no
        set_opsys=no
+       check_prog paxprog pax
+       check_prog tarprog tar
+       check_prog mtreeprog mtree
        machine_arch=`uname -p`
        ;;
 FreeBSD)



Home | Main Index | Thread Index | Old Index