svn commit: r562533 - branches/2021Q1/sysutils/wmmemfree

Antoine Brodin antoine at FreeBSD.org
Mon Jan 25 07:11:10 UTC 2021


Author: antoine
Date: Mon Jan 25 07:11:09 2021
New Revision: 562533
URL: https://svnweb.freebsd.org/changeset/ports/562533

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

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

Modified: branches/2021Q1/sysutils/wmmemfree/Makefile
==============================================================================
--- branches/2021Q1/sysutils/wmmemfree/Makefile	Mon Jan 25 07:10:51 2021	(r562532)
+++ branches/2021Q1/sysutils/wmmemfree/Makefile	Mon Jan 25 07:11:09 2021	(r562533)
@@ -12,6 +12,7 @@ COMMENT=	Memory and swap monitoring dockapp
 
 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: 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
 


More information about the svn-ports-branches mailing list