pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap DragonFly's pax(1) has different options to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4d286592348
branches:  trunk
changeset: 487834:c4d286592348
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Jan 20 22:36:06 2005 +0000

description:
DragonFly's pax(1) has different options to those in NetBSD.

Re-bootstrapping with pax fixes the situation.

Fix from Todd Willey.

diffstat:

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

diffs (25 lines):

diff -r ca196aea04eb -r c4d286592348 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Thu Jan 20 22:01:02 2005 +0000
+++ b/bootstrap/bootstrap       Thu Jan 20 22:36:06 2005 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.28 2005/01/16 02:56:24 grant Exp $
+# $NetBSD: bootstrap,v 1.29 2005/01/20 22:36:06 agc Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -207,12 +207,11 @@
        ;;
 DragonFly)
        root_group=wheel
-       need_pax=no
+       need_pax=yes
        need_mtree=no
        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`



Home | Main Index | Thread Index | Old Index