Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 1998 09:22:48 -0500
From:      "Milliken, Scott" <MillikS@salestech.com>
To:        "'freebsd-stable@freebsd.org'" <freebsd-stable@FreeBSD.ORG>
Subject:   Question about Ports Errors
Message-ID:  <7B62F9E0DD56D111AADB006097A52FCC0465E1@STIUSATLCX1.salestech.com>

next in thread | raw e-mail | index | archive | help
I've been tracking this list for about a month looking for a message
related to this, so if it came up earlier and was already answered, I
apologize.

I run several machines with 2.2.7-RELEASE and have been having more and
more trouble lately with certain ports.  Specifically, today, the
problems are with /usr/ports/graphics/xpm and
/usr/ports/graphics/giflib.  Every time I see the same problem - the
build errors out with an Error 1 due to a "Malformed conditional" on a
line usually like:

.if $(({$PORTOBJFORMAT} == "elf" ))

I've looked at the code and can get by it if I modify the Makefile so
that the condition is commented out and simply execute the steps related
to the FALSE condition here (since 2.2.7 isn't elf, of course).
However, I would think that someone wrote the code like this for a
reason - to support both 2.2.7 and 3.0 with the same ports tree.  What
package do I need to install (or remake) in order to support the given
syntax in the Makefile?

Thanks,


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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