pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
phaethon: Compatibility with newer versions of Boost
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Fri Sep 4 21:12:44 2026 -0700
Changeset: 0c6954050f2ae434f8ea7efccb82c42369fb73a9
Modified Files:
phaethon/distinfo
Added Files:
phaethon/patches/patch-CMakeLists.txt
Log Message:
phaethon: Compatibility with newer versions of Boost
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c6954050f2ae434f8ea7efccb82c42369fb73a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
phaethon/distinfo | 1 +
phaethon/patches/patch-CMakeLists.txt | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diffs:
diff --git a/phaethon/distinfo b/phaethon/distinfo
index 45fa1d6443..992fbc2176 100644
--- a/phaethon/distinfo
+++ b/phaethon/distinfo
@@ -3,3 +3,4 @@ $NetBSD$
BLAKE2s (phaethon-0.0.6.tar.gz) = 78c315414accb0875a3983f47d2d947433cc05d94d4a4e219c012f3f5aa97cd8
SHA512 (phaethon-0.0.6.tar.gz) = 408605987f4b8e63c82522dc5d43ab92c97ce386e3c285edcd871b6eb82e82c45bb8e0bf2d7c2b4278da986fcb558cfd59701abc55c2041bb9f7c181c5f4c1c8
Size (phaethon-0.0.6.tar.gz) = 1024568 bytes
+SHA1 (patch-CMakeLists.txt) = 27a6df4c3a8c5c1583a3dc0d209cfe020e858bc4
diff --git a/phaethon/patches/patch-CMakeLists.txt b/phaethon/patches/patch-CMakeLists.txt
new file mode 100644
index 0000000000..48eb5377f2
--- /dev/null
+++ b/phaethon/patches/patch-CMakeLists.txt
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Compatibility with newer versions of Boost.
+
+--- CMakeLists.txt.orig 2026-09-04 21:10:43.165668172 -0700
++++ CMakeLists.txt 2026-09-04 21:10:49.357379840 -0700
+@@ -257,7 +257,7 @@
+ include_directories(${ZLIB_INCLUDE_DIRS})
+ list(APPEND PHAETHON_LIBRARIES ${ZLIB_LIBRARIES})
+
+-find_package(Boost COMPONENTS system filesystem date_time locale chrono REQUIRED)
++find_package(Boost COMPONENTS filesystem date_time locale chrono REQUIRED)
+
+ include_directories(${Boost_INCLUDE_DIRS})
+ link_directories(${Boost_LIBRARY_DIRS})
Home |
Main Index |
Thread Index |
Old Index