Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2025 15:20:05 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 715cc16f045b - 2025Q1 - emulators/rpcs3: revert to fix commit message
Message-ID:  <202501231520.50NFK5HW080648@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=715cc16f045b4f2fbf35d8501fb15519ffc50a58

commit 715cc16f045b4f2fbf35d8501fb15519ffc50a58
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-01-23 15:17:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-01-23 15:19:19 +0000

    emulators/rpcs3: revert to fix commit message
    
    This reverts commit ff094ce6aee465d8965155ccdb694e9435f17835.
---
 emulators/rpcs3/files/patch-pugixml-1.14 | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/emulators/rpcs3/files/patch-pugixml-1.14 b/emulators/rpcs3/files/patch-pugixml-1.14
index ccb54b8dfe02..c22392a8a9c0 100644
--- a/emulators/rpcs3/files/patch-pugixml-1.14
+++ b/emulators/rpcs3/files/patch-pugixml-1.14
@@ -1,17 +1,6 @@
 Revert https://github.com/RPCS3/rpcs3/commit/196617183870
 until textproc/pugixml >= 1.15 update
 
---- 3rdparty/CMakeLists.txt.orig	2025-01-22 19:47:07 UTC
-+++ 3rdparty/CMakeLists.txt
-@@ -44,7 +44,7 @@ if (USE_SYSTEM_PUGIXML)
- 
- # pugixml
- if (USE_SYSTEM_PUGIXML)
--	pkg_check_modules(PUGIXML REQUIRED IMPORTED_TARGET pugixml>=1.15)
-+	pkg_check_modules(PUGIXML REQUIRED IMPORTED_TARGET pugixml>=1.11)
- 	add_library(pugixml INTERFACE)
- 	target_link_libraries(pugixml INTERFACE PkgConfig::PUGIXML)
- else()
 --- Utilities/File.cpp.orig	2025-01-15 23:43:33 UTC
 +++ Utilities/File.cpp
 @@ -21,7 +21,7 @@ using namespace std::literals::string_literals;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501231520.50NFK5HW080648>