Re: Firefox and Thunderbird

2022-06-14 Thread George Mitchell
On 6/14/22 10:08, The Doctor wrote: Looks like you have to compile Firefox and Thunderbird with Gnu C Compiler And you have to tell WASM that you are compiling for a 64 bit CPU. That's sure not my experience on amd64 12.3-RELEASE-p1, where clang works just fine for me. Can you give us a litt

Re: ccache 3.x legacy ported but not 4.x

2022-06-14 Thread Nuno Teixeira
Is there a PR or review that we can test? Thanks Kubilay Kocak escreveu no dia terça, 14/06/2022 à(s) 01:37: > On 13/06/2022 11:02 am, Derek Schrock wrote: > > On Sun, Jun 12, 2022 at 07:46:41PM EDT, Nuno Teixeira wrote: > >> Hello, > >> > >> I've started to use ccache with poudriere again pass

Re: ccache 3.x legacy ported but not 4.x

2022-06-14 Thread Charlie Li
Nuno Teixeira wrote: I've started to use ccache with poudriere again passed some years now and I've noticed that we still use ccache legacy 3.x version. Any special reason or imcompatibility for no updating to 4.x version? ccache 4 and later use cmake to build, which is problematic when poudr

Re: Firefox and Thunderbird

2022-06-14 Thread Chris
On 2022-06-14 07:34, George Mitchell wrote: On 6/14/22 10:08, The Doctor wrote: ... (Also, I don't know what WASM is.) -- George That's a flag; -WASM; (with ASM) 0xBDE49540.asc Description: application/pgp-keys

Re: Firefox and Thunderbird

2022-06-14 Thread Mehmet Erol Sanliturk
https://www.google.com/search?q=WASM WASM https://en.wikipedia.org/wiki/WebAssembly WebAssembly With my best wishes . Mehmet Erol Sanliturk On Tue, Jun 14, 2022 at 5:34 PM George Mitchell wrote: > On 6/14/22 10:08, The Doctor wrote: > > Looks like you have to compile Firefox and Thunderbi

FreeBSD ports you maintain which are out of date

2022-06-14 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: ccache 3.x legacy ported but not 4.x

2022-06-14 Thread Tatsuki Makino
That is, devel/ccache3 <- copy from devel/ccache devel/ccache4 <- new port devel/ccache <- switch to meta-port Mk/bsd.default-versions.mk <- add CCACHE_DEFAULT?= 3 ...is that? But I don't use ccache, though :) Regards.