git: 75b8e46f5b34 - main - devel/tbb: Deprecate port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Jan 2026 11:46:36 UTC
The branch main has been updated by martymac:
URL: https://cgit.FreeBSD.org/ports/commit/?id=75b8e46f5b34d2802ef5c001dd8b5b0a3758ca75
commit 75b8e46f5b34d2802ef5c001dd8b5b0a3758ca75
Author: Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2026-01-17 11:41:33 +0000
Commit: Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2026-01-17 11:41:33 +0000
devel/tbb: Deprecate port
No port using devel/tbb remain, so it's time to deprecate this port.
While here, fix a typo in devel/ispc still referencing devel/tbb.
PR: 252648
---
devel/ispc/Makefile | 2 +-
devel/tbb/Makefile | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile
index 0b41c6d165cd..5ecb24d307f4 100644
--- a/devel/ispc/Makefile
+++ b/devel/ispc/Makefile
@@ -71,7 +71,7 @@ test-check-all: # the upstream claims that some of these checks are broken witho
@cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check-all
run-examples: build
- @[ -f ${LOCALBASE}/lib/libtbb.so ] || ! echo "ERROR run-examples target requires devel/tbb package installed"
+ @[ -f ${LOCALBASE}/lib/libtbb.so ] || ! echo "ERROR run-examples target requires devel/onetbb package installed"
.for e in simple sort mandelbrot stencil
@cd ${WRKSRC}/examples/${e} && \
${ECHO} "===> Running example ${e}" && \
diff --git a/devel/tbb/Makefile b/devel/tbb/Makefile
index 86801c22f0af..6849c3b59481 100644
--- a/devel/tbb/Makefile
+++ b/devel/tbb/Makefile
@@ -10,6 +10,9 @@ WWW= https://threadingbuildingblocks.org/
LICENSE= APACHE20
+DEPRECATED= Project moved to devel/onetbb
+EXPIRATION_DATE= 2026-03-01
+
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le powerpcspe
ONLY_FOR_ARCHS_REASON= has not been ported to this platform