From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 08:05:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 675DF16A41F for ; Fri, 2 Dec 2005 08:05:24 +0000 (GMT) (envelope-from calartstech@sbcglobal.net) Received: from smtp111.sbc.mail.mud.yahoo.com (smtp111.sbc.mail.mud.yahoo.com [68.142.198.210]) by mx1.FreeBSD.org (Postfix) with SMTP id D640743D5F for ; Fri, 2 Dec 2005 08:05:23 +0000 (GMT) (envelope-from calartstech@sbcglobal.net) Received: (qmail 61903 invoked from network); 2 Dec 2005 08:05:23 -0000 Received: from unknown (HELO ?127.0.0.1?) (calartstech@sbcglobal.net@69.105.109.30 with plain) by smtp111.sbc.mail.mud.yahoo.com with SMTP; 2 Dec 2005 08:05:22 -0000 Message-ID: <43900037.8030709@sbcglobal.net> Date: Fri, 02 Dec 2005 00:05:11 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions group Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pkg_add of CVSup errors when looking for dependencies 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: Fri, 02 Dec 2005 08:05:24 -0000 I am attempting to install the cvsup package I downloaded using pkg_add -r cvsup-without-gui-16.1h_2.tbz, but I keep getting the following error: Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui-16.1h_2.tbz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup-without-gui-16.1h_2.tbz' by URL It looks like the default link that cvsup attempts to look for dependencies is incorrect. How can I specify an alternate link for cvsup to use? Thanks in advance for any help. Jose