From owner-freebsd-ports@FreeBSD.ORG Wed Jan 28 00:57:32 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A00B416A4CE for ; Wed, 28 Jan 2004 00:57:32 -0800 (PST) Received: from mignon.ki.iif.hu (mignon.ki.niif.hu [193.6.222.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07C343D1D for ; Wed, 28 Jan 2004 00:57:22 -0800 (PST) (envelope-from mohacsi@niif.hu) Received: from localhost (localhost [127.0.0.1]) by mignon.ki.iif.hu (Postfix) with ESMTP id 19FDD57E3; Wed, 28 Jan 2004 09:57:21 +0100 (CET) Received: from mignon.ki.iif.hu ([127.0.0.1]) by localhost (mignon.ki.iif.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07395-01-3; Wed, 28 Jan 2004 09:57:19 +0100 (CET) Received: by mignon.ki.iif.hu (Postfix, from userid 1003) id 6E99657E1; Wed, 28 Jan 2004 09:57:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mignon.ki.iif.hu (Postfix) with ESMTP id 6C63C57DE; Wed, 28 Jan 2004 09:57:19 +0100 (CET) Date: Wed, 28 Jan 2004 09:57:19 +0100 (CET) From: Mohacsi Janos X-X-Sender: mohacsi@mignon.ki.iif.hu To: Kris Kennaway In-Reply-To: <20040127213401.GA68505@xor.obsecurity.org> Message-ID: <20040128094601.J90334@mignon.ki.iif.hu> References: <20040127112304.C48022@mignon.ki.iif.hu> <20040127213401.GA68505@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports@freebsd.org Subject: Re: question: maintaining patch separately from ports cvs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 08:57:32 -0000 On Tue, 27 Jan 2004, Kris Kennaway wrote: > On Tue, Jan 27, 2004 at 11:39:13AM +0100, Mohacsi Janos wrote: > > Dear All, > > Are there any possible way to maintain a local patch against a > > certain port. > > Let's consider a following scenario: > > - There is port named foo/bar that is maintained and constantly updated by > > the certain maintainer of FreeBSD foo/bar port. > > - Somebody wants to use the port, but a heavily modified way e.g.: > > patched setup in chroot, jail environment, setup with certain > > configuration defaults, that is extremely local specific > > > > How can one achieve such scenario without interfering the FreeBSD port > > system and benefiting the regular update of the port? > > Use cvs to check out and update your ports tree - see the handbook for > documentation. Are you referring to the AnonCVS section? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html There no way to maintain a local only files with CVSUP mirroring? Like foo/bar/files/patch-local1 ? How can I save from being overwritten by the cvsup mirror? Thanks, Janos Mohacsi