2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |
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 |
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message: *: convert to cmake/build.mk |
2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes. |
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Remove SHA1 distfiles hashes |
2021-04-12 13:20:27 by Nia Alarie | Files touched by this commit (1) |
Log message: zziplib: set PYTHON_FOR_BUILD_ONLY |
2021-01-17 10:36:45 by Juraj Lutter | Files touched by this commit (3) |
Log message: archivers/zziplib: Use portable switches for ln Backport of upstream change. See https://github.com/gdraheim/zziplib/commit/eaba986ff3e6b29539d693fdab7189682dc72351 |
2021-01-15 08:15:12 by Amitai Schleier | Files touched by this commit (4) |
Log message: Notably missing on macOS, with magic PLIST handling hiding its absence: libzzip.dylib. Pass -f along with ln -s in the APPLE cases, too, so none of the bash install scripts exit early due to ln giving "File exists". Bump PKGREVISION. |
2021-01-13 09:50:21 by Amitai Schleier | Files touched by this commit (2) |
Log message: Fix PLIST in the dylib case. |
2021-01-12 22:06:20 by Juraj Lutter | Files touched by this commit (3) |
Log message: archivers/zziplib: Fix build on SmartOS Use portable switches to `ln' |