git: 03dc18199aa7 - main - emulators/yuzu: drop workaround and rebuild after 5069df47ef8d

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 19 Dec 2022 11:09:03 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03dc18199aa7bc6860b99988e55be1bc804d0327

commit 03dc18199aa7bc6860b99988e55be1bc804d0327
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-19 11:07:50 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-19 11:08:48 +0000

    emulators/yuzu: drop workaround and rebuild after 5069df47ef8d
    
    ld-elf.so.1: Shared object "libfmt.so.8" not found, required by "yuzu"
---
 emulators/yuzu/Makefile        |  2 +-
 emulators/yuzu/files/patch-fmt | 19 -------------------
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 69630887c369..2918e85fb19c 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	yuzu
 PORTVERSION=	s20221216
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators wayland
 .if make(makesum)
 MASTER_SITES=	https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
diff --git a/emulators/yuzu/files/patch-fmt b/emulators/yuzu/files/patch-fmt
deleted file mode 100644
index 953d5db12ba2..000000000000
--- a/emulators/yuzu/files/patch-fmt
+++ /dev/null
@@ -1,19 +0,0 @@
-Drop after devel/libfmt >= 9 update
-
-CMake Error at CMakeLists.txt:205 (find_package):
-  Could not find a configuration file for package "fmt" that is compatible
-  with requested version "9".
-
-  The following configuration files were considered but not accepted:
-
-    /usr/local/lib/cmake/fmt/fmt-config.cmake, version: 8.1.1
-
---- CMakeLists.txt.orig	2022-12-16 19:05:00 UTC
-+++ CMakeLists.txt
-@@ -202,5 +202,5 @@ find_package(enet 1.3)
- # =======================================================================
- 
- find_package(enet 1.3)
--find_package(fmt 9 REQUIRED)
-+find_package(fmt 8 REQUIRED)
- find_package(inih)