git: b2a8fc817e26 - main - emulators/yuzu: unbreak with pkgconf after 72cb3d2eba79
Jan Beich
jbeich at FreeBSD.org
Tue Jul 27 15:10:35 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b2a8fc817e26955c5c60f9bcc540a7d335aa41bc
commit b2a8fc817e26955c5c60f9bcc540a7d335aa41bc
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-06-15 22:43:01 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-07-27 15:10:27 +0000
emulators/yuzu: unbreak with pkgconf after 72cb3d2eba79
CMake Error at externals/libusb/CMakeLists.txt:109 (add_library):
Cannot find source file:
libusb/libusb/core.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .h .hh .h++
.hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc
CMake Error at externals/libusb/CMakeLists.txt:109 (add_library):
No SOURCES given to target: usb
PR: 256912
Submitted by: jkim (based on)
---
emulators/yuzu/Makefile | 1 +
emulators/yuzu/distinfo | 2 ++
2 files changed, 3 insertions(+)
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index a4cabe836f33..0cb8b8048c93 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -15,6 +15,7 @@ PATCHFILES+= 26907dfe941c.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896
PATCHFILES+= 043027f85b64.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896 mainline-merge
PATCHFILES+= 169384b954b9.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896 mainline-merge
PATCHFILES+= 16a67d43d9a4.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/5896 mainline-merge
+PATCHFILES+= a24224e27463.patch:-p1 # https://github.com/yuzu-emu/yuzu/pull/6753
MAINTAINER= jbeich at FreeBSD.org
COMMENT= Nintendo Switch emulator/debugger
diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo
index 7fb5e8ef579c..edb20339fa82 100644
--- a/emulators/yuzu/distinfo
+++ b/emulators/yuzu/distinfo
@@ -47,3 +47,5 @@ SHA256 (169384b954b9.patch) = 1f4240c6aa6d20054eef8087304f513468bfc4cbaca457874f
SIZE (169384b954b9.patch) = 6093
SHA256 (16a67d43d9a4.patch) = f14f33fbdd2a318556239e2a97e71a949d923d69a3c0935d9e159a5c67f6e73c
SIZE (16a67d43d9a4.patch) = 4616
+SHA256 (a24224e27463.patch) = 1065321fa190dc2b5fe490fbbf7ded2eb08d4637d8f539131b63cf6592d7e86b
+SIZE (a24224e27463.patch) = 5204
More information about the dev-commits-ports-all
mailing list