From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 13:16:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7672D16A403 for ; Tue, 2 Jan 2007 13:16:56 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5052713C44C for ; Tue, 2 Jan 2007 13:16:56 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id EB0F151926 for ; Tue, 2 Jan 2007 08:16:54 -0500 (EST) Date: Tue, 2 Jan 2007 13:16:51 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070102131651.27c07463@gumby.homeunix.com> In-Reply-To: <2cd0a0da0701012128o39987169vb6e48c89cac9a7ff@mail.gmail.com> References: <2cd0a0da0701012128o39987169vb6e48c89cac9a7ff@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: how to fetch again a port from port distribution (ftp site)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 13:16:56 -0000 On Tue, 2 Jan 2007 06:28:22 +0100 VeeJay wrote: > Hi > > I was trying to install mysql from port collection. But during > downloading port from port distribution, my internet connection got > broken for few minuts... > > now when I run make again... it tries to compile uncomplete > downloaded src > > how can I get rid of this pre-fetched src, remove it and > > how to fetch again a port from port distribution (ftp site) when src > is already downloaded once? Firstly, the ports system should try to restart an existing download, I do this all the time. Secondly, even if a partial file cannot be completed, the port should not carry on building because the distfile will fail its MD5/SHA256 checksums. Either there is a bug here, or you have done something odd. Do you have NO_CHECKSUM set?