aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-06-10 16:54:14 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-06-10 16:55:08 +0000
commitf6d8bf07dc1871848e7e5a1fbb0224139e94936e (patch)
tree5c9c5cff2dc5fffeb5f3a6269b3ce2f0ea83d5cc
parent7313c9e0820987ef94f6648bb12bdd19819480ef (diff)
downloadports-f6d8bf07dc1871848e7e5a1fbb0224139e94936e.tar.gz
ports-f6d8bf07dc1871848e7e5a1fbb0224139e94936e.zip
*: move FreeBSD 14.0 EOL to 2024Q4
FreeBSD 14.1 was released on 2024-06-04. The transition period is at least 3 months but usually rounded up to almost 4 months.
-rw-r--r--devel/hyprlang/Makefile2
-rw-r--r--devel/hyprwayland-scanner/Makefile2
-rw-r--r--x11-wm/hyprland/Makefile2
-rw-r--r--x11/hyprcursor/Makefile2
-rw-r--r--x11/hypridle/Makefile2
-rw-r--r--x11/hyprlock/Makefile2
-rw-r--r--x11/xdg-desktop-portal-hyprland/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile
index 88d1463d0f04..8c7cc69a4bcb 100644
--- a/devel/hyprlang/Makefile
+++ b/devel/hyprlang/Makefile
@@ -20,7 +20,7 @@ PLIST_FILES= include/${PORTNAME}.hpp \
lib/lib${PORTNAME}.so.${PORTVERSION} \
libdata/pkgconfig/${PORTNAME}.pc
-# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -fexperimental-library
.endif
diff --git a/devel/hyprwayland-scanner/Makefile b/devel/hyprwayland-scanner/Makefile
index 044e68caab42..9847bd3c1225 100644
--- a/devel/hyprwayland-scanner/Makefile
+++ b/devel/hyprwayland-scanner/Makefile
@@ -20,7 +20,7 @@ PLIST_FILES= bin/${PORTNAME} \
lib/cmake/${PORTNAME}/${PORTNAME}-config.cmake \
libdata/pkgconfig/${PORTNAME}.pc
-# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
.if exists(/usr/include/c++/v1/__format/format_functions.h) && \
!exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -fexperimental-library
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 164287608060..88790806ab9f 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -41,7 +41,7 @@ MESON_ARGS= -Dsystemd=disabled
# Generated by "make update-hash" for commit_pins in hyprpm.toml
GH_HASH= cba1ade848feac44b2eda677503900639581c3f4
-# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -fexperimental-library
.endif
diff --git a/x11/hyprcursor/Makefile b/x11/hyprcursor/Makefile
index 643e163992f7..284bd41549ac 100644
--- a/x11/hyprcursor/Makefile
+++ b/x11/hyprcursor/Makefile
@@ -21,7 +21,7 @@ USE_GNOME= cairo librsvg2
GH_ACCOUNT= hyprwm
PLIST_SUB= VERSION=${DISTVERSION:C/-.*//}
-# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -fexperimental-library
.endif
diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile
index b919d5c69f24..3c8f65ec3c43 100644
--- a/x11/hypridle/Makefile
+++ b/x11/hypridle/Makefile
@@ -22,7 +22,7 @@ LDFLAGS+= -Wl,--as-needed # sdbus-cpp deps
PLIST_FILES= bin/${PORTNAME} \
lib/systemd/user/${PORTNAME}.service
-# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
.if exists(/usr/include/c++/v1/__format/format_functions.h) && \
!exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -fexperimental-library
diff --git a/x11/hyprlock/Makefile b/x11/hyprlock/Makefile
index ff45267366aa..716c62e778ec 100644
--- a/x11/hyprlock/Makefile
+++ b/x11/hyprlock/Makefile
@@ -30,7 +30,7 @@ LDFLAGS+= -Wl,--as-needed # pango deps
PLIST_FILES= bin/${PORTNAME} \
etc/pam.d/${PORTNAME}
-# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -fexperimental-library
.endif
diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile
index 18ae03f006d0..bc92a7fc602f 100644
--- a/x11/xdg-desktop-portal-hyprland/Makefile
+++ b/x11/xdg-desktop-portal-hyprland/Makefile
@@ -50,7 +50,7 @@ USES:= ${USES:S/qt:6/qt:5/}
USE_QT= qmake:build buildtools:build core gui wayland:run widgets
.endif
-# XXX Drop after FreeBSD 14.0 EOL around 2025-03-01
+# XXX Drop after FreeBSD 14.0 EOL around 2024-10-01
.if exists(/usr/lib/libc++.so) && !exists(/usr/include/c++/v1/__format/write_escaped.h)
CXXFLAGS+= -fexperimental-library
.endif