Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2023 10:08:32 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8bed8f91a83c - main - x11/xdg-desktop-portal-hyprland: deprecate libc++ < 17 workaround
Message-ID:  <202309091008.389A8W2l019913@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309091008.389A8W2l019913>