diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-18 09:39:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-18 09:39:46 +0800 |
commit | bb2def20fbc7c709ff85d91780407f48c9b611bb (patch) | |
tree | 275e5dc9a8ecebdf83d97df5d128d6cba5ba3eca | |
parent | 2d18a0ffc2131e101af286e164e173a42ab48917 (diff) | |
download | freebsd-ports-gnome-bb2def20fbc7c709ff85d91780407f48c9b611bb.tar.gz freebsd-ports-gnome-bb2def20fbc7c709ff85d91780407f48c9b611bb.tar.zst freebsd-ports-gnome-bb2def20fbc7c709ff85d91780407f48c9b611bb.zip |
Clarify that the vmmeter problem is specific to FreeBSD-12, not to an arch.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | sysutils/asmon/Makefile | 3 | ||||
-rw-r--r-- | sysutils/muse/Makefile | 3 | ||||
-rw-r--r-- | sysutils/wmmemfree/Makefile | 3 |
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 |