Date: Fri, 09 Nov 2018 18:17:57 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233092] lang/go: relies on deprecated sys/capability.h header for Capsicum Message-ID: <bug-233092-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233092 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@FreeBSD.org Reporter: emaste@freebsd.org Blocks: 228878 Flags: maintainer-feedback?(jlaffaye@FreeBSD.org) Assignee: jlaffaye@FreeBSD.org sys/capability.h will be removed before FreeBSD 13. The (now) correct heade= r 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 tr= ee) 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=3D228878 [Bug 228878] exp run request: removal of deprecated sys/capability.h header --=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-233092-7788>