From owner-freebsd-ports@FreeBSD.ORG Tue Jan 20 06:58:30 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 5A93B16A4CE; Tue, 20 Jan 2004 06:58:30 -0800 (PST) Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D51143D53; Tue, 20 Jan 2004 06:58:17 -0800 (PST) (envelope-from sem@ciam.ru) Received: from sem.ciam.ru ([192.168.45.10] helo=ciam.ru) by mail.ciam.ru with esmtp (Exim 4.x) id 1AixKZ-000ABV-1u; Tue, 20 Jan 2004 17:58:15 +0300 Message-ID: <400D4217.4090901@ciam.ru> Date: Tue, 20 Jan 2004 17:58:31 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Eikemeier References: <1074590694.85583.20.camel@shumai.marcuscom.com> <400D2939.5090203@fillmore-labs.com> In-Reply-To: <400D2939.5090203@fillmore-labs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 14:58:30 -0000 Oliver Eikemeier wrote: > Sorry for stepping up so late, but this saves options under > ${PORT_DBDIR}/${PORTNAME}/options > > Lots of ports have the same PORTNAME (ie 'openldap' for > net/openldap2[012]-(client|server), 'apache' for russian/apache13, > www/apache(13|13-fp|2|21)). Some conflict, but -client/-server don't. > Either each port has to set OPTIONSFILE to > ${PORT_DBDIR}/${PORTNAME}/something, > or we may use LATEST_LINK instead of PORTNAME: Why don't you think we could use ${PORT_DBDIR}/${PKGNAME} instead? PKGNAME has no conflicts. -- Sem.