2023-06-17 13:25:19 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
math/nickle: Make this cross-compile.
While here, because for CC_FOR_BUILD it was easiest to just edit
configure.ac and autoreconf anyway, move a configure patch to a
configure.ac patch for some readline symbol detection.
No change to generated file math-tables.5c (which is used only for
testing anyway) in native vs cross compilation. `bmake test' passes
in native compilation.
|
2023-04-20 13:12:15 by Tobias Nygren | Files touched by this commit (1) |
Log message:
nickle: put back mk/readline.buildlink3.mk unconditionally
|
2023-04-20 13:10:26 by Tobias Nygren | Files touched by this commit (4) |
Log message:
nickle: fix configure checks instead
This is likely to trip up builtin readline on old NetBSD releases
too since macOS base ships a fork of NetBSD readline.
|
2023-04-20 12:13:41 by Tobias Nygren | Files touched by this commit (1) |
Log message:
unbotch comment
|
2023-04-20 12:10:09 by Tobias Nygren | Files touched by this commit (1) |
Log message:
nickle: force pkgsrc readline on macOS
The configure tests are bungled and nickle tries to use
non-existent symbols with the built-in readline:
Undefined symbols for architecture arm64:
"_rl_echo_signal_char", referenced from:
_stop in main.o
"_rl_reset_after_signal", referenced from:
_stop in main.o
|
2023-04-18 23:31:08 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
nickle: update to 2.91.
test: Add test for sort functions
prng: Make randint work for values <= 0
sort: make pivot computation pass positive value to randint
edit: Use asprintf when creating file editing command to avoid overflow
PRNG: ensure that randint returns evenly distributed values
Fix release process
|
2023-04-18 11:06:25 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
nickle: update to 2.90.
No release summary found.
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2021-09-12 01:44:50 by Tobias Nygren | Files touched by this commit (2) |
Log message:
nickle: mac OS build fix
|