From eb35c77bfe9c2ceed6ac1550f80ab2a2670969ea Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 18 Feb 2023 20:39:52 +0000 Subject: Adjust estimated 12.3 EOL date to actual --- emulators/ppsspp/Makefile | 2 +- emulators/rpcs3/Makefile | 2 +- emulators/yuzu/Makefile | 2 +- games/punchy/Makefile | 2 +- sysutils/libdisplay-info/Makefile | 2 +- x11-wm/kwinft/Makefile | 2 +- x11-wm/labwc/Makefile | 2 +- x11/hyprpaper/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index e424f7cf3f01..367d54f2be36 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -84,7 +84,7 @@ post-patch: ${WRKSRC}/UI/NativeApp.cpp @${REINPLACE_CMD} -e 's/"unknown"/"${DISTVERSIONFULL}"/' \ ${WRKSRC}/git-version.cmake -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 # https://cgit.freebsd.org/src/commit/?id=773538247007 @if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1203501 ]; then \ ${REINPLACE_CMD} -e '/if.*__STDC_/,/XXH/s/static_assert/_Static_assert/' \ diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 0db89fdb165a..5185673fef33 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -107,7 +107,7 @@ post-patch: -e '/GIT_VERSION/s/local_build/${GH_TAGNAME:C/[^-]*-//}/' \ ${WRKSRC}/${PORTNAME}/git-version.cmake -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 (don't forget distinfo) +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 (don't forget distinfo) .if !exists(/usr/include/c++/v1/concepts) || make(makesum) || make(fetch) USES+= llvm:13,build CC= clang${LLVM_VERSION} diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index c023c3abc082..a19e5822fa2b 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -25,7 +25,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= requires int128 and dynarmic backend -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 .if !exists(/usr/include/c++/v1/concepts) BROKEN_FreeBSD_12= base libc++ is too old .endif diff --git a/games/punchy/Makefile b/games/punchy/Makefile index 69b9019568e7..fc34146487bf 100644 --- a/games/punchy/Makefile +++ b/games/punchy/Makefile @@ -33,7 +33,7 @@ post-patch: # Search assets under PREFIX instead of current directory @${REINPLACE_CMD} 's,assets",../${DATADIR_REL}/&,' \ ${WRKSRC}/cargo-crates/bevy_asset-*/src/lib.rs -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 # https://cgit.freebsd.org/src/commit/?id=98a049f22ef3 .if !exists(/usr/bin/llvm-readelf) @${REINPLACE_CMD} '/readelf/s/llvm-//' \ diff --git a/sysutils/libdisplay-info/Makefile b/sysutils/libdisplay-info/Makefile index ae1f36579a72..a2b866c8813a 100644 --- a/sysutils/libdisplay-info/Makefile +++ b/sysutils/libdisplay-info/Makefile @@ -20,7 +20,7 @@ GL_COMMIT= 92b031749c0fe84ef5cdf895067b84a829920e25 SHEBANG_FILES= tool/*.py post-patch: -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 # https://cgit.freebsd.org/src/commit/?id=773538247007 @if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1203501 ]; then \ ${REINPLACE_CMD} -e 's/static_assert/_Static_assert/' \ diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile index a81580ed84fc..0f040187b72d 100644 --- a/x11-wm/kwinft/Makefile +++ b/x11-wm/kwinft/Makefile @@ -68,7 +68,7 @@ post-patch: @${REINPLACE_CMD} -e '/mounts/s,/proc,/compat/linux&,' \ ${WRKSRC}/debug/perf/ftrace_impl.cpp -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 (don't forget distinfo) +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 (don't forget distinfo) .if ${CXX} == c++ && exists(/usr/lib/libc++.so) .if !exists(/usr/include/c++/v1/concepts) || make(makesum) || make(fetch) USES+= llvm:13,build diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 3892376e4d30..2fb9c974beed 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -60,7 +60,7 @@ post-patch: # Respect hier(7) for examples @${REINPLACE_CMD} '/datadir/s/doc/examples/' \ ${WRKSRC}/docs/meson.build -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 # https://cgit.freebsd.org/src/commit/?id=773538247007 @if [ ${OPSYS} = FreeBSD -a ${OSVERSION} -lt 1203501 ]; then \ ${REINPLACE_CMD} -e '/_POSIX_C_SOURCE/d' ${WRKSRC}/src/cursor.c; \ diff --git a/x11/hyprpaper/Makefile b/x11/hyprpaper/Makefile index b615b81be6d2..7889d9071fc5 100644 --- a/x11/hyprpaper/Makefile +++ b/x11/hyprpaper/Makefile @@ -46,7 +46,7 @@ do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin -# XXX Drop after FreeBSD 12.3 EOL around 2023-03-01 (don't forget distinfo) +# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31 (don't forget distinfo) .if ${CXX} == c++ && exists(/usr/lib/libc++.so) .if !exists(/usr/include/c++/v1/concepts) || make(makesum) || make(fetch) USES+= llvm:min=12,build -- cgit v1.2.3