CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/02/28 07:41:01
Modified files:
devel/github-cli: Makefile distinfo modules.inc
Log message:
Fix the github-cli's terminal handling. github.com/AlecAivazis/survey
module is still using syscall.* interface which was removed in
OpenBSD, and it's archived. Replace the module with
github.com/bsdmp/survey. Investigation and fix from Mikhail Pchelin.
Test and improve by sthen.
ok sthen kn
