From owner-freebsd-ports@FreeBSD.ORG Tue Jan 20 10:04:29 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 4876316A4CE; Tue, 20 Jan 2004 10:04:29 -0800 (PST) Received: from postman.arcor.de (postman4.arcor-online.net [151.189.0.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158A443D70; Tue, 20 Jan 2004 10:04:07 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-21.reverse.qsc.de [212.202.51.21]) (authenticated bits=0)i0KI45M4015393 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 20 Jan 2004 19:04:06 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (SSLv3:AES256-SHA:256) (Exim 4.30; FreeBSD) id 1Aj0EP-000InL-95; Tue, 20 Jan 2004 19:04:05 +0100 Message-ID: <400D6D8F.7010708@fillmore-labs.com> Date: Tue, 20 Jan 2004 19:03:59 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Adam Weinberger References: <1074590694.85583.20.camel@shumai.marcuscom.com> <400D2939.5090203@fillmore-labs.com> <1074617147.757.16.camel@gyros> <20040120171315.GH94636@FreeBSD.org> <1074619795.757.43.camel@gyros> <400D68A1.4030501@fillmore-labs.com> <1074620919.757.51.camel@gyros> <20040120175136.GC3365@toxic.magnesium.net> In-Reply-To: <20040120175136.GC3365@toxic.magnesium.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@FreeBSD.org cc: Eivind Eklund cc: Joe Marcus Clarke cc: Kris Kennaway Subject: Re: HEADS UP: New bsd.*.mk changes 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: Tue, 20 Jan 2004 18:04:29 -0000 Adam Weinberger wrote: >>>(01.20.2004 @ 1248 PST): Joe Marcus Clarke said, in 3.9K: << >>>Can we at least have >>> >>>OPTIONSNAME?=${PKGNAMEPREFIX}${PORTNAME} >>> >>>here? It makes sense for all the localized ports, perl, ruby, python, linux >>>and others. >> >>That makes sense...maybe having the whole trifecta is a good idea, too: >>${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} >> >>And what about UNIQUENAME instead of OPTIONSNAME? This way, it could be >>used for other purposes. >> >>>end of "Re: HEADS UP: New bsd.*.mk changes" from Joe Marcus Clarke << > > > If all you're going for is a unique identifier for each port, this is > guaranteed unique: > > ${.CURDIR:S@${PORTSDIR}@@:S@/@_@g} > > x11_gnome2, etc. Sorry to bring it up again, LATEST_LINK is designed to do what we want, it has just a stupid name... Look at all packages in one directory, no collisions, version independend. It even survives renaming / category changes.