pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xoreos-tools: Compatibility w/ newer CMake and Boost
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Fri Sep 4 21:09:57 2026 -0700
Changeset: 641eacc29a8ef82356dd473a9bb59f3cba0df906
Modified Files:
xoreos-tools/Makefile
xoreos-tools/distinfo
Added Files:
xoreos-tools/patches/patch-CMakeLists.txt
Log Message:
xoreos-tools: Compatibility w/ newer CMake and Boost
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=641eacc29a8ef82356dd473a9bb59f3cba0df906
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
xoreos-tools/Makefile | 2 ++
xoreos-tools/distinfo | 1 +
xoreos-tools/patches/patch-CMakeLists.txt | 15 +++++++++++++++
3 files changed, 18 insertions(+)
diffs:
diff --git a/xoreos-tools/Makefile b/xoreos-tools/Makefile
index 9bc02b7e18..8324f2c33b 100644
--- a/xoreos-tools/Makefile
+++ b/xoreos-tools/Makefile
@@ -14,6 +14,8 @@ EXTRACT_USING= gtar
USE_LANGUAGES= c c++
CXXFLAGS+= -fpermissive
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
.include "../../devel/cmake/build.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
diff --git a/xoreos-tools/distinfo b/xoreos-tools/distinfo
index 4a4e78d164..4a8776e5ec 100644
--- a/xoreos-tools/distinfo
+++ b/xoreos-tools/distinfo
@@ -3,3 +3,4 @@ $NetBSD$
BLAKE2s (xoreos-tools-0.0.6.tar.gz) = 5a987aa3e50a25567903ea4c563e3528b255f0316410664ad5025b11c5812333
SHA512 (xoreos-tools-0.0.6.tar.gz) = cd3f1db7577ee0bd9b2ca63012f7bb33322e1d1249202afd4ac644780d4193ce97e05053b2f8b90085e42703b6fe1aaa50578d57c9eb4527e848cef22606b682
Size (xoreos-tools-0.0.6.tar.gz) = 6360895 bytes
+SHA1 (patch-CMakeLists.txt) = 5ea53a652ee4a0a4f8f805082cb5d4fba57838b1
diff --git a/xoreos-tools/patches/patch-CMakeLists.txt b/xoreos-tools/patches/patch-CMakeLists.txt
new file mode 100644
index 0000000000..6eab17540c
--- /dev/null
+++ b/xoreos-tools/patches/patch-CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Compatibility with newer versions of Boost.
+
+--- CMakeLists.txt.orig 2026-09-04 21:06:34.916163750 -0700
++++ CMakeLists.txt 2026-09-04 21:06:44.586740550 -0700
+@@ -252,7 +252,7 @@
+ include_directories(${ZLIB_INCLUDE_DIRS})
+ list(APPEND XOREOSTOOLS_LIBRARIES ${ZLIB_LIBRARIES})
+
+-find_package(Boost COMPONENTS system filesystem locale REQUIRED)
++find_package(Boost COMPONENTS filesystem locale REQUIRED)
+
+ include_directories(${Boost_INCLUDE_DIRS})
+ link_directories(${Boost_LIBRARY_DIRS})
Home |
Main Index |
Thread Index |
Old Index