git: 1b6369785f9b - main - cad/opencascade740: Remove TBB dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Feb 2022 19:30:05 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b6369785f9ba7ab3e25ec50c09ce5866e5d65cd commit 1b6369785f9ba7ab3e25ec50c09ce5866e5d65cd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-02-26 19:27:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-02-26 19:30:03 +0000 cad/opencascade740: Remove TBB dependency PR: 262209 Reported by: Thibault Payet <monwarez@mailoo.org> --- cad/opencascade740/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cad/opencascade740/Makefile b/cad/opencascade740/Makefile index 164cd03b2f7b..b0a4a124a22f 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