git: fdd4a8542f28 - 2023Q1 - emulators/yuzu: pacify stage-qa after 8065f30c010d/d1d6df7c230b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Mar 2023 18:24:27 UTC
The branch 2023Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdd4a8542f2855b0dbca0da32b5f7ad8513157fa commit fdd4a8542f2855b0dbca0da32b5f7ad8513157fa Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-06 17:40:38 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-06 18:24:22 +0000 emulators/yuzu: pacify stage-qa after 8065f30c010d/d1d6df7c230b Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libbrotlidec.so.1 from archivers/brotli but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libbrotlidec.so:archivers/brotli Error: /usr/local/bin/yuzu is linked to /usr/local/llvm15/lib/libLLVM-15.so from devel/llvm15 but it is not declared as a dependency (cherry picked from commit 78163f4fb12f940564c786eb1bcedeba617e0277) --- emulators/yuzu/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index e14cd0d36d41..cc2e0f1c2ccc 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,6 @@ PORTNAME= yuzu PORTVERSION= s20230303 +PORTREVISION= 1 CATEGORIES= emulators wayland .if make(makesum) MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb @@ -68,7 +69,9 @@ USES= cmake:testing elfctl localbase:ldflags pkgconfig sdl ssl USE_SDL= sdl2 CMAKE_ON= Boost_USE_STATIC_LIBS CMAKE_ON+= BUNDLE_SPEEX # only used by cubeb tests +CMAKE_ON+= CMAKE_DISABLE_FIND_PACKAGE_LLVM # only need Demangle but llvm* is huge CMAKE_OFF= YUZU_CHECK_SUBMODULES YUZU_USE_EXTERNAL_SDL2 YUZU_USE_EXTERNAL_VULKAN_HEADERS +CMAKE_OFF+= HTTPLIB_USE_BROTLI_IF_AVAILABLE # unused by ENABLE_WEB_SERVICE CMAKE_OFF+= ${ARCH:Maarch64:C/.+/YUZU_USE_PRECOMPILED_HEADERS DYNARMIC_USE_PRECOMPILED_HEADERS/} CMAKE_OFF+= ${CMAKE_TESTING_ON} CMAKE_TESTING_ON= YUZU_TESTS