2024-12-05 04:09:45 by Taylor R Campbell | Files touched by this commit (2) |
Log message: lang/racket, lang/racket-textual: Respect PKG_SYSCONFDIR. No revbump because the post-install script would fail for non-default PKG_SYSCONFDIR, so this can't change working builds. |
2024-11-29 23:06:13 by Taylor R Campbell | Files touched by this commit (7) | |
Log message: lang/racket, lang/racket-minimal: Update to 8.15 While here: 1. Patch around https://github.com/racket/racket/issues/5122 (seek in boot file petite failed) and https://github.com/racket/racket/issues/5049 (8.13 fails to build on NetBSD) by using argv[0] instead of realpath("/proc/curproc/file") as the reference point for executable-relative paths. 1. Work around https://github.com/racket/racket/issues/4290 (Regression since Racket 8.5: fonts are required to build successfully) by pulling in a small font at build-time. 3. Add PRINT_PLIST_AWK to assist with future updates. |
2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944) |
Log message: *: recursive bump for default-on option of at-spi2-core |
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message: *: recursive bump for icu 76 shlib major version bump |
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: revbump for icu downgrade |
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message: *: recursive bump for icu 76.1 shlib bump |
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message: revbump after icu and protobuf updates |
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message: *: bump for cairo buildlink3.mk change lzo was made an option |
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message: * recursive bump for libxkbcommon 1.7.0 Marc Baudoin reported problems with using old binary packages with the new libkxbcommon, so force everything to 1.7.0 |
2024-03-04 16:38:33 by Taylor R Campbell | Files touched by this commit (2) |
Log message: lang/racket, lang/racket-textual: Try to make this build on macOS. Don't have macOS handy to test but it looks like this'll be required, judging by the bulk logs. Worst case, the build will fail in a different way on macOS. |