From owner-freebsd-ports Mon Jul 15 6:43:29 2002 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 86F8237B400; Mon, 15 Jul 2002 06:43:21 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FCC43E42; Mon, 15 Jul 2002 06:43:21 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id EC4613F28; Mon, 15 Jul 2002 09:43:19 -0400 (EDT) From: "Dan Langille" To: Maxim Sobolev Date: Mon, 15 Jul 2002 09:43:55 -0400 MIME-Version: 1.0 Subject: Re: editors/AbiWord make fails Cc: gnome@FreeBSD.org, ports@FreeBSD.org Message-ID: <3D32995B.25600.1E386AA5@localhost> In-reply-to: <3D32CE4D.B27A2D8D@FreeBSD.org> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 15 Jul 2002 at 16:29, Maxim Sobolev wrote: > Dan Langille wrote: > > > > On 15 Jul 2002 at 15:36, Maxim Sobolev wrote: > > > > > Dan Langille wrote: > > > > > > > > After a recent cvsup on a 4.6-RC system, I find this: > > > > > > > > [dan@nezlok:~/ports/editors/AbiWord] $ make -V PORTVERSION > > > > "Makefile", line 57: Malformed conditional > > > > (${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && > > > > ${HAVE_GNOME:Mgnomevfs}!="") "Makefile", line 61: if-less endif > > > > "Makefile", line 61: Need an operator make: fatal errors > > > > encountered -- cannot continue > > > > > > What's revision of your ports/Mk/bsd.gnomeng.mk? > > > > I couldn't see a revision label in that file, but a diff against > > revision 1.12 found no differences. > > Strange. What's the version of bsd.ports.mk? $ less bsd.port.mk #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # # $FreeBSD: ports/Mk/bsd.port.mk,v 1.419 2002/07/09 13:37:26 sobomax Exp $ > On my 4.6-STABLE system: > > $ make -V PORTVERSION > 1.0.2 > $ make -V USE_GNOME > gtk12 gnomehier > $ pwd > /usr/ports/editors/AbiWord > $ uname -a > FreeBSD vega.vega.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 14 > 15:03:59 EEST > 2002 root@vega.vega.com:/usr/src/sys/compile/VEGA i386 I get similar results on another box. But on the main FreshPorts box I'm getting a failure. Then I realised the issue. I think it's because I'm not using /usr/ports here. [dan@nezlok:~/ports/editors/AbiWord] $ make -V PORTVERSION "Makefile", line 57: Malformed conditional (${HAVE_GNOME:Mgnomeprint}!="" && ${HAVE_GNOME:Mgal}!="" && ${HAVE_GNOME:Mgnomevfs}!="") "Makefile", line 61: if-less endif "Makefile", line 61: Need an operator make: fatal errors encountered -- cannot continue [dan@nezlok:~/ports/editors/AbiWord] $ make -V PORTVERSION PORTSDIR=~/ports 1.0.2 [listsfp@nezlok:~/ports/editors/AbiWord] $ After I also cvsup'd /usr/ports (and not just ~/ports), both make commands returned the same results. Sorry for the mistake. Thanks for the help. -- Dan Langille To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message