From owner-svn-ports-head@freebsd.org Mon Dec 18 01:39:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35544E9CDA3; Mon, 18 Dec 2017 01:39:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E50E650DE; Mon, 18 Dec 2017 01:39:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBI1dlOk009796; Mon, 18 Dec 2017 01:39:47 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBI1dk7W009793; Mon, 18 Dec 2017 01:39:46 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712180139.vBI1dk7W009793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 18 Dec 2017 01:39:46 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head/sysutils: asmon muse wmmemfree X-SVN-Commit-Revision: 456573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 01:39:48 -0000 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