From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 18:57:40 2004 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 14BFC16A4CE for ; Tue, 21 Dec 2004 18:57:40 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 685B143D1F for ; Tue, 21 Dec 2004 18:57:39 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 5F1FD43A3; Tue, 21 Dec 2004 19:58:07 +0100 (CET) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93113-06; Tue, 21 Dec 2004 19:57:57 +0100 (CET) Received: from www.wcborstel.nl (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id DF87F439D; Tue, 21 Dec 2004 19:57:56 +0100 (CET) From: "Jorn Argelo" To: "Noah" , freebsd-questions@freebsd.org Date: Tue, 21 Dec 2004 19:57:56 +0100 Message-Id: <20041221185650.M45443@wcborstel.nl> In-Reply-To: <20041221184959.M82284@enabled.com> References: <20041221184959.M82284@enabled.com> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 82.161.134.53 (jorn) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at mail.wcborstel.nl Subject: Re: distfiles first instead of fetch? 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: Tue, 21 Dec 2004 18:57:40 -0000 On Tue, 21 Dec 2004 10:51:17 -0800, Noah wrote > FreeBSD-4.9 > > well I am finding that a particular bz2 file is not fetched from a > list of servers so I downloaded it locally. but the build is not > looking in /usr/ports/distfiles - how do I control this behavior? > > --- snip ---- > > => evolution-2.0.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ gnome2. That's why =) It's expecting the file to be in /usr/ports/distfiles/gnome2. Cheers, Jorn.