View | Details | Raw Unified | Return to bug 147870
Collapse All | Expand All

(-)devel/tbb/Makefile (-6 / +8 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	tbb
8
PORTNAME=	tbb
9
PORTVERSION=	2.2
9
PORTVERSION=	3.0
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.threadingbuildingblocks.org/uploads/78/140/2.2/
11
MASTER_SITES=	http://www.threadingbuildingblocks.org/uploads/78/154/3.0/
12
DISTNAME=	tbb22_004oss_src
12
DISTNAME=	tbb30_018oss_src
13
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
14
14
15
MAINTAINER=	ganael.laplanche@martymac.com
15
MAINTAINER=	ganael.laplanche@martymac.com
Lines 21-27 Link Here
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
ALL_TARGET=	default
22
ALL_TARGET=	default
23
23
24
WRKSRC=	${WRKDIR}/tbb22_004oss
24
WRKSRC=	${WRKDIR}/tbb30_018oss
25
25
26
post-extract:
26
post-extract:
27
	@${CP} ${FILESDIR}/version_info_FreeBSD.sh ${WRKSRC}/build/
27
	@${CP} ${FILESDIR}/version_info_FreeBSD.sh ${WRKSRC}/build/
Lines 32-40 Link Here
32
do-install:
32
do-install:
33
	cd ${WRKSRC}; \
33
	cd ${WRKSRC}; \
34
	${INSTALL_DATA} build/FreeBSD*release/libtbb.so \
34
	${INSTALL_DATA} build/FreeBSD*release/libtbb.so \
35
		${PREFIX}/lib/libtbb.so; \
35
		${PREFIX}/lib/libtbb.so.3; \
36
	${LN} -fs ${PREFIX}/lib/libtbb.so.3 ${PREFIX}/lib/libtbb.so; \
36
	${INSTALL_DATA} build/FreeBSD*release/libtbbmalloc.so \
37
	${INSTALL_DATA} build/FreeBSD*release/libtbbmalloc.so \
37
		${PREFIX}/lib/libtbbmalloc.so; \
38
		${PREFIX}/lib/libtbbmalloc.so.3; \
39
	${LN} -fs ${PREFIX}/lib/libtbbmalloc.so.3 ${PREFIX}/lib/libtbbmalloc.so; \
38
	${MKDIR} ${PREFIX}/include/tbb/; \
40
	${MKDIR} ${PREFIX}/include/tbb/; \
39
	cd include/tbb/ && ${COPYTREE_SHARE} \* ${PREFIX}/include/tbb/
41
	cd include/tbb/ && ${COPYTREE_SHARE} \* ${PREFIX}/include/tbb/
40
42
(-)devel/tbb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tbb22_004oss_src.tgz) = 98b46b075f96f13d2695476b8de058a2
1
MD5 (tbb30_018oss_src.tgz) = 3907331f6b978f15c5fdf1047bdaafcc
2
SHA256 (tbb22_004oss_src.tgz) = d4f8227af4d9f65241ab9d9b441f4ac1e17e13ca4b36a2dc2b4111920635e04d
2
SHA256 (tbb30_018oss_src.tgz) = 6a6e79ae3866ddaea664ae0e93e31563f16024a950c11be52a441c0c91ef62e7
3
SIZE (tbb22_004oss_src.tgz) = 1471837
3
SIZE (tbb30_018oss_src.tgz) = 1550402
(-)devel/tbb/pkg-plist (-42 / +52 lines)
Lines 1-61 Link Here
1
include/tbb/machine/linux_ia32.h
1
include/tbb/task.h
2
include/tbb/machine/windows_ia32.h
2
include/tbb/parallel_while.h
3
include/tbb/machine/linux_common.h
4
include/tbb/machine/ibm_aix51.h
5
include/tbb/machine/linux_intel64.h
6
include/tbb/machine/windows_intel64.h
7
include/tbb/machine/linux_ia64.h
8
include/tbb/machine/mac_ppc.h
9
include/tbb/task_scheduler_init.h
3
include/tbb/task_scheduler_init.h
10
include/tbb/tbbmalloc_proxy.h
4
include/tbb/tbb_config.h
11
include/tbb/combinable.h
12
include/tbb/tbb_exception.h
5
include/tbb/tbb_exception.h
6
include/tbb/critical_section.h
7
include/tbb/index.html
8
include/tbb/parallel_invoke.h
9
include/tbb/combinable.h
10
include/tbb/parallel_reduce.h
13
include/tbb/tbb_stddef.h
11
include/tbb/tbb_stddef.h
14
include/tbb/blocked_range2d.h
12
include/tbb/concurrent_queue.h
13
include/tbb/partitioner.h
14
include/tbb/parallel_do.h
15
include/tbb/mutex.h
16
include/tbb/atomic.h
17
include/tbb/queuing_rw_mutex.h
18
include/tbb/tick_count.h
19
include/tbb/parallel_for.h
20
include/tbb/recursive_mutex.h
21
include/tbb/machine/sunos_sparc.h
22
include/tbb/machine/xbox360_ppc.h
23
include/tbb/machine/mac_ppc.h
24
include/tbb/machine/ibm_aix51.h
25
include/tbb/machine/linux_ia32.h
26
include/tbb/machine/linux_ia64.h
27
include/tbb/machine/linux_common.h
28
include/tbb/machine/windows_intel64.h
29
include/tbb/machine/linux_intel64.h
30
include/tbb/machine/windows_ia32.h
15
include/tbb/concurrent_vector.h
31
include/tbb/concurrent_vector.h
16
include/tbb/tbb.h
17
include/tbb/tbb_machine.h
18
include/tbb/parallel_for_each.h
32
include/tbb/parallel_for_each.h
19
include/tbb/tbb_config.h
20
include/tbb/scalable_allocator.h
21
include/tbb/mutex.h
22
include/tbb/compat/ppl.h
23
include/tbb/blocked_range3d.h
24
include/tbb/task_scheduler_observer.h
25
include/tbb/index.html
26
include/tbb/_tbb_windef.h
27
include/tbb/queuing_mutex.h
28
include/tbb/tbb_allocator.h
33
include/tbb/tbb_allocator.h
29
include/tbb/cache_aligned_allocator.h
34
include/tbb/queuing_mutex.h
30
include/tbb/tick_count.h
35
include/tbb/_concurrent_unordered_internal.h
36
include/tbb/blocked_range2d.h
31
include/tbb/parallel_sort.h
37
include/tbb/parallel_sort.h
32
include/tbb/parallel_invoke.h
38
include/tbb/task_scheduler_observer.h
33
include/tbb/spin_mutex.h
34
include/tbb/spin_rw_mutex.h
35
include/tbb/null_rw_mutex.h
36
include/tbb/parallel_reduce.h
37
include/tbb/_concurrent_queue_internal.h
38
include/tbb/blocked_range.h
39
include/tbb/blocked_range.h
39
include/tbb/parallel_scan.h
40
include/tbb/parallel_scan.h
40
include/tbb/parallel_for.h
41
include/tbb/null_rw_mutex.h
41
include/tbb/task.h
42
include/tbb/spin_rw_mutex.h
42
include/tbb/queuing_rw_mutex.h
43
include/tbb/blocked_range3d.h
43
include/tbb/parallel_do.h
44
include/tbb/_concurrent_queue_internal.h
44
include/tbb/concurrent_queue.h
45
include/tbb/null_mutex.h
46
include/tbb/pipeline.h
45
include/tbb/pipeline.h
47
include/tbb/partitioner.h
46
include/tbb/compat/ppl.h
48
include/tbb/recursive_mutex.h
47
include/tbb/compat/thread
49
include/tbb/task_group.h
48
include/tbb/compat/condition_variable
49
include/tbb/spin_mutex.h
50
include/tbb/tbbmalloc_proxy.h
51
include/tbb/concurrent_unordered_map.h
52
include/tbb/cache_aligned_allocator.h
53
include/tbb/_tbb_windef.h
54
include/tbb/tbb.h
55
include/tbb/tbb_machine.h
56
include/tbb/scalable_allocator.h
57
include/tbb/tbb_thread.h
50
include/tbb/tbb_profiling.h
58
include/tbb/tbb_profiling.h
51
include/tbb/enumerable_thread_specific.h
59
include/tbb/enumerable_thread_specific.h
52
include/tbb/tbb_thread.h
53
include/tbb/aligned_space.h
60
include/tbb/aligned_space.h
54
include/tbb/atomic.h
55
include/tbb/concurrent_hash_map.h
61
include/tbb/concurrent_hash_map.h
56
include/tbb/parallel_while.h
62
include/tbb/null_mutex.h
63
include/tbb/reader_writer_lock.h
64
include/tbb/task_group.h
57
@dirrm include/tbb/machine
65
@dirrm include/tbb/machine
58
@dirrm include/tbb/compat
66
@dirrm include/tbb/compat
59
@dirrm include/tbb
67
@dirrm include/tbb
60
lib/libtbb.so
68
lib/libtbb.so
69
lib/libtbb.so.3
61
lib/libtbbmalloc.so
70
lib/libtbbmalloc.so
71
lib/libtbbmalloc.so.3
(-)archivers/par2cmdline-tbb/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	par2cmdline-tbb
8
PORTNAME=	par2cmdline-tbb
9
PORTVERSION=	20100203
9
PORTVERSION=	20100203
10
PORTREVISION=	1
10
CATEGORIES=	archivers
11
CATEGORIES=	archivers
11
MASTER_SITES=	http://chuchusoft.com/par2_tbb/
12
MASTER_SITES=	http://chuchusoft.com/par2_tbb/
12
DISTNAME=	par2cmdline-0.4-tbb-${PORTVERSION}
13
DISTNAME=	par2cmdline-0.4-tbb-${PORTVERSION}
Lines 14-20 Link Here
14
MAINTAINER=	ganael.laplanche@martymac.com
15
MAINTAINER=	ganael.laplanche@martymac.com
15
COMMENT=	Tools for using Parity v2 Archive files (tbb version)
16
COMMENT=	Tools for using Parity v2 Archive files (tbb version)
16
17
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libtbb.so:${PORTSDIR}/devel/tbb
18
LIB_DEPENDS=	tbb.3:${PORTSDIR}/devel/tbb
18
19
19
ONLY_FOR_ARCHS=	i386 amd64 ia64
20
ONLY_FOR_ARCHS=	i386 amd64 ia64
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes

Return to bug 147870