Date: Fri, 1 Nov 2024 08:44:50 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: 7d1fe04f35c8 - main - devel/include-what-you-use: Mark IGNORE and DEPRECATED Message-ID: <202411010844.4A18iojY045527@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=7d1fe04f35c88db27bd7675c635c63480e2d844b commit 7d1fe04f35c88db27bd7675c635c63480e2d844b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-11-01 08:42:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-11-01 08:44:36 +0000 devel/include-what-you-use: Mark IGNORE and DEPRECATED - Requires python 3.8 which has reached EOL. There is an upstream report which is being worked through and hopefully will land soon. - Set EXPIRATION_DATE 2025-03-31 --- devel/include-what-you-use/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 972f206e7000..99e894207d60 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -9,6 +9,10 @@ WWW= https://include-what-you-use.org LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/LICENSE.TXT +DEPRECATED= Uses EOLed python 3.8 +EXPIRATION_DATE=2025-03-31 +IGNORE= requires python 3.8 + USES= cmake llvm:${LLVM_VER},build,run ncurses python:3.8,run shebangfix USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411010844.4A18iojY045527>