From owner-freebsd-questions@FreeBSD.ORG Mon Apr 10 18:30:18 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 D3F0916A400 for ; Mon, 10 Apr 2006 18:30:18 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5811843D45 for ; Mon, 10 Apr 2006 18:30:18 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FT192-0002e0-29 for freebsd-questions@freebsd.org; Mon, 10 Apr 2006 20:29:48 +0200 Received: from r5k20.chello.upc.cz ([86.49.10.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Apr 2006 20:29:48 +0200 Received: from martinkov by r5k20.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Apr 2006 20:29:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: martinko Date: Mon, 10 Apr 2006 20:29:24 +0200 Lines: 23 Message-ID: References: <200604061103.k36B3teN014554@app.auscert.org.au> <4434FB68.8090809@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k20.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051205 X-Accept-Language: sk, cs, en-gb, en-us, en In-Reply-To: <4434FB68.8090809@dial.pipex.com> Sender: news Subject: Re: How to handle 'local' ports/packages? 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, 10 Apr 2006 18:30:18 -0000 Alex Zbyslaw wrote: > freebsd-questions@auscert.org.au wrote: > >> Ok, that's fine, but how can I have a port on my system that isn't in the >> ports tree available to the world? I mean, won't anything I add to my >> local >> tree be deleted by cvsup'ing? >> >> > cvsup won't delete things you add, but I believe portsnap does. > > I have a whole new port, and local patches for another in my /usr/ports > tree and they just stay there. > > hth, > > --Alex > i'm not so sure about portsnap -- i've got my new port in /usr/ports/sysutils and portsnap does not touch it when updating. m.