aboutsummaryrefslogtreecommitdiff
path: root/sysutils/asmon
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-18 01:39:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-18 01:39:46 +0000
commitc0bf3400074986cfbfe46ba452b1174e79390be1 (patch)
tree275e5dc9a8ecebdf83d97df5d128d6cba5ba3eca /sysutils/asmon
parent7b1649e8b5c909e589b0b6eab28fbdd17fb21677 (diff)
downloadports-c0bf3400074986cfbfe46ba452b1174e79390be1.tar.gz
ports-c0bf3400074986cfbfe46ba452b1174e79390be1.zip
Clarify that the vmmeter problem is specific to FreeBSD-12, not to an arch.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=456573
Diffstat (limited to 'sysutils/asmon')
-rw-r--r--sysutils/asmon/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile
index 02eec644358a..e3967d0f928d 100644
--- a/sysutils/asmon/Makefile
+++ b/sysutils/asmon/Makefile
@@ -12,8 +12,7 @@ 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_armv7= fails to compile: asmon.c: variable has incomplete type 'struct vmmeter'
+BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined 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