From owner-freebsd-questions@FreeBSD.ORG Fri Feb 3 12:10:49 2006 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 BFEEF16A446 for ; Fri, 3 Feb 2006 12:10:49 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699FF43D48 for ; Fri, 3 Feb 2006 12:10:49 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 2260 invoked from network); 3 Feb 2006 12:10:48 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Feb 2006 12:10:48 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D526A28421; Fri, 3 Feb 2006 07:10:47 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <43E1D187.3090007@elitists.org> From: Lowell Gilbert Date: 03 Feb 2006 07:10:47 -0500 In-Reply-To: <43E1D187.3090007@elitists.org> Message-ID: <441wyklk1k.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: portsnap, excluding parts of the ports tree 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, 03 Feb 2006 12:10:49 -0000 "F. Even - fbsd-questions" writes: > I know I can run "portsnap extract sysutils/portupgrade" ...or > something to that effect....but that will not "register" say for a > "portsnap update" after a new "portsnap fetch". This is what I will > get for an error if I try that: > > [root@gv:/usr/ports]$ portsnap update > /usr/ports was not created by portsnap. > You must run 'portsnap extract' before running 'portsnap update'. > > ...is there any way I can only maintain a small portion of the ports > tree while still using portsnap (or should I not bother and just use > cvsup)? I'd like to keep the parts of the ports collection around > that I use, but not all of it...as this box has space issues. Both portsnap and cvsup can refuse specified parts of the ports tree. In both cases, though, proper behaviour is only guaranteed if you have a full ports tree. Generally, you can work around these if you know what you're doing, but it will be tricky for naive users.