git: 95662603d1e8 - main - graphics/f3d: Fix option OCCT and make it default

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 11 Sep 2022 20:18:32 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95662603d1e82569399ca5cf1e29b15e9d4b3fe1

commit 95662603d1e82569399ca5cf1e29b15e9d4b3fe1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-11 20:15:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-11 20:18:28 +0000

    graphics/f3d: Fix option OCCT and make it default
---
 graphics/f3d/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile
index 4d27cf697548..e760e0d066a7 100644
--- a/graphics/f3d/Makefile
+++ b/graphics/f3d/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	f3d
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -24,7 +25,7 @@ GH_ACCOUNT=	f3d-app
 
 OPTIONS_GROUP=			MODULES
 OPTIONS_GROUP_MODULES=		ALEMBIC ASSIMP EXODUS EXTERNAL_RENDERING OCCT RAYTRACING
-OPTIONS_DEFAULT=		ALEMBIC ASSIMP EXODUS
+OPTIONS_DEFAULT=		ALEMBIC ASSIMP EXODUS OCCT
 
 MODULES_DESC=			Build modules:
 
@@ -44,10 +45,10 @@ EXTERNAL_RENDERING_CMAKE_BOOL=	F3D_MODULE_EXTERNAL_RENDERING
 EXTERNAL_RENDERING_BROKEN=	Requires VTK::RenderingExternal enabled in VTK
 
 OCCT_DESC=			OpenCASCADE module (STEP and IGES files)
+OCCT_USES=			localbase:ldflags
 OCCT_CMAKE_BOOL=		F3D_MODULE_OCCT
 OCCT_LIB_DEPENDS=		libTKBRep.so:cad/opencascade
 OCCT_CMAKE_ON=			-DOpenCASCADE_DIR=${LOCALBASE}/lib/cmake
-OCCT_BROKEN=			configure fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266280
 
 RAYTRACING_DESC=		Raytracing module
 RAYTRACING_CMAKE_BOOL=		F3D_MODULE_RAYTRACING