svn commit: r517172 - head/sysutils/py-psutil121

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 04:37:25 UTC 2019


Author: linimon
Date: Sun Nov 10 04:37:24 2019
New Revision: 517172
URL: https://svnweb.freebsd.org/changeset/ports/517172

Log:
  Unmark broken on other tier-2 archs after build passed on armv7.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/py-psutil121/Makefile

Modified: head/sysutils/py-psutil121/Makefile
==============================================================================
--- head/sysutils/py-psutil121/Makefile	Sun Nov 10 03:01:40 2019	(r517171)
+++ head/sysutils/py-psutil121/Makefile	Sun Nov 10 04:37:24 2019	(r517172)
@@ -14,10 +14,6 @@ COMMENT=	Process utilities module for Python
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_armv6=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
-BROKEN_armv7=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
-BROKEN_mips=		fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
-
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}psutil
 
 PORTSCOUT=	limit:^1\.2\.


More information about the svn-ports-all mailing list