From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 02:15:15 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDCF216A4CE for ; Sat, 1 Jan 2005 02:15:15 +0000 (GMT) Received: from spatula.dreamhost.com (spatula.dreamhost.com [66.33.205.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C385443D39 for ; Sat, 1 Jan 2005 02:15:15 +0000 (GMT) (envelope-from lists@tntluoma.com) Received: from [192.168.2.103] (user-33qt9ce.dialup.mindspring.com [199.174.165.142]) by spatula.dreamhost.com (Postfix) with ESMTP id B0C2B17D02D for ; Fri, 31 Dec 2004 18:15:09 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Timothy Luoma Date: Fri, 31 Dec 2004 21:14:48 -0500 X-Mailer: Apple Mail (2.619) Subject: ports - ignore hosts that aren't responding? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 02:15:16 -0000 I've tried to install several ports that rely on gnu.org over the past several days, and the first THREE attempts timeout. Here's one example: => Attempting to fetch from http://ftp.gnu.org/gnu/coreutils/. fetch: http://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.bz2: Operation timed out => Attempting to fetch from ftp://ftp.gnu.org/gnu/coreutils/. fetch: ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.bz2: Operation timed out => Attempting to fetch from http://ftp.lug.udel.edu/pub/gnu/coreutils/. fetch: http://ftp.lug.udel.edu/pub/gnu/coreutils/coreutils-5.2.1.tar.bz2: Operation timed out => Attempting to fetch from http://gnu.mirror.mcgill.ca/coreutils/. Is there a way I can tell 'make' to (at least temporarily) not even try to connect to the first 3? TjL