From owner-freebsd-questions@FreeBSD.ORG Mon Sep 17 19:15:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F11F016A46E for ; Mon, 17 Sep 2007 19:15:13 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 2299613C469; Mon, 17 Sep 2007 19:15:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <46EED240.8010905@FreeBSD.org> Date: Mon, 17 Sep 2007 21:15:12 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: forum@redpuppy.net References: <20070917184223.EBA8A13C442@mx1.freebsd.org> In-Reply-To: <20070917184223.EBA8A13C442@mx1.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "'Philip M . Gollucci'" , freebsd-questions@freebsd.org Subject: Re: 6.2 AMD64 Ports Problem 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: Mon, 17 Sep 2007 19:15:14 -0000 forum@redpuppy.net wrote: > Thats weird. When I updated using cvsup it updated all of the ports in my > /usr/ports directory. I then ran "make install" on /usr/ports/x11/xorg, it then > looks for dri-7.0.1,2.tbz, but that file isn't in > amd64/packages-6.2-release/latest or amd64/packages-6.2-release/graphics/. It is > only in the packages-7-release/graphics directory. > Why would xorg require a app that isn't in my current build? How do I get around > it if I cant use the packages-7-release files? A couple of points: 1) 'make install' doesn't try to install packages, it installs ports. In particular 'make install' doesn't fetch packages from the FTP site, these are added by pkg_add -r (and other commands). 2) Updated packages for 6.x are in the packages-6-stable/ directory. Kris