iperf checksums?

2020-11-10 Thread @lbutlr
When trying to install iperf: ===>>> Waiting on fetch & checksum for benchmarks/iperf <<<=== fetch: https://freefr.dl.sourceforge.net/project/iperf2/iperf-2.0.14a.tar.gz: size mismatch: expected 370518, actual 373268 => Attempting to fetch https://jaist.dl.sourceforge.net/project/iperf2/iperf-2.

Re: iperf checksums?

2020-11-10 Thread Rodrigo Osorio
Hi The metadata are out of sync, just do a # pkg update -f On 11/10/20 11:37 AM, @lbutlr wrote: When trying to install iperf: ===>>> Waiting on fetch & checksum for benchmarks/iperf <<<=== fetch: https://freefr.dl.sourceforge.net/project/iperf2/iperf-2.0.14a.tar.gz: size mismatch: expected 37

Re: iperf checksums?

2020-11-10 Thread Yuri Pankov
@lbutlr wrote: When trying to install iperf: ===>>> Waiting on fetch & checksum for benchmarks/iperf <<<=== fetch: https://freefr.dl.sourceforge.net/project/iperf2/iperf-2.0.14a.tar.gz: size mismatch: expected 370518, actual 373268 => Attempting to fetch https://jaist.dl.sourceforge.net/projec

STOP rust!

2020-11-10 Thread Rozhuk Ivan
Hi all! With latest ports tree librsvg2-rust-2.50.0 is required to some ports. It want replace librsvg2-2.40.21. I do not want build ugly rust during hours to build small lib in less than minute. Same with polkit & spidermonkey. https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/35

Re: STOP rust!

2020-11-10 Thread Yuri Pankov
Rozhuk Ivan wrote: Hi all! With latest ports tree librsvg2-rust-2.50.0 is required to some ports. It want replace librsvg2-2.40.21. I do not want build ugly rust during hours to build small lib in less than minute. You might want to send your complaints to librsvg authors, or fork the befor

Re: STOP rust!

2020-11-10 Thread Yuri Pankov
Rozhuk Ivan wrote: On Tue, 10 Nov 2020 20:01:55 +0300 Yuri Pankov wrote: Actually, it started quite some time ago, and it was 2.41 that introduced the rust dependency: https://mail.gnome.org/archives/desktop-devel-list/2017-January/msg1.html This does not explain why I should waste my t

Re: STOP rust!

2020-11-10 Thread Rozhuk Ivan
On Tue, 10 Nov 2020 16:38:26 +0300 Yuri Pankov wrote: > > With latest ports tree librsvg2-rust-2.50.0 is required to some > > ports. It want replace librsvg2-2.40.21. > > > > I do not want build ugly rust during hours to build small lib in > > less than minute. > > You might want to send your

Re: STOP rust!

2020-11-10 Thread Rozhuk Ivan
On Tue, 10 Nov 2020 19:44:58 +0300 Yuri Pankov wrote: > >>> With latest ports tree librsvg2-rust-2.50.0 is required to some > >>> ports. It want replace librsvg2-2.40.21. > >>> > >>> I do not want build ugly rust during hours to build small lib in > >>> less than minute. > >> > >> You might w

Re: STOP rust!

2020-11-10 Thread Rozhuk Ivan
On Tue, 10 Nov 2020 20:01:55 +0300 Yuri Pankov wrote: > Actually, it started quite some time ago, and it was 2.41 that > introduced the rust dependency: > > https://mail.gnome.org/archives/desktop-devel-list/2017-January/msg1.html This does not explain why I should waste my time and money

Using gcc as a build dependency only

2020-11-10 Thread Bob Eager
I have a port that, for reasons I won't go into, I build with gcc. It all works fine with USE_GCC= yes - no problem. The issue is that it's a build dependency and a run dependency. So anyone wanting to use it has to install gcc, and is discouraged because (a) it's big and (b) it drags in other st

Re: Using gcc as a build dependency only

2020-11-10 Thread Dewayne Geraghty
On 11/11/2020 7:55 am, Bob Eager wrote: > I have a port that, for reasons I won't go into, I build with gcc. > > It all works fine with USE_GCC= yes - no problem. > > The issue is that it's a build dependency and a run dependency. So > anyone wanting to use it has to install gcc, and is discourag

Re: Using gcc as a build dependency only

2020-11-10 Thread Kubilay Kocak
On 11/11/2020 7:55 am, Bob Eager wrote: I have a port that, for reasons I won't go into, I build with gcc. It all works fine with USE_GCC= yes - no problem. The issue is that it's a build dependency and a run dependency. So anyone wanting to use it has to install gcc, and is discouraged because