Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Nov 2018 18:16:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233091] devel/gitlab-shell: relies on deprecated sys/capability.h header for Capsicum
Message-ID:  <bug-233091-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 233091
           Summary: devel/gitlab-shell: 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: mfechner@FreeBSD.org
          Reporter: emaste@freebsd.org
            Blocks: 228878
             Flags: maintainer-feedback?(mfechner@FreeBSD.org)
          Assignee: mfechner@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-233091-7788>