aboutsummaryrefslogtreecommitdiff
path: root/sysutils
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
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')
-rw-r--r--sysutils/asmon/Makefile3
-rw-r--r--sysutils/muse/Makefile3
-rw-r--r--sysutils/wmmemfree/Makefile3
3 files changed, 3 insertions, 6 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
diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile
index 6d0a8c593109..025ce9ba6597 100644
--- a/sysutils/muse/Makefile
+++ b/sysutils/muse/Makefile
@@ -9,8 +9,7 @@ MASTER_SITES= http://www.spatula.net/muse/
MAINTAINER= freebsd@spatula.net
COMMENT= Shows memory usage data
-BROKEN_armv6= fails to compile: muse.c: variable has incomplete type 'struct vmmeter'
-BROKEN_armv7= fails to compile: muse.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: muse.c: storage size of 'vmstats' isn't known
BROKEN_mips64= fails to compile: muse.c: storage size of 'vmstats' isn't known
BROKEN_powerpc64= fails to compile: muse.c: storage size of 'vmstats' isn't known
diff --git a/sysutils/wmmemfree/Makefile b/sysutils/wmmemfree/Makefile
index 077615151cb2..6aec862de113 100644
--- a/sysutils/wmmemfree/Makefile
+++ b/sysutils/wmmemfree/Makefile
@@ -10,8 +10,7 @@ MASTER_SITES= SUNSITE/X11/xutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Memory and swap monitoring dockapp
-BROKEN_armv6= fails to compile: mem_freebsd.c: variable has incomplete type 'struct vmmeter'
-BROKEN_armv7= fails to compile: mem_freebsd.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: mem_freebsd.c: storage size of 'vm' isn't known
BROKEN_mips64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known
BROKEN_powerpc64= fails to compile: mem_freebsd.c: storage size of 'vm' isn't known