aboutsummaryrefslogtreecommitdiff
path: root/misc/trurl/files/(public-mirror)
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2026-03-26 23:39:18 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2026-03-27 00:51:13 +0000
commite93f6442ef5a354b7ad67b21164aae511a0ee642 (patch)
treed15cdc1225411baccaa1039626451f2f4bb1dbc9 /misc/trurl/files/(public-mirror)
parentff0188d71d401fa702e1ac238a81aefb5af91659 (diff)
net/gnu-radius: Fix the buildHEADmain
The build was failing for two reasons: 1. When devel/readline was installed (e.g. as a dependency of editors/emacs), its newer interface caused: readline.c:147:51: error: expected expression 147 | rl_attempted_completion_function = (CPPFunction *) completion_fp; | ^ readline.c:147:38: error: use of undeclared identifier 'CPPFunction' 147 | rl_attempted_completion_function = (CPPFunction *) completion_fp; | ^ Patch radius's lib/readline.c to use the modern rl_completion_func_t type. 2. The elisp files were not being installed, causing a staging error. Fix this by installing the elisp in a post-install-EMACS-on target. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'misc/trurl/files/(public-mirror)')
0 files changed, 0 insertions, 0 deletions