Date: Sun, 29 Oct 2023 22:57:02 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: 3e5903175a20 - main - devel/strace: Mark DEPRECATED Message-ID: <202310292257.39TMv2As028438@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=3e5903175a2098d1a970a168d6aabd677776c1c4 commit 3e5903175a2098d1a970a168d6aabd677776c1c4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 09:30:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:30 +0000 devel/strace: Mark DEPRECATED - BROKEN on all supported versions after the EOL of 12 - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket) --- devel/strace/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/strace/Makefile b/devel/strace/Makefile index 3735a288c432..1e2928a3b663 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -10,9 +10,12 @@ WWW= https://sourceforge.net/projects/strace/ LICENSE= BSD3CLAUSE +DEPRECATED= BROKEN on all supported versions after EOL of 12 +EXPIRATION_DATE= 2023-12-31 +ONLY_FOR_ARCHS= i386 + USES= cpe shebangfix perl5 tar:bzip2 # perl5 for strace-graph GNU_CONFIGURE= yes -ONLY_FOR_ARCHS= i386 CPE_VENDOR= strace_project SHEBANG_FILES= strace-graph
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310292257.39TMv2As028438>