make do not work in 10-Current

Ryan Steinmetz zi at FreeBSD.org
Sat Dec 15 13:51:34 UTC 2012


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


More information about the freebsd-questions mailing list