Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2023 09:11:56 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 93b9c7f452dd - main - sysutils/wmmemfree: Mark DEPRECATED
Message-ID:  <202307170911.36H9BuEu033854@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93b9c7f452ddc8a2786b6be33295877f3536f404

commit 93b9c7f452ddc8a2786b6be33295877f3536f404
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-17 00:25:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-17 09:11:46 +0000

    sysutils/wmmemfree: Mark DEPRECATED
    
    - Broken on all supported FreeBSD releases for more than an year
    - Set EXPIRATION_DATE to 2023-08-16
---
 sysutils/wmmemfree/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/wmmemfree/Makefile b/sysutils/wmmemfree/Makefile
index 58cb15e783ee..13956535685d 100644
--- a/sysutils/wmmemfree/Makefile
+++ b/sysutils/wmmemfree/Makefile
@@ -7,6 +7,8 @@ MASTER_SITES=	SUNSITE/X11/xutils
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Memory and swap monitoring dockapp
 
+DEPRECATED=	Broken on all supported FreeBSD releases for more than an year
+EXPIRATION_DATE=	2023-08-16
 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'



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