Summary: | editors/vim: environment contamination from libcanberra | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Philipp Ost <bsd> |
Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(adamw) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Philipp Ost
2021-08-02 15:56:34 UTC
It looks like that got removed when libgnomeui was purged. I don't think any of the available options should bring it in, so it should be safe to disable it unconditionally. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cfa70cdefcc68a5ff8afb9469c643a91cc25273 commit 6cfa70cdefcc68a5ff8afb9469c643a91cc25273 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2021-08-02 22:32:55 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2021-08-02 22:35:45 +0000 editors/vim: Explicitly disable libcanberra support Vim will link against libcanberra if it's installed. It really doesn't serve any particular purpose for a text editor, so it makes sense for us to just disable it explicitly. This change existed before, but was hidden in the GNOME option and got removed when libgnomeui was purged. PR: 257565 Reported by: Philipp Ost editors/vim/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Thanks for submitting this, Philipp. |