git: ff16a120a836 - main - graphics/shotwell: remove option OPENMP traces

From: Christoph Moench-Tegeder <cmt_at_FreeBSD.org>
Date: Fri, 10 Dec 2021 20:37:58 UTC
The branch main has been updated by cmt:

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

commit ff16a120a8361e5f8e514936cd475d91071e31d7
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2021-12-10 20:36:16 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2021-12-10 20:36:16 +0000

    graphics/shotwell: remove option OPENMP traces
    
    after 24e4736c1314 I'm very positive that no special handling for
    using an openmp-enabled libraw is required anymore, so remove leftover
    comments for that
---
 graphics/shotwell/Makefile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile
index ba702b3703d1..ada5447d742b 100644
--- a/graphics/shotwell/Makefile
+++ b/graphics/shotwell/Makefile
@@ -30,7 +30,6 @@ LIB_DEPENDS=	libgio-2.0.so:devel/glib20 \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
 		libxml2.so:textproc/libxml2
 
-# USES compiler: also see option OPENMP below
 USES=		compiler:c++11-lib cpe desktop-file-utils gettext gnome meson \
 		ninja pkgconfig python:3.4+,build shebangfix sqlite tar:xz xorg
 CPE_VENDOR=	gnome
@@ -48,21 +47,15 @@ MESON_ARGS=	-Dudev=false -Dextra-plugins=true -Dinstall-apport-hook=false \
 PORTSCOUT=	limitw:1,even
 MAKE_JOBS_UNSAFE=	yes
 
-# facedetection fails to link against opencv4 when building with GCC
-# disable openmp until llvm becomes the default openmp provider, then
-# try again
-OPTIONS_DEFINE=	FACED # OPENMP
+OPTIONS_DEFINE=	FACED
 OPTIONS_SUB=	yes
 
 FACED_DESC=	Face Detection
-# OPENMP_DESC=	libraw uses OpenMP (implies GCC)
 
 FACED_CONFIGURE_ON=	-Dface-detection=true
 FACED_CONFIGURE_OFF=	-Dface-detection=false
 FACED_LIB_DEPENDS=	libopencv_core.so:graphics/opencv \
 			libopencv_photo.so:graphics/opencv
-# OPENMP_USES=		compiler:openmp
-# OPENMP_USES_OFF=	compiler:c++11-lib
 
 PLIST_SUB=	DISTVERSION=${DISTVERSION}