From owner-freebsd-current@FreeBSD.ORG Sat Feb 12 21:53:00 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B0516A4CE for ; Sat, 12 Feb 2005 21:53:00 +0000 (GMT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED6943D48 for ; Sat, 12 Feb 2005 21:53:00 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 0A93314920; Sat, 12 Feb 2005 15:52:59 -0600 (CST) Date: Sat, 12 Feb 2005 15:52:59 -0600 (CST) From: Mark Linimon X-X-Sender: linimon@pancho To: Peter.Weiss@ConSol.de In-Reply-To: <85psz5cy8s.fsf@ConSol.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Sun, 13 Feb 2005 16:14:57 +0000 cc: freebsd-current@freebsd.org Subject: Re: Unable to update portsdb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 21:53:00 -0000 On Sat, 12 Feb 2005 Peter.Weiss@ConSol.de wrote: > line 34: Malformed conditional (${XFREE86_VERSION} == 3 && > !defined(WITHOUT_X)) > "Makefile", line 36: if-less endif > "Makefile", line 36: Need an operator According to CVS, the offending line was removed on 2004/07/23. Are you sure you have the latest version of the Makefile installed (1.18 2005/01/08 15:50:00 sem)? mcl