svn commit: r456573 - in head/sysutils: asmon muse wmmemfree

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 01:39:48 UTC 2017


Author: linimon
Date: Mon Dec 18 01:39:46 2017
New Revision: 456573
URL: https://svnweb.freebsd.org/changeset/ports/456573

Log:
  Clarify that the vmmeter problem is specific to FreeBSD-12, not to an arch.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/asmon/Makefile
  head/sysutils/muse/Makefile
  head/sysutils/wmmemfree/Makefile

Modified: head/sysutils/asmon/Makefile
==============================================================================
--- head/sysutils/asmon/Makefile	Mon Dec 18 00:38:11 2017	(r456572)
+++ head/sysutils/asmon/Makefile	Mon Dec 18 01:39:46 2017	(r456573)
@@ -12,8 +12,7 @@ COMMENT=	Swallowable applet monitors the CPU usage, me
 
 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

Modified: head/sysutils/muse/Makefile
==============================================================================
--- head/sysutils/muse/Makefile	Mon Dec 18 00:38:11 2017	(r456572)
+++ head/sysutils/muse/Makefile	Mon Dec 18 01:39:46 2017	(r456573)
@@ -9,8 +9,7 @@ MASTER_SITES=	http://www.spatula.net/muse/
 MAINTAINER=	freebsd at 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

Modified: head/sysutils/wmmemfree/Makefile
==============================================================================
--- head/sysutils/wmmemfree/Makefile	Mon Dec 18 00:38:11 2017	(r456572)
+++ head/sysutils/wmmemfree/Makefile	Mon Dec 18 01:39:46 2017	(r456573)
@@ -10,8 +10,7 @@ MASTER_SITES=	SUNSITE/X11/xutils
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list