From owner-freebsd-questions@FreeBSD.ORG Tue May 4 11:22:25 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 32BD416A4CE for ; Tue, 4 May 2004 11:22:25 -0700 (PDT) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8386443D45 for ; Tue, 4 May 2004 11:22:24 -0700 (PDT) (envelope-from jhollad@emory.edu) Received: from smeg ([67.33.103.141]) by imf18aec.mail.bellsouth.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040504182224.KAJZ26162.imf18aec.mail.bellsouth.net@smeg> for ; Tue, 4 May 2004 14:22:24 -0400 Date: Tue, 4 May 2004 14:26:47 -0400 From: Clay Holladay To: freebsd-questions@freebsd.org Message-ID: <20040504182647.GA3584@smeg.bellsouth.net> Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 2.0.15 Lines: 9 Subject: freebsd-stable packages on freebsd-release-4.9 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, 04 May 2004 18:22:25 -0000 I upgraded my ports tree with cvsup using "." for the release so I would get the latest ports. pkg_add -r downloads packages from freebsd-release-4.9 and portupgrade -aPPR fails because it tries to download packages with version numbers matching the ports tree from the freebsd-release-4.9 directory. Compiling from ports give up to date software. I know that ports only supports freebsd-stable and freebsd- current, so is this what should be happening? Or should pkg_add -r be in synch with ports. Is it possible to use freebsd stable packages on freebsd-4.9, or do I need to always compile from ports?