Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 10:00:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508153 - head/sysutils/procenv
Message-ID:  <201908051000.x75A0C50014935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Aug  5 10:00:11 2019
New Revision: 508153
URL: https://svnweb.freebsd.org/changeset/ports/508153

Log:
  Mark BROKEN:
  
  In file included from platform/freebsd/platform.c:19:
  In file included from ./platform/freebsd/platform-freebsd.h:26:
  /usr/include/sys/capability.h:43:2: error: this file includes <sys/capability.h> which is deprecated [-Werror,-W#warnings]
  #warning this file includes <sys/capability.h> which is deprecated

Modified:
  head/sysutils/procenv/Makefile

Modified: head/sysutils/procenv/Makefile
==============================================================================
--- head/sysutils/procenv/Makefile	Mon Aug  5 09:55:30 2019	(r508152)
+++ head/sysutils/procenv/Makefile	Mon Aug  5 10:00:11 2019	(r508153)
@@ -11,6 +11,8 @@ COMMENT=	Utility to show process environment
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		this file includes <sys/capability.h> which is deprecated
+
 BUILD_DEPENDS=	xmlwf:textproc/expat2
 
 USES=		autoreconf gmake perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908051000.x75A0C50014935>