Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-24 Thread Lucas Nali de Magalhães
> On Mar 23, 2019, at 8:16 PM, Eugene Grosbein wrote: > > 24.03.2019 1:38, Lucas Nali de Magalhães wrote: > >> I found a few bugs since I started rebuilding my system. >> Most of them are related with the lack of handling of CPUTYPE=native >> make.conf tunable. > > Use CPUTYPE?=native instead

Re: Clang Import Breakage

2019-03-24 Thread Jan Beich
Sean Bruno writes: > On 3/23/19 5:57 PM, Dimitry Andric wrote: >> This is fallout of , >> which enabled --no-allow-shlib-undefined by default. See also >> . Executive summary: lots of programs >> do not specify a

Re: Strange build error of graphics/cairo on latest 13-CURRENT

2019-03-24 Thread Jan Beich
Yasuhiro KIMURA writes: > Hello. > > Yesterday I updated my 13-CURRENT amd64 host to r345414 and now I'm > experiencing strange build error of graphics/cairo. If I build it with > "cd /usr/ports/graphics/cairo; make install" it finishes > successfully. But if I do it with portmaster it fails at

Warning in duplicity after py2-cryptograph update

2019-03-24 Thread Xavier
Hi everyone, Since last update of python modules py27-cryprography and py27-matplotlib, duplicity emits a warning : > CryptographyDeprecationWarning: Support for unsafe construction of public > numbers from encoded data will be removed in a future version. Please use > EllipticCurvePublicKey.fr

FreeBSD ports you maintain which are out of date

2019-03-24 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: Clang Import Breakage

2019-03-24 Thread Konstantin Belousov
On Sun, Mar 24, 2019 at 07:03:11AM +0100, Jan Beich wrote: > Sean Bruno writes: > > > On 3/23/19 5:57 PM, Dimitry Andric wrote: > >> This is fallout of , > >> which enabled --no-allow-shlib-undefined by default. See also > >>

Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-24 Thread Robert Huff
=?utf-8?Q?Lucas_Nali_de_Magalh=C3=A3es?= writes: > The issue is better explained in the other thread, sorry. CPUTYPE > native means the system detects its own processor and I was informed > that this detection isn't working well If true, this sounds like an excellent project for Sum

Re: Strange build error of graphics/cairo on latest 13-CURRENT

2019-03-24 Thread Yasuhiro KIMURA
From: Jan Beich Subject: Re: Strange build error of graphics/cairo on latest 13-CURRENT Date: Sun, 24 Mar 2019 07:36:03 +0100 >> Yesterday I updated my 13-CURRENT amd64 host to r345414 and now I'm >> experiencing strange build error of graphics/cairo. If I build it with >> "cd /usr/ports/graphic

Re: lang/go14 doesn't build without COMPAT11 in FREEBSD 12

2019-03-24 Thread Mark Millard via freebsd-ports
Eugene Grosbein eugen at grosbein.net wrote on Sat Mar 23 23:16:40 UTC 2019 : 24.03.2019 1:38, Lucas Nali de Magalhães wrote: > > I found a few bugs since I started rebuilding my system. > > Most of them are related with the lack of handling of CPUTYPE=native > > make.conf tunable. > > Use CPUTY

Re: Warning in duplicity after py2-cryptograph update

2019-03-24 Thread Kubilay Kocak
On 24/03/2019 8:34 pm, Xavier wrote: Hi everyone, Since last update of python modules py27-cryprography and py27-matplotlib, duplicity emits a warning : CryptographyDeprecationWarning: Support for unsafe construction of public numbers from encoded data will be removed in a future version. Ple