Date: Mon, 17 Jul 2023 09:11:55 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: 1ab89d10bece - main - sysutils/muse: Mark DEPRECATED Message-ID: <202307170911.36H9Bt7V033835@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=1ab89d10bece3d7645597f170ac64b2cd6ae67ee commit 1ab89d10bece3d7645597f170ac64b2cd6ae67ee Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-17 00:22:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-17 09:11:45 +0000 sysutils/muse: Mark DEPRECATED - Broken on all supported FreeBSD releases for more than an year - Set EXPIRATION_DATE to 2023-08-16 --- sysutils/muse/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/muse/Makefile b/sysutils/muse/Makefile index f9a39aa25384..a6e2fabc93e6 100644 --- a/sysutils/muse/Makefile +++ b/sysutils/muse/Makefile @@ -7,6 +7,8 @@ MAINTAINER= freebsd@spatula.net COMMENT= Shows memory usage data WWW= http://www.spatula.net/proc/muse/index.src +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.36H9Bt7V033835>