From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 1 18:16:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C842B16A4CE; Tue, 1 Mar 2005 18:16:02 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BF243D2D; Tue, 1 Mar 2005 18:16:02 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id A26AF1497E; Tue, 1 Mar 2005 12:16:01 -0600 (CST) Date: Tue, 1 Mar 2005 12:16:01 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Benny Helms In-Reply-To: <200503011725.j21HPwk0044979@www.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/78245: make no longer working in /usr/ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 18:16:02 -0000 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.