From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 16 15:40:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A236816A4D0 for ; Tue, 16 Mar 2004 15:40:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B9F943D1D for ; Tue, 16 Mar 2004 15:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2GNeGbv083972 for ; Tue, 16 Mar 2004 15:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2GNeGZX083971; Tue, 16 Mar 2004 15:40:16 -0800 (PST) (envelope-from gnats) Date: Tue, 16 Mar 2004 15:40:16 -0800 (PST) Message-Id: <200403162340.i2GNeGZX083971@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Daniel Roethlisberger Subject: Re: ports/62016: New port: graphics/demeter A C++ library to render 3D terrains using OpenGL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Roethlisberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 23:40:16 -0000 The following reply was made to PR ports/62016; it has been noted by GNATS. From: Daniel Roethlisberger To: freebsd-gnats-submit@FreeBSD.org, tiamat@comset.net Cc: Subject: Re: ports/62016: New port: graphics/demeter A C++ library to render 3D terrains using OpenGL Date: Wed, 17 Mar 2004 00:32:20 +0100 Running make on this port, with and without the diff, gives me some errors on 5.2-REL with current ports tree: "/usr/ports/Mk/bsd.gnome.mk", line 8: Malformed conditional (${_USE_GNOME_ALL:Mlibxml2}=="") "/usr/ports/Mk/bsd.gnome.mk", line 8: Need an operator "/usr/ports/Mk/bsd.port.mk", line 5161: if-less endif "/usr/ports/Mk/bsd.port.mk", line 5161: Need an operator make: fatal errors encountered -- cannot continue Reason seems to be defining USE_GNOME after including bsd.port.pre.mk. Portlint also seems to complain about the order of the dependencies within the Makefile. Maybe you could fix the order of things, and followup with a complete and plain text shar of the fixed port? That might increase chances that a committer will look at this any time soon. Maybe the Porters Handbook section 16.8 should document that USE_GNOME must be set before including bsd.port.pre.mk? (unless this is some temporary bug in bsd.port.mk) -Dan