git: 85ebb2b009fe - main - *: move FreeBSD 13.2 EOL to 2024Q3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Mar 2024 19:05:24 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=85ebb2b009fe3f74d90a4f6d4b16f057493a1c1c
commit 85ebb2b009fe3f74d90a4f6d4b16f057493a1c1c
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-11 19:00:21 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-11 19:05:15 +0000
*: move FreeBSD 13.2 EOL to 2024Q3
FreeBSD 13.3 was released on 2024-03-05. The transition period is at
least 3 months but usually rounded up to almost 4 months.
---
devel/hyprlang/Makefile | 2 +-
emulators/rpcs3/Makefile | 2 +-
emulators/yuzu/Makefile | 2 +-
x11-wm/gamescope/Makefile | 2 +-
x11-wm/hyprland/Makefile | 2 +-
x11/hyprlock/Makefile | 2 +-
x11/xdg-desktop-portal-hyprland/Makefile | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile
index 6f833cc31131..ca37c6bed944 100644
--- a/devel/hyprlang/Makefile
+++ b/devel/hyprlang/Makefile
@@ -25,7 +25,7 @@ PLIST_FILES= include/${PORTNAME}.hpp \
CXXFLAGS+= -fexperimental-library
.endif
-# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
+# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/expected) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 94cf23f1928d..5245bb4c6f81 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -94,7 +94,7 @@ post-patch:
-e '/GIT_VERSION/s/local_build/${GH_TAGNAME:C/[^-]*-//}/' \
${WRKSRC}/${PORTNAME}/git-version.cmake
-# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01
+# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h)
PATH:= ${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm*
CC= clang${LLVM_VERSION}
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index f35a2a172837..ac2818a8e3b5 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -158,7 +158,7 @@ post-patch-VAAPI-off:
@${REINPLACE_CMD} -i .nova '/pkg_check.*libva/d' \
${WRKSRC}/CMakeLists.txt
-# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
+# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
. if !exists(/usr/include/c++/v1/__memory/concepts.h)
USES+= llvm:min=14,build,export
diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile
index 1bf307aeb7e5..03ae6444bce6 100644
--- a/x11-wm/gamescope/Makefile
+++ b/x11-wm/gamescope/Makefile
@@ -76,7 +76,7 @@ post-configure:
--skip-subprojects/' ${BUILD_WRKSRC}/build.ninja
.endif
-# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
+# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
BUILD_DEPENDS+= ${CMAKE_BIN}:devel/cmake-core
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 7567310ad78e..1b48291d3a27 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -92,7 +92,7 @@ update-hash:
)/" \
${.CURDIR}/Makefile
-# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
+# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export
diff --git a/x11/hyprlock/Makefile b/x11/hyprlock/Makefile
index 350634f44558..835aabab5684 100644
--- a/x11/hyprlock/Makefile
+++ b/x11/hyprlock/Makefile
@@ -41,7 +41,7 @@ LIB_DEPENDS+= libdate-tz.so:devel/date
USES+= localbase:ldflags
.endif
-# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
+# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/expected) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export
diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile
index 1d78831a441b..64854424f856 100644
--- a/x11/xdg-desktop-portal-hyprland/Makefile
+++ b/x11/xdg-desktop-portal-hyprland/Makefile
@@ -53,7 +53,7 @@ USE_QT= qmake:build buildtools:build core gui wayland:run widgets
CXXFLAGS+= -fexperimental-library
.endif
-# XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
+# XXX Drop after FreeBSD 13.2 EOL around 2024-07-01 (don't forget distinfo)
.if ${CXX} == c++ && exists(/usr/lib/libc++.so)
.if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
USES+= llvm:min=16,build,export