Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 15:40:16 -0800 (PST)
From:      Daniel Roethlisberger <daniel@roe.ch>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/62016: New port: graphics/demeter A C++ library to render 3D terrains using OpenGL
Message-ID:  <200403162340.i2GNeGZX083971@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62016; it has been noted by GNATS.

From: Daniel Roethlisberger <daniel@roe.ch>
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403162340.i2GNeGZX083971>