[Bug 233092] lang/go: relies on deprecated sys/capability.h header for Capsicum
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 9 18:17:59 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233092
Bug ID: 233092
Summary: lang/go: relies on deprecated sys/capability.h header
for Capsicum
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: jlaffaye at FreeBSD.org
Reporter: emaste at freebsd.org
Blocks: 228878
Flags: maintainer-feedback?(jlaffaye at FreeBSD.org)
Assignee: jlaffaye at FreeBSD.org
sys/capability.h will be removed before FreeBSD 13. The (now) correct header to
use on all supported (and most unsupported) versions of FreeBSD is
sys/capsicum.h.
There's no need for autoconf checks etc. to check for both (in the ports tree)
but upstream may want to if there's a desire to build on older releases.
go/vendor/golang.org/x/sys/unix/mkerrors.sh
82:#include <sys/capability.h>
Referenced Bugs:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228878
[Bug 228878] exp run request: removal of deprecated sys/capability.h header
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list