Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 01:39:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456573 - in head/sysutils: asmon muse wmmemfree
Message-ID:  <201712180139.vBI1dk7W009793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712180139.vBI1dk7W009793>