pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Don't install ftp -- it is no longer a depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b21b74203a6
branches:  trunk
changeset: 556920:7b21b74203a6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 06 14:21:05 2009 +0000

description:
Don't install ftp -- it is no longer a dependency of bootstrap
components, so it doesn't need the special threatment.

diffstat:

 bootstrap/bootstrap |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 99ebcac0602e -r 7b21b74203a6 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Mon Apr 06 13:16:15 2009 +0000
+++ b/bootstrap/bootstrap       Mon Apr 06 14:21:05 2009 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.141 2009/02/05 18:53:03 joerg Exp $
+# $NetBSD: bootstrap,v 1.142 2009/04/06 14:21:05 joerg Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -637,12 +637,6 @@
        ;;
 esac
 
-if [ -z "$fetch_cmd" ]; then
-       need_ftp=yes
-else
-       need_ftp=no
-fi
-
 # If "--full" is specified, then install all of the platform-independent
 # bootstrap software.
 #
@@ -651,7 +645,6 @@
        need_bsd_install=yes
        need_awk=yes
        need_sed=yes
-       need_ftp=yes
        need_ksh=yes
        ;;
 esac



Home | Main Index | Thread Index | Old Index