From owner-freebsd-ports@FreeBSD.ORG Wed Dec 3 02:24:49 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18EED1065672 for ; Wed, 3 Dec 2008 02:24:49 +0000 (UTC) (envelope-from fbsd06+4I=f88667b1@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id E19BA8FC1D for ; Wed, 3 Dec 2008 02:24:48 +0000 (UTC) (envelope-from fbsd06+4I=f88667b1@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 8FE5623E3AA for ; Tue, 2 Dec 2008 21:24:47 -0500 (EST) Date: Wed, 3 Dec 2008 02:24:45 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20081203022445.13cd2100@gumby.homeunix.com> In-Reply-To: References: <20081202194551.GC45319@rwpc12.mby.riverwillow.net.au> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Proposal: mechanism for local patches X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2008 02:24:49 -0000 On Wed, 3 Dec 2008 02:14:20 +0000 (UTC) "G. Paul Ziemba" wrote: > john.marshall@riverwillow.com.au (John Marshall) writes: > > >Or keep local patches under /var/db/ports/ rather than > >building a new tree? > > Hmm. I haven't really understood the way directories get named in > /var/db/ports/ - what happens when there is a collision in the > base name of two ports? It seems less obvious than > //${CATEGORY}/${PORTNAME}/ The names are not labelled by port names, but rather by UNIQUENAME # UNIQUENAME - A name for your port that is globally unique. By default, # this is set to ${LATEST_LINK} when LATEST_LINK is set, # and to ${PKGNAMEPREFIX}${PORTNAME} otherwise.