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

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

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

Modified:
  branches/2021Q1/sysutils/asmon/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/sysutils/asmon/Makefile
==============================================================================
--- branches/2021Q1/sysutils/asmon/Makefile	Mon Jan 25 07:13:25 2021	(r562536)
+++ branches/2021Q1/sysutils/asmon/Makefile	Mon Jan 25 07:13:44 2021	(r562537)
@@ -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.10P7DjnB057266>