From owner-freebsd-eclipse@FreeBSD.ORG Sun Jan 22 13:06:40 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797C916A41F; Sun, 22 Jan 2006 13:06:40 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (dslcustomer-239-113.vivodi.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id A531E43D45; Sun, 22 Jan 2006 13:06:38 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k0MD6ZAF013579; Sun, 22 Jan 2006 15:06:35 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id k0MD7QPj074288; Sun, 22 Jan 2006 15:07:27 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <43D38359.5010808@ebs.gr> Date: Sun, 22 Jan 2006 15:06:33 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: Andrey Chernov , freebsd-eclipse@freebsd.org References: <20060121213809.GA41498@nagual.pp.ru> <20060121220921.GA36748@nagual.pp.ru> In-Reply-To: <20060121220921.GA36748@nagual.pp.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: eclipse-devel stops 'make index' in /usr/ports with WITH_MOTIF X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2006 13:06:40 -0000 Andrey Chernov wrote: > On Sun, Jan 22, 2006 at 12:38:09AM +0300, Andrey Chernov wrote: >> "Makefile", line 82: Malformed conditional ((${BROWSER} == "firefox")) >> "Makefile", line 84: if-less endif >> make: fatal errors encountered -- cannot continue >> ===> java/eclipse-devel failed >> >> This is because BROWSER variable is never defined when WITH_MOTIF is set. > > The fix: > .if (!defined(WITH_MOTIF) && ${BROWSER} == "firefox") The eclipse-devel port is not actively maintained at the moment. Feel free to commit this fix if you want. Thanks, Panagiotis