Re[2]: make do not work in 10-Current

2012-12-15 Thread Eugen Konkov
Здравствуйте, Boris.

Вы писали 15 декабря 2012 г., 9:30:19:

BS> (maintainer is CCed)

BS> 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

BS> Please, try the attached patch (missing ")" at the end of the
BS> quoted Makefile line).



thank you

-- 
С уважением,
 Eugen  mailto:kes-...@yandex.ru

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: make do not work in 10-Current

2012-12-15 Thread Ryan Steinmetz

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: make do not work in 10-Current

2012-12-14 Thread Boris Samorodov
(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

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
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

make do not work in 10-Current

2012-12-14 Thread Eugen Konkov
Здравствуйте, FreeBSD.

# pwd
/usr/ports/net/freeradius2
Press any key to continue...

# uname -a
FreeBSD aki 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Wed Jun 13 13:46:00 EEST 2012 
adm@aki:/usr/obj/usr/src/sys/AKI  i386
Press any key to continue...

# 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


on this host same version of port work fine:
 # uname -a
FreeBSD newflux 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #4 r239949: Fri Aug 31 
16:57:42 EEST 2012 root@newflux:/usr/obj/usr/src/sys/KES_KERN_v9  i386
Press any key to continue...


How to fix errors with make in 10-Current?


-- 
 Eugen  mailto:kes-...@yandex.ru

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"