From owner-freebsd-ports@FreeBSD.ORG Sat Nov 8 19:08:39 2003 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 5798B16A4CE; Sat, 8 Nov 2003 19:08:39 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5418943FF7; Sat, 8 Nov 2003 19:08:38 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951ac31.dip.t-dialin.net ([217.81.172.49] helo=fillmore-labs.com ident=6a8n6udmia2cym89) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AIfwK-00006K-N2; Sun, 09 Nov 2003 04:08:36 +0100 Message-ID: <3FADAFB0.50808@fillmore-labs.com> Date: Sun, 09 Nov 2003 04:08:32 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: NAKATA Maho References: <200311090238.hA92cuvD001166@8ball.rtp.freebsd.org> In-Reply-To: <200311090238.hA92cuvD001166@8ball.rtp.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@FreeBSD.org cc: Kris Kennaway Subject: Re: INDEX build failed 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: Sun, 09 Nov 2003 03:08:39 -0000 Kris Kennaway wrote: > INDEX build failed with errors: > Warning: Duplicate INDEX entry: openoffice-1.1.0_1 > > Most recent CVS update was: [...] > U editors/openoffice-1.1-ca/Makefile has: LANG_PKGNAME= ca #LANG_EXT= LANG_CONFIGURE_ARG= CAT MASTERDIR= ${.CURDIR}/../openoffice-1.1 .include "${MASTERDIR}/Makefile" and editors/openoffice-1.1/Makefile has: .if !defined(LANG_EXT) LANG_EXT=01 .else [...] # # Set prefix and suffix # .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- .if defined(LANG_SUFFIX) PKGNAMESUFFIX= -${LANG_SUFFIX} .endif .endif # if defined(LANG_PKGNAME) ^^^^^^^^^^^^^^^^^^^^^^^^ this matches the if !defined(LANG_EXT)