git: 3e7e09e35157 - main - archivers/innoextract: Unbreak with boost89

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Fri, 24 Oct 2025 17:55:37 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e7e09e35157a7bc4193e434f94ea5e0f5f95b7d

commit 3e7e09e35157a7bc4193e434f94ea5e0f5f95b7d
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-10-24 17:43:50 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-10-24 17:55:25 +0000

    archivers/innoextract: Unbreak with boost89
---
 archivers/innoextract/files/patch-fix-boost89 | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/archivers/innoextract/files/patch-fix-boost89 b/archivers/innoextract/files/patch-fix-boost89
new file mode 100644
index 000000000000..6833c1d9a6d9
--- /dev/null
+++ b/archivers/innoextract/files/patch-fix-boost89
@@ -0,0 +1,10 @@
+--- CMakeLists.txt.orig	2025-10-24 17:36:33 UTC
++++ CMakeLists.txt
+@@ -177,7 +177,6 @@ find_package(Boost REQUIRED COMPONENTS
+ 	iostreams
+ 	filesystem
+ 	date_time
+-	system
+ 	program_options
+ )
+ list(APPEND LIBRARIES ${Boost_LIBRARIES})