Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2021 07:13:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562536 - head/sysutils/asmon
Message-ID:  <202101250713.10P7DPCE057151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jan 25 07:13:25 2021
New Revision: 562536
URL: https://svnweb.freebsd.org/changeset/ports/562536

Log:
  Mark BROKEN on FreeBSD 14
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/sysutils/asmon/Makefile

Modified: head/sysutils/asmon/Makefile
==============================================================================
--- head/sysutils/asmon/Makefile	Mon Jan 25 07:12:32 2021	(r562535)
+++ head/sysutils/asmon/Makefile	Mon Jan 25 07:13:25 2021	(r562536)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 BROKEN_FreeBSD_12=	fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
 BROKEN_FreeBSD_13=	fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter'
+BROKEN_FreeBSD_14=	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
 



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