File: 219.patch

package info (click to toggle)
lucene%2B%2B 3.0.9-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,896 kB
  • sloc: cpp: 174,280; ansic: 26,951; python: 8,626; sh: 524; makefile: 31
file content (153 lines) | stat: -rw-r--r-- 4,483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
From 07d84267b8d741414601b1be529da5de3afd28af Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Sun, 28 Sep 2025 19:01:19 +0200
Subject: [PATCH 1/7] Boost.System has been header only since Boost 1.69.0

---
 cmake/dependencies.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/dependencies.cmake b/cmake/dependencies.cmake
index 74c3761b..3387e7c0 100644
--- a/cmake/dependencies.cmake
+++ b/cmake/dependencies.cmake
@@ -7,7 +7,6 @@ find_package(Boost COMPONENTS
   filesystem
   iostreams
   regex
-  system
   thread
   REQUIRED
 )

From 8c9dca65bdf8f1bd3a2b0b791887d8b9b7da3fe6 Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Sun, 28 Sep 2025 19:08:36 +0200
Subject: [PATCH 2/7] Boost.System has been header only since Boost 1.69.0

---
 src/core/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 690f3826..657de549 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -57,7 +57,6 @@ target_link_libraries(lucene++
     Boost::filesystem
     Boost::iostreams
     Boost::regex
-    Boost::system
     Boost::thread
     ZLIB::ZLIB
 )

From 32039e5f54e7dbc7a2c1e096bdd44c6297262522 Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Sun, 28 Sep 2025 19:13:16 +0200
Subject: [PATCH 3/7] Update CMakeLists.txt

---
 src/contrib/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/contrib/CMakeLists.txt b/src/contrib/CMakeLists.txt
index 7af68045..7252b73a 100644
--- a/src/contrib/CMakeLists.txt
+++ b/src/contrib/CMakeLists.txt
@@ -67,7 +67,6 @@ target_link_libraries(lucene++-contrib
     Boost::filesystem
     Boost::iostreams
     Boost::regex
-    Boost::system
     Boost::thread
     ZLIB::ZLIB
     lucene++::lucene++)

From 7425cb10d3aa5415e20b3074743fc450195e243a Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Sun, 28 Sep 2025 19:16:05 +0200
Subject: [PATCH 4/7] Update CMakeLists.txt

---
 src/demo/deletefiles/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/demo/deletefiles/CMakeLists.txt b/src/demo/deletefiles/CMakeLists.txt
index b50d5bee..42131950 100644
--- a/src/demo/deletefiles/CMakeLists.txt
+++ b/src/demo/deletefiles/CMakeLists.txt
@@ -38,7 +38,6 @@ target_link_libraries(deletefiles
     Boost::filesystem
     Boost::iostreams
     Boost::regex
-    Boost::system
     Boost::thread
     ZLIB::ZLIB
     lucene++::lucene++

From 2adbf0d482dec43ac9fe73be8f49c8980bc38cb3 Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Sun, 28 Sep 2025 19:16:41 +0200
Subject: [PATCH 5/7] Update CMakeLists.txt

---
 src/demo/indexfiles/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/demo/indexfiles/CMakeLists.txt b/src/demo/indexfiles/CMakeLists.txt
index a1dd582b..68ddced8 100644
--- a/src/demo/indexfiles/CMakeLists.txt
+++ b/src/demo/indexfiles/CMakeLists.txt
@@ -39,7 +39,6 @@ target_link_libraries(indexfiles
     Boost::filesystem
     Boost::iostreams
     Boost::regex
-    Boost::system
     Boost::thread
     ZLIB::ZLIB
     lucene++::lucene++

From 6af2547d620a49df603026433a3eb484bada7e60 Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Sun, 28 Sep 2025 19:17:28 +0200
Subject: [PATCH 6/7] Update CMakeLists.txt

---
 src/demo/searchfiles/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/demo/searchfiles/CMakeLists.txt b/src/demo/searchfiles/CMakeLists.txt
index aaf559e4..dda95427 100644
--- a/src/demo/searchfiles/CMakeLists.txt
+++ b/src/demo/searchfiles/CMakeLists.txt
@@ -38,7 +38,6 @@ target_link_libraries(searchfiles
     Boost::filesystem
     Boost::iostreams
     Boost::regex
-    Boost::system
     Boost::thread
     ZLIB::ZLIB
     lucene++::lucene++

From 39a3d7c4cd53b1daa3718083527d3c97419c4937 Mon Sep 17 00:00:00 2001
From: Arjen de Korte <build+github@de-korte.org>
Date: Sun, 28 Sep 2025 19:18:17 +0200
Subject: [PATCH 7/7] Update CMakeLists.txt

---
 src/test/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
index f0b9b7e6..69393c00 100644
--- a/src/test/CMakeLists.txt
+++ b/src/test/CMakeLists.txt
@@ -59,7 +59,6 @@ target_link_libraries(lucene++-tester
     Boost::filesystem
     Boost::iostreams
     Boost::regex
-    Boost::system
     Boost::thread
     ZLIB::ZLIB
     gtest_main