Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/files/
Date: Tue, 23 Aug 2022 05:30:32
Message-Id: 1661232405.bdd4d90356543a6c1e5d575de47efd5d4b8d7e27.sam@gentoo
1 commit: bdd4d90356543a6c1e5d575de47efd5d4b8d7e27
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Aug 10 17:44:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 05:26:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd4d903
7
8 dev-vcs/fossil: remove unused patch
9
10 Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/26815
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../fossil-2.18-fix-sqlite-3.38-json-check.patch | 20 --------------------
16 1 file changed, 20 deletions(-)
17
18 diff --git a/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch b/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch
19 deleted file mode 100644
20 index 9c7b57bfd37d..000000000000
21 --- a/dev-vcs/fossil/files/fossil-2.18-fix-sqlite-3.38-json-check.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 -https://bugs.gentoo.org/835810
25 -https://fossil-scm.org/home/vpatch?from=d862cb71d6266449&to=8af827342f4c4a77
26 -https://fossil-scm.org/forum/info/549da79dd9
27 -
28 ---- a/tools/sqlcompattest.c
29 -+++ b/tools/sqlcompattest.c
30 -@@ -62,11 +62,10 @@
31 - version=(major*1000000)+(minor*1000)+release;
32 -
33 - int i;
34 - static const char *zRequiredOpts[] = {
35 - "ENABLE_FTS4", /* Required for repository search */
36 -- "ENABLE_JSON1", /* Required for the check-in locking protocol */
37 - "ENABLE_DBSTAT_VTAB", /* Required by /repo-tabsize page */
38 - };
39 -
40 - /* Check minimum SQLite version number */
41 - if( sqlite3_libversion_number()<version ){
42 -
43 -