Date: Tue, 1 Mar 2005 18:20:22 GMT From: Mark Linimon <linimon@lonesome.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/78245: make no longer working in /usr/ports Message-ID: <200503011820.j21IKMMb085326@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/78245; it has been noted by GNATS. From: Mark Linimon <linimon@lonesome.com> To: Benny Helms <benny@discoveringmontana.com> Cc: freebsd-gnats-submit@FreeBSD.org, <freebsd-ports-bugs@FreeBSD.org> Subject: Re: ports/78245: make no longer working in /usr/ports Date: Tue, 1 Mar 2005 12:16:01 -0600 (CST) 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?200503011820.j21IKMMb085326>