aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-psutil121
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-09 00:42:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-09 00:42:05 +0000
commite8210b4758f3afbc598afa1378b85f04ee1d062c (patch)
treef9138a3823b570522b524c8e385a453e712c9114 /sysutils/py-psutil121
parente4ce169cc8bc7d8c7e35979de1a35c0b0be50e00 (diff)
downloadports-e8210b4758f3afbc598afa1378b85f04ee1d062c.tar.gz
ports-e8210b4758f3afbc598afa1378b85f04ee1d062c.zip
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=455813
Diffstat (limited to 'sysutils/py-psutil121')
-rw-r--r--sysutils/py-psutil121/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/py-psutil121/Makefile b/sysutils/py-psutil121/Makefile
index 87396d0d0be8..3e92b9eb35aa 100644
--- a/sysutils/py-psutil121/Makefile
+++ b/sysutils/py-psutil121/Makefile
@@ -14,6 +14,9 @@ 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'
+
PORTSCOUT= limit:^1\.2\.
USES= python