aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-18 13:25:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-18 13:35:02 +0000
commit7e9ae44fa0c579ad41fe29b8df1611e56a841735 (patch)
tree3aab24043f377d9d90b6465479e661761d7f3e01
parent33bac187b235ca9a6372e157fa8d39d734eba59a (diff)
downloadports-7e9ae44fa0c579ad41fe29b8df1611e56a841735.tar.gz
ports-7e9ae44fa0c579ad41fe29b8df1611e56a841735.zip
emulators/yuzu: switch libc++16 to release
-rw-r--r--emulators/yuzu/Makefile3
-rw-r--r--emulators/yuzu/distinfo4
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 84c61017bf5b..7e6b35a70652 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,5 +1,6 @@
PORTNAME= yuzu
PORTVERSION= s20230315
+PORTREVISION= 1
CATEGORIES= emulators wayland
.if make(makesum)
MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
@@ -158,7 +159,7 @@ CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CPP="${CPP}"
. endif
# XXX Move into separate port and standardize via USES
-GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.0-rc2:libcxx
+GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.0:libcxx
CXXFLAGS+= -nostdinc++ -isystem${WRKDIR}/libcxx_prefix/include/c++/v1
# Don't link against new libc++ to avoid ABI mismatch in Qt
#LDFLAGS+= -nostdlib++ -L${WRKDIR}/libcxx_prefix/lib -l:libc++.a -lcxxrt
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 55e93ebaee7c..146fefb4aca7 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -21,5 +21,5 @@ SHA256 (kinetiknz-cubeb-cubeb-0.2-1350-gf79e0cf_GH0.tar.gz) = 8629757290774a34ed
SIZE (kinetiknz-cubeb-cubeb-0.2-1350-gf79e0cf_GH0.tar.gz) = 220847
SHA256 (yhirose-cpp-httplib-v0.12.0-3-g6d963fb_GH0.tar.gz) = f64f5c3494196a032be5bc93c81a87bd7e0fbc1b541cab113fce1a4473b4078d
SIZE (yhirose-cpp-httplib-v0.12.0-3-g6d963fb_GH0.tar.gz) = 637612
-SHA256 (llvm-llvm-project-llvmorg-16.0.0-rc2_GH0.tar.gz) = f066ee0f4e48d320a327215359f212164675e75ca7644dbbd54b1828a270b2fc
-SIZE (llvm-llvm-project-llvmorg-16.0.0-rc2_GH0.tar.gz) = 179117059
+SHA256 (llvm-llvm-project-llvmorg-16.0.0_GH0.tar.gz) = cba969a0782a3a398658d439f047b5e548ea04724f4fbfdbe17cfc946f4cd3ed
+SIZE (llvm-llvm-project-llvmorg-16.0.0_GH0.tar.gz) = 179126284