svn commit: r508153 - head/sysutils/procenv

Antoine Brodin antoine at FreeBSD.org
Mon Aug 5 10:00:12 UTC 2019


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


More information about the svn-ports-all mailing list