Date: Tue, 1 Mar 2005 12:16:01 -0600 (CST) From: Mark Linimon <linimon@lonesome.com> To: Benny Helms <benny@discoveringmontana.com> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/78245: make no longer working in /usr/ports Message-ID: <Pine.LNX.4.44.0503011211390.12605-100000@pancho> In-Reply-To: <200503011725.j21HPwk0044979@www.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Mar 2005, Benny Helms wrote: > "/usr/ports/Mk/bsd.port.mk", line 4850: Malformed conditional (defined(USE_RCORDER) || defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") > "/usr/ports/Mk/bsd.port.mk", line 4860: Malformed conditional (defined(USE_RC_SUBR) && ${USE_RC_SUBR:U} != "YES") Sufficiently old versions of make(1) exhibit this bug. The workaround is to put a space after the first open-parenthesis and before the last close-parenthesis of the offending lines. Please try that and let us know if it fixes the problem. Since the behavior of make(1) was fixed by at least FreeBSD version 4.9, it is no longer feasible for the ports team to catch these issues themselves.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0503011211390.12605-100000>