View | Details | Raw Unified | Return to bug 252648 | Differences between
and this patch

Collapse All | Expand All

(-)devel/tbb/Makefile (-2 / +4 lines)
Lines 3-14 Link Here
3
3
4
PORTNAME=	tbb
4
PORTNAME=	tbb
5
PORTVERSION=	2020.3
5
PORTVERSION=	2020.3
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	2
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
9
10
MAINTAINER=	martymac@FreeBSD.org
10
MAINTAINER=	martymac@FreeBSD.org
11
COMMENT=	Library that provides thread building blocks
11
COMMENT=	Library that provides thread building blocks (legacy version)
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
14
Lines 17-22 Link Here
17
17
18
USES=	compiler gmake tar:tgz
18
USES=	compiler gmake tar:tgz
19
19
20
CONFLICTS=	onetbb-[0-9]*
21
20
USE_GITHUB=	yes
22
USE_GITHUB=	yes
21
GH_ACCOUNT=	oneapi-src
23
GH_ACCOUNT=	oneapi-src
22
GH_PROJECT=	oneTBB
24
GH_PROJECT=	oneTBB
(-)devel/tbb/pkg-descr (+3 lines)
Lines 6-9 Link Here
6
task-based parallelism that abstracts platform details and threading
6
task-based parallelism that abstracts platform details and threading
7
mechanism for performance and scalability.
7
mechanism for performance and scalability.
8
8
9
That port is the legacy version of tbb and will not be updated anymore.
10
See devel/onetbb for newer versions.
11
9
WWW: http://threadingbuildingblocks.org/
12
WWW: http://threadingbuildingblocks.org/

Return to bug 252648