User Details
- User Since
- Jun 6 2021, 5:11 PM (215 w, 2 d)
Mon, Jul 21
Sun, Jul 20
Tue, Jul 15
Works fine for me in Poudriere. Please address the issues raised by @diizzy. LGTM conditional on that.
Sun, Jul 13
The port fails to build on 15-CURRENT outside of Poudriere:
I'm not a fan of USES=zig doing all the building in the stage step. Would it be possible to have the building be done in the build step and only stage in the stage step?
Wed, Jul 9
Sat, Jul 5
Looks good now, but perhaps someone with more experience with libxo should have a look over D50699 and this one.
Tue, Jun 24
Please adjust the indentation as per style(9).
Please adjust the indentation style as per style(9).
Jun 15 2025
Jun 13 2025
Jun 9 2025
Jun 6 2025
This is the same idea as OpenBSD's O_BELOW resp. F_BELOW. Perhaps the API can be designed to match OpenBSD's?
Jun 4 2025
Jun 2 2025
Jun 1 2025
May 31 2025
May 25 2025
May 23 2025
But the easiest way to prevent that is simply to ensure that we keep providing the latest go release. As long as the minor doesn't exceed what's in the ports tree, that toolchain-downloading behaviour will never trigger.
May 22 2025
You're missing the point, I suspect. Go no longer has that problem. Go will no longer try to build go121 programs with a go124 stdlib. It will build go121 with a feature set identical go121, and this happens transparently and automatically. Go designed it this way so that there is never a need for multiple go versions. Technically we could leave go122 in the ports tree and it'd build all future Go programs.