From owner-freebsd-ports@FreeBSD.ORG Fri Mar 30 15:42:27 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2ED1106564A; Fri, 30 Mar 2012 15:42:27 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2DECB8FC08; Fri, 30 Mar 2012 15:42:26 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so846432bkc.13 for ; Fri, 30 Mar 2012 08:42:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mWto2inDhNq+4Ij5ubU+bCGW3S5g3MEpkcBum3GPnrw=; b=B3Wkfpf9UL6QiTGXHyOG0jGz8M18rLMNUkOjQaFDa2FRGO6PxIlbztnwLS7xHGeP7a e2tgIT/LPX9+JHO365xbb4/M7thA3ez9NAfoj70HDfBoTMCT62GPiFZKEsgSGMCYqhtF SDPBqL1CHrjtDf9PA6PJy2hZSMgdI1NMXyPgwGDIvcXERflieQdpYVfyWhi4P35kq3bz NXQkHhnuNhQYUxBkcRDdNpjHfsRnNtACN1R+g/FiT5SwA+qajWIoytywtsqu1bmpj1h6 cTd2CVctXMx8ra9PuwU0kQFy+cymewYIRwrGfe8MRvW5WiHH5A5aj+CFRuy68zzJnWh1 LxJQ== MIME-Version: 1.0 Received: by 10.204.150.86 with SMTP id x22mr1177119bkv.136.1333122145916; Fri, 30 Mar 2012 08:42:25 -0700 (PDT) Received: by 10.204.202.142 with HTTP; Fri, 30 Mar 2012 08:42:25 -0700 (PDT) Received: by 10.204.202.142 with HTTP; Fri, 30 Mar 2012 08:42:25 -0700 (PDT) In-Reply-To: <4F75932C.4020002@FreeBSD.org> References: <201203300736.q2U7aS20071017@pointyhat.freebsd.org> <4F75932C.4020002@FreeBSD.org> Date: Fri, 30 Mar 2012 15:42:25 +0000 Message-ID: From: Chris Rees To: Michael Scheidell Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: INDEX build failed for 7.x 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: Fri, 30 Mar 2012 15:42:27 -0000 On 30 Mar 2012 12:04, "Michael Scheidell" wrote: > > > > On 3/30/12 3:36 AM, Erwin Lansing wrote: >> >> INDEX build failed with errors: >> Generating INDEX-7 - please wait.. Done. >> Warning: Duplicate INDEX entry: lazarus-0.9.30 >> >> Committers on the hook: >> scheidell wen >> >> Most recent CVS update was: >> U editors/Makefile >> U editors/lazarus-gtk2/Makefile >> U editors/lazarus-gtk2/pkg-descr > > I marked port BROKEN for now so INDEX builds. Will get with submitter on his proposed fixes. > (Master port needs CONFLICTS added for this and lazarus-qt4 also) > If you tried PKGPREFIX I wouldn't be at all surprised :) Try PKGNAMESUFFIX=-qt4, and check it isn't clobbered in the master Makefile; using hyphens for this in PORTNAME isn't the way to go about it. make -V PKGNAME is your friend here, or even better make describe shows you what the INDEX line will look like (before it's transformed) Chris