git: 8bed8f91a83c - main - x11/xdg-desktop-portal-hyprland: deprecate libc++ < 17 workaround

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 09 Sep 2023 10:08:32 UTC
The branch main has been updated by jbeich:

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

commit 8bed8f91a83ca7bae52607fe63edca0c406f5b97
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-09 10:04:59 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-09 10:06:30 +0000

    x11/xdg-desktop-portal-hyprland: deprecate libc++ < 17 workaround
    
    https://github.com/llvm/llvm-project/commit/dff62f5251f2
---
 x11/xdg-desktop-portal-hyprland/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile
index 466dac3029d2..2888c7016f1d 100644
--- a/x11/xdg-desktop-portal-hyprland/Makefile
+++ b/x11/xdg-desktop-portal-hyprland/Makefile
@@ -37,6 +37,7 @@ PLIST_FILES=	libexec/${PORTNAME} \
 		share/dbus-1/services/org.freedesktop.impl.portal.desktop.hyprland.service \
 		share/xdg-desktop-portal/portals/hyprland.portal
 
+# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
 .if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
 CXXFLAGS+=	-D_LIBCPP_ENABLE_EXPERIMENTAL # std::vformat
 .endif