svn commit: r484808 - head/www/kcgi/files

Baptiste Daroussin bapt at FreeBSD.org
Mon Nov 12 16:23:47 UTC 2018


Author: bapt
Date: Mon Nov 12 16:23:46 2018
New Revision: 484808
URL: https://svnweb.freebsd.org/changeset/ports/484808

Log:
  Use sys/capsicum.h instead of deprecated sys/capability.h
  
  PR:		233169
  Reported by:	emaste

Added:
  head/www/kcgi/files/
  head/www/kcgi/files/patch-sandbox-capsicum.c   (contents, props changed)

Added: head/www/kcgi/files/patch-sandbox-capsicum.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/kcgi/files/patch-sandbox-capsicum.c	Mon Nov 12 16:23:46 2018	(r484808)
@@ -0,0 +1,11 @@
+--- sandbox-capsicum.c.orig	2018-06-19 09:48:45 UTC
++++ sandbox-capsicum.c
+@@ -20,7 +20,7 @@
+ #if HAVE_CAPSICUM
+ 
+ #include <sys/resource.h>
+-#include <sys/capability.h>
++#include <sys/capsicum.h>
+ 
+ #include <assert.h>
+ #include <unistd.h>


More information about the svn-ports-all mailing list