From owner-freebsd-questions@FreeBSD.ORG Tue Aug 7 17:39:37 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 1CFAE16A417 for ; Tue, 7 Aug 2007 17:39:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 14E9613C46A for ; Tue, 7 Aug 2007 17:39:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DACDB1A3C1A; Tue, 7 Aug 2007 10:38:43 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 3EF63BA55; Tue, 7 Aug 2007 13:39:36 -0400 (EDT) Date: Tue, 7 Aug 2007 13:39:36 -0400 From: Kris Kennaway To: Steve Franks Message-ID: <20070807173936.GA55968@rot26.obsecurity.org> References: <539c60b90708071015t611011cft8d69e37597f71a80@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539c60b90708071015t611011cft8d69e37597f71a80@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: User Questions Subject: Re: pkg_add -r from 6-stable instead of 6.2-release 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: Tue, 07 Aug 2007 17:39:37 -0000 On Tue, Aug 07, 2007 at 10:15:11AM -0700, Steve Franks wrote: > occasionally I feel like a total idiot asking a really dumb question, > but I'm pretty much out of ideas and I've wasted hours messing with > PKGROOT, changing the 'options' in sysinstall, and I can't seem to get > things I can see right in 6-stable. I'd just fetch it myself, but it > has about 100 dependancies... See pkg_add(1). PACKAGESITE is probably what you want. Kris