svn commit: r562537 - branches/2021Q1/sysutils/asmon

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


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
 


More information about the svn-ports-branches mailing list