From owner-cvs-all@FreeBSD.ORG Fri Apr 30 05:48:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A012216A4CE; Fri, 30 Apr 2004 05:48:24 -0700 (PDT) Received: from fillmore.dyndns.org (port-212-202-49-130.reverse.qsc.de [212.202.49.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BCA943D53; Fri, 30 Apr 2004 05:48:24 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.32; FreeBSD) id 1BJXRE-000Ml0-SV; Fri, 30 Apr 2004 14:48:23 +0200 Message-ID: <40924B15.8060805@fillmore-labs.com> Date: Fri, 30 Apr 2004 14:48:21 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Kris Kennaway References: <200404301032.i3UAWpwi090096@repoman.freebsd.org> <20040430114115.GA90821@xor.obsecurity.org> In-Reply-To: <20040430114115.GA90821@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: Clive Lin cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/emacs20 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2004 12:48:24 -0000 Kris Kennaway wrote: > On Fri, Apr 30, 2004 at 03:32:50AM -0700, Clive Lin wrote: > >>clive 2004/04/30 03:32:50 PDT >> >> FreeBSD ports repository >> >> Modified files: >> editors/emacs20 Makefile >> Log: >> . Define NO_LATEST_LINK so that packages/Latest will not be disturbed. >> . This commit will also help its satellite port to avoid problem above: >> . chinese/emacs20 > > > This is the wrong solution. The port already does this: > > LATEST_LINK?= emacs20 > > You just needed to override that in the slave. The port should do LATEST_LINK?= ${PKGNAMEPREFIX}emacs20 -Oliver