Date: Tue, 06 Nov 2018 14:02:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233026] sysutils/procenv: #includes deprecated sys/capability.h header Message-ID: <bug-233026-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233026 Bug ID: 233026 Summary: sysutils/procenv: #includes deprecated sys/capability.h header Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: emaste@freebsd.org Blocks: 228878 By inspection, work/procenv-0.36/src/procenv.h: #if defined (HAVE_SYS_CAPABILITY_H) #include <sys/capability.h> 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 tree) but upstream may want to if there's a desire to build on ol= der releases. Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228878 [Bug 228878] exp run request: removal of an unused 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-233026-7788>