Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2024 10:06:09 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45faa5e85426 - main - lang/icc: deprecate and expire in 3 months
Message-ID:  <202403111006.42BA69LX075677@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=45faa5e85426c961fc916d7464242f53fe062ef0

commit 45faa5e85426c961fc916d7464242f53fe062ef0
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-03-11 09:56:50 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-03-11 10:06:04 +0000

    lang/icc: deprecate and expire in 3 months
    
    20 years old, 32bit, EOL since a loooong time, and current
    clang based Intel oneAPI DPC++/C++ works.
---
 lang/icc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index 3fc7483e57bf..b59eb68cd226 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -18,6 +18,9 @@ LICENSE_NAME_INTEL=	Intel
 LICENSE_TEXT_INTEL=	Intel forbids any redistribution.
 LICENSE_PERMS_INTEL=	auto-accept
 
+DEPRECATED=	This version is EOL since a long time, i386 only, and the current clang based Intel oneAPI DPC++/C++ seems to work.
+EXPIRATION_DATE=2024-07-01
+
 EXTRACT_DEPENDS=	rpm2cpio.pl:archivers/rpm2cpio
 
 USES=		linux



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