aboutsummaryrefslogtreecommitdiff
path: root/sysutils/asmon
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-22 22:29:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-22 22:29:17 +0000
commit197f08abf4fd25e8493f6391ed2c5cac9671e9bb (patch)
treeac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /sysutils/asmon
parent6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff)
downloadports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.tar.gz
ports-197f08abf4fd25e8493f6391ed2c5cac9671e9bb.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441494
Diffstat (limited to 'sysutils/asmon')
-rw-r--r--sysutils/asmon/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile
index d38c2ae019e6..ff5d6ae2d3e8 100644
--- a/sysutils/asmon/Makefile
+++ b/sysutils/asmon/Makefile
@@ -12,6 +12,11 @@ COMMENT= Swallowable applet monitors the CPU usage, memory, and swap, etc
LICENSE= GPLv2
+BROKEN_armv6= fails to compile: asmon.c: variable has incomplete type 'struct vmmeter'
+BROKEN_mips= fails to compile: asmon.c: storage size of 'sum' isn't known
+BROKEN_mips64= fails to compile: asmon.c: storage size of 'sum' isn't known
+BROKEN_powerpc64= fails to compile: asmon.c: storage size of 'sum' isn't known
+
USE_XORG= xpm x11
BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon