commit:     e17915120a9e0b9003001afa74035eca3adbb04b
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Jan 21 20:06:04 2026 +0000
Commit:     Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Wed Jan 21 20:13:08 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1791512

net-misc/fileshelter: fix boost-1.89

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>

 .../fileshelter/files/fileshelter-6.3.0-boost_1.89.patch    | 13 +++++++++++++
 net-misc/fileshelter/fileshelter-6.3.0.ebuild               |  1 +
 2 files changed, 14 insertions(+)

diff --git a/net-misc/fileshelter/files/fileshelter-6.3.0-boost_1.89.patch 
b/net-misc/fileshelter/files/fileshelter-6.3.0-boost_1.89.patch
new file mode 100644
index 0000000000..72dfa6839a
--- /dev/null
+++ b/net-misc/fileshelter/files/fileshelter-6.3.0-boost_1.89.patch
@@ -0,0 +1,13 @@
+PR pending https://github.com/epoupon/fileshelter/pull/123.patch
+fix boost-1.89
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -11,7 +11,7 @@ include(CTest)
+ find_package(PkgConfig REQUIRED)
+ find_package(Threads REQUIRED)
+ find_package(Filesystem REQUIRED)
+-find_package(Boost REQUIRED COMPONENTS system program_options)
++find_package(Boost REQUIRED COMPONENTS program_options)
+ find_package(Wt REQUIRED COMPONENTS Wt Dbo DboSqlite3 HTTP)
+ pkg_check_modules(Config++ REQUIRED IMPORTED_TARGET libconfig++)
+ pkg_check_modules(Archive REQUIRED IMPORTED_TARGET libarchive)

diff --git a/net-misc/fileshelter/fileshelter-6.3.0.ebuild 
b/net-misc/fileshelter/fileshelter-6.3.0.ebuild
index f7fe4793cc..03cd9f26b4 100644
--- a/net-misc/fileshelter/fileshelter-6.3.0.ebuild
+++ b/net-misc/fileshelter/fileshelter-6.3.0.ebuild
@@ -26,6 +26,7 @@ DOCS=( INSTALL.md README.md )
 
 PATCHES="
        ${FILESDIR}/${PN}-6.2.0-hierarchy.patch
+       ${FILESDIR}/${PN}-6.3.0-boost_1.89.patch
 "
 
 src_install() {

Reply via email to