2024-09-09 12:39:21 by Nia Alarie | Files touched by this commit (1) |
Log message: bulk-test-go: Remove minikube (otherwise always fails on netbsd) |
2024-09-04 11:01:59 by Jonathan Perkin | Files touched by this commit (1) |
Log message: bulk-test-go: Fix DEPENDS. |
2024-08-31 17:27:40 by Benny Siegert | Files touched by this commit (1) | |
Log message: bulk-test-go: update Bump date to today. Add all Go packages as of today, which is a lot more than before. Coyim is now commented out because it is broken on various platforms, which decreases the signal of this meta package as a "sentinel" for a bulk build. |
2023-11-15 13:49:24 by Jonathan Perkin | Files touched by this commit (1) |
Log message: bulk-test-go: Fix this package again. |
2023-11-13 10:14:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message: bulk-test-go: go-ed25519 is no more. |
2023-10-21 23:07:01 by Jonathan Perkin | Files touched by this commit (1) |
Log message: bulk-test-go: promscale is no more. |
2023-10-20 10:41:35 by Jonathan Perkin | Files touched by this commit (1) |
Log message: bulk-test-go: Remove deleted packages. |
2023-08-26 20:17:15 by Benny Siegert | Files touched by this commit (6) |
Log message: go-flags-svent: remove This is an old-style Go library with nothing that depends on it. |
2023-07-01 16:19:45 by Nia Alarie | Files touched by this commit (6) |
Log message: meta-pkgs: Fix incorrect use of TOOL_DEPENDS inside bulk-test-*. |
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message: Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html |