Clarify that the vmmeter problem is specific to FreeBSD-12, not to an arch.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-12-18 01:39:46 +00:00
parent 7b1649e8b5
commit c0bf340007
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456573
3 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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