[Bug 277545] editors/vim implicitly requires libsodium (or lacks dependency)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 03:25:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277545 Bug ID: 277545 Summary: editors/vim implicitly requires libsodium (or lacks dependency) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: adamw@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au Flags: maintainer-feedback?(adamw@FreeBSD.org) Assignee: adamw@FreeBSD.org Could you either ensure that libsodium is a build and run dependency or, and preferably make it an option? Without libsodium installed it fails to build without any explanation. I only use the FLAVOR=tiny for the simpliest of uses which don't require playing with encrypted files. So I added --disable-libsodium as follows: .elif ${FLAVOR:U} == tiny GUI= no CONFIGURE_ARGS+=--without-x --disable-libsodium It also removes another unnecessary run-time library. -- You are receiving this mail because: You are the assignee for the bug.