svn commit: r562536 - head/sysutils/asmon

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 07:13:26 UTC 2021


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
 


More information about the svn-ports-all mailing list