Date: Sat, 15 Dec 2012 08:44:27 -0500 From: Ryan Steinmetz <zi@FreeBSD.org> To: Boris Samorodov <bsam@passap.ru> Cc: Eugen Konkov <kes-kes@yandex.ru>, FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: make do not work in 10-Current Message-ID: <20121215134427.GA49464@exodus.zi0r.com> In-Reply-To: <50CC270B.8010000@passap.ru> References: <416216005.20121215002442@yandex.ru> <50CC270B.8010000@passap.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121215134427.GA49464>