Date: Thu, 9 Feb 2023 00:24:20 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 43693fe257ed - main - emulators/yuzu: switch libc++16 to rc2 Message-ID: <202302090024.3190OKXi052614@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=43693fe257edbcf159ed9b5635bc382844b3168c commit 43693fe257edbcf159ed9b5635bc382844b3168c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-08 20:19:36 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-09 00:23:53 +0000 emulators/yuzu: switch libc++16 to rc2 --- emulators/yuzu/Makefile | 2 +- emulators/yuzu/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 46b5a8e652ea..0be032e06ed9 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -155,7 +155,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-rc1:libcxx +GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.0-rc2: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 e8e3bab3ba2e..c1d4aab3d290 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -21,7 +21,7 @@ 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.10.8-1-g305a7ab_GH0.tar.gz) = 2b8ebbe60c5fab1254e454518108cb8da5ee3a07e1cf9f432448d985efe4a003 SIZE (yhirose-cpp-httplib-v0.10.8-1-g305a7ab_GH0.tar.gz) = 620778 -SHA256 (llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar.gz) = 724d4d38bb5d70c5f8cb6020d0aea517c2e93e82502bc2182f1e38d2ff6ee438 -SIZE (llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar.gz) = 180322198 +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 (c17d71240b23.patch) = 4aaf5522ec3f7d393cec59638220d6142489c4e946060ec94444ca3f47e2b2a7 SIZE (c17d71240b23.patch) = 7562
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302090024.3190OKXi052614>