From owner-freebsd-questions@FreeBSD.ORG Sat Dec 15 13:51:34 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B8FCD8A for ; Sat, 15 Dec 2012 13:51:34 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.245.171.203]) by mx1.freebsd.org (Postfix) with ESMTP id C74D08FC15 for ; Sat, 15 Dec 2012 13:51:33 +0000 (UTC) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 7D93F3A522; Sat, 15 Dec 2012 08:44:30 -0500 (EST) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id r1p8N5rYeiJF; Sat, 15 Dec 2012 08:44:29 -0500 (EST) Received: from exodus.zi0r.com (syn.zi0r.com [71.245.171.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 0AED13A504; Sat, 15 Dec 2012 08:44:29 -0500 (EST) Date: Sat, 15 Dec 2012 08:44:27 -0500 From: Ryan Steinmetz To: Boris Samorodov Subject: Re: make do not work in 10-Current Message-ID: <20121215134427.GA49464@exodus.zi0r.com> References: <416216005.20121215002442@yandex.ru> <50CC270B.8010000@passap.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50CC270B.8010000@passap.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Eugen Konkov , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2012 13:51:34 -0000 On (12/15/12 11:30), Boris Samorodov wrote: > (maintainer is CCed) > > 15.12.2012 02:24, Eugen Konkov ??????????: > > > # make > > "Makefile", line 166: Malformed conditional (${PORT_OPTIONS:MFIREBIRD} && empty(${PORT_OPTIONS:MEXPERIMENTAL}) > > "Makefile", line 168: if-less endif > > make: fatal errors encountered -- cannot continue > Thanks for the report. A fix for this has been committed. Please update your ports tree and try your build agian. -r > Please, try the attached patch (missing ")" at the end of the > quoted Makefile line). > > > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve > Index: /usr/ports/net/freeradius2/Makefile > =================================================================== > --- /usr/ports/net/freeradius2/Makefile (revision 308706) > +++ /usr/ports/net/freeradius2/Makefile (working copy) > @@ -171,7 +171,7 @@ > .endif > > # Firebird module is still experimental > -.if ${PORT_OPTIONS:MFIREBIRD} && empty(${PORT_OPTIONS:MEXPERIMENTAL} > +.if ${PORT_OPTIONS:MFIREBIRD} && empty(${PORT_OPTIONS:MEXPERIMENTAL}) > EXPM= yes > .endif > -- Ryan Steinmetz PGP: EF36 D45A 5CA9 28B1 A550 18CD A43C D111 7AD7 FAF2