Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Mar 2024 03:25:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277545] editors/vim implicitly requires libsodium (or lacks dependency)
Message-ID:  <bug-277545-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277545

            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=3Dtiny for the simpliest of uses which don't require
playing with encrypted files. So I added
--disable-libsodium

as follows:
.elif ${FLAVOR:U} =3D=3D tiny
GUI=3D            no
CONFIGURE_ARGS+=3D--without-x --disable-libsodium

It also removes another unnecessary run-time library.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277545-7788>