git: 9542b85137e9 - 2022Q1 - cad/opencascade740: Remove TBB dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Feb 2022 20:24:40 UTC
The branch 2022Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9542b85137e9fb4ff4441f778ae1dfe269390459
commit 9542b85137e9fb4ff4441f778ae1dfe269390459
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-26 19:27:23 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-26 20:24:33 +0000
cad/opencascade740: Remove TBB dependency
PR: 262209
Reported by: Thibault Payet <monwarez@mailoo.org>
(cherry picked from commit 1b6369785f9ba7ab3e25ec50c09ce5866e5d65cd)
---
cad/opencascade740/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cad/opencascade740/Makefile b/cad/opencascade740/Makefile
index 22f28ab929dc..7402a562a464 100644
--- a/cad/opencascade740/Makefile
+++ b/cad/opencascade740/Makefile
@@ -2,6 +2,7 @@
PORTNAME= opencascade
PORTVERSION= 7.4.0 # resurrected because science/chrono only builds with opencascade-7.4.0, see https://github.com/projectchrono/chrono/issues/359#issuecomment-1023478083
+PORTREVISION= 1
CATEGORIES= cad science
PKGNAMESUFFIX= 740
@@ -16,8 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/lib/qt5/bin/qmake:devel/qt5-qmake \
${LOCALBASE}/lib/qt5/bin/moc:devel/qt5-buildtools
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2 \
- libtbb.so:devel/tbb
+ libfreetype.so:print/freetype2
RUN_DEPENDS= bash:shells/bash
# Check ${WRKSRC}/dox/overview/overview.md
@@ -52,7 +52,7 @@ CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
-DINSTALL_DIR_SAMPLES=${OCCROOT}/samples \
-DINSTALL_DIR_TESTS=${OCCROOT}/tests \
-DINSTALL_TEST_CASES:BOOL=ON \
- -DUSE_TBB:BOOL=ON \
+ -DUSE_TBB:BOOL=OFF \
-DUSE_VTK:BOOL=OFF
USE_LDCONFIG= yes