aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-03-11 19:00:21 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-03-11 19:05:15 +0000
commit85ebb2b009fe3f74d90a4f6d4b16f057493a1c1c (patch)
tree0c446bb62f23c5414822e80313902a27c00b1f9a /emulators
parented015415c4d8fe410fd56b019c2d51e03c7aaa3f (diff)
downloadports-85ebb2b009fe3f74d90a4f6d4b16f057493a1c1c.tar.gz
ports-85ebb2b009fe3f74d90a4f6d4b16f057493a1c1c.zip
Diffstat (limited to 'emulators')
-rw-r--r--emulators/rpcs3/Makefile2
-rw-r--r--emulators/yuzu/Makefile2
2 files changed, 2 insertions, 2 deletions
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