Re: Default optimization of rust ports

2022-09-16 Thread Daniel Engberg
On 2022-09-13 11:54, Nuno Teixeira wrote: Hi, I think this issue is related to what happened in terms of optimizations in go 1.18.3_1: --- Add amd64 microarchitecture level knobs for the Go compiler. Note that this will affect only the compiler itself, port users will still need to set GO

Re: /ports/Mk/Scripts/do-users-groups.sh: 8: parameter not set

2022-09-16 Thread Axel Rau
> Am 15.09.2022 um 15:51 schrieb Tomoaki AOKI : > > UIDs > home2l:*:765:765::0:0:home2l > Daemon:/usr/local/home2l:/usr/local/bin/bash Yes. That’s it. I have copied the line from /etc/passwd from a host with a working home2l user. Thanks a lot, Axel --- PGP-Key: CDE74120 ☀ computing @ chaos

Ports with version numbers going backwards: games/openarena, games/openarena...

2022-09-16 Thread portmgr
** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Convention

Re: Default optimization of rust ports

2022-09-16 Thread Mark Millard
> Mark Millard escreveu no dia sábado, 10/09/2022 > à(s) 12:53: > >> Daniel Engberg wrote on >> Date: Sat, 10 Sep 2022 09:45:21 UTC : >> >>> Since there is work and general interest regarding optimization would >>> it >>> make sense to make LTO and possibly CODEGEN_UNITS=1 opt-out while we >>

Re: Default optimization of rust ports

2022-09-16 Thread Daniel Engberg
On 2022-09-16 19:42, Mark Millard wrote: Mark Millard escreveu no dia sábado, 10/09/2022 à(s) 12:53: Daniel Engberg wrote on Date: Sat, 10 Sep 2022 09:45:21 UTC : Since there is work and general interest regarding optimization would it make sense to make LTO and possibly CODEGEN_UNITS=1 op