From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 05:28:23 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 AE51B16A416 for ; Tue, 2 Jan 2007 05:28:23 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 5765413C467 for ; Tue, 2 Jan 2007 05:28:23 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1557176ana for ; Mon, 01 Jan 2007 21:28:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qGqUnhgi6AHbFjukUoj6tNtL3mHQwGE5wyPYSvR0ZiZk1pqQ9lKkXvMsWb32/WxO6Z+TyT/dhhC5XnUL3q2mDrJjHxICiTQAVD7ItZmHuds5nT1djSy1AryxDbA+W1I79JMudEEtE/gKyXuUzKNGnZdhpIRoTHRLMmohldlL+Es= Received: by 10.100.132.16 with SMTP id f16mr5618700and.1167715702234; Mon, 01 Jan 2007 21:28:22 -0800 (PST) Received: by 10.100.33.13 with HTTP; Mon, 1 Jan 2007 21:28:22 -0800 (PST) Message-ID: <2cd0a0da0701012128o39987169vb6e48c89cac9a7ff@mail.gmail.com> Date: Tue, 2 Jan 2007 06:28:22 +0100 From: VeeJay To: maanjee@gmail.com, FreeBSD-Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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 05:28:23 -0000 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? -- Thanks! BR / vj