From owner-freebsd-stable@FreeBSD.ORG Tue Mar 15 08:17:08 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F29616A4CE for ; Tue, 15 Mar 2005 08:17:08 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5358A43D53 for ; Tue, 15 Mar 2005 08:17:06 +0000 (GMT) (envelope-from m.ornest@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so4165wra for ; Tue, 15 Mar 2005 00:17:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Vv2JWt4foSz79/wS9uCuMDqnG1HczixcF0XDZpm15gI6adDar8u+bM24uUYTtIhiTYxDXcBdXDY9pwO/qAv0wWNZ3aWDLhGZZ1YsDBH47ZyNJpS978aCv6mVWYCq76L0nAYjVVW4eJCxBF5/T1BhYNgn/yjo+6yG9E+AIzp585I= Received: by 10.38.75.66 with SMTP id x66mr5118335rna; Mon, 14 Mar 2005 02:27:45 -0800 (PST) Received: by 10.38.92.39 with HTTP; Mon, 14 Mar 2005 02:27:45 -0800 (PST) Message-ID: Date: Mon, 14 Mar 2005 11:27:45 +0100 From: Matej Ornest To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: binary update problem with portupgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matej Ornest List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 08:17:08 -0000 Hi, I'm trying to upgrade my FreeBSD-5.3-Release installation to the latest version with portupgrade, but I don't want to compile all those megamonsters like KDE, so I'd like to use packages for upgrade. But portupgrade cannot find appropriate packages for upgrade. It looks for them on ftp://ftp.freebsd.org/pub/freebsd/ports/i386/packages-5.3-release/All/ which is wrong... I made cvsup before and it finished succesfully and pkg_version gives right results. I suppose it's just some config problem but I can't find where & how to point portupgrade to the right place to pick required packages. My config is as follows: corvette# uname -a FreeBSD corvette 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Thu Mar 10 11:42:05 CET 2005 matthes@corvette:/usr/src/sys/i386/compile/CORVETTE i386 corvette# cat /usr/local/etc/pkgtools.conf OS_RELEASE = "5-STABLE" OS_MAJOR = "5" OS_BRANCH = "STABLE" ENV['PACKAGEROOT'] = 'ftp://ftp.FreeBSD.org' ENV['PORTSDIR'] ||= '/usr/ports' ENV['PACKAGES'] ||= ENV['PORTSDIR'] + '/packages' ENV['PKG_PATH'] ||= ENV['PACKAGES'] + '/All' OS_PLATFORM = "i386" OS_PKGBRANCH = "5-stable" SANITY_CHECK = true IGNORE_CATEGORIES = [ 'chinese', 'french', 'german', 'hebrew', 'japanese', 'korean', 'russian', 'ukrainian', 'vietnamese', ] USE_PKGS = [ 'x11/*', '*openoffice*' ] USE_PKGS_ONLY = [ 'kde*' ] (others are as default) Can anybody help me out? Thanx for any advice Matthes