diff options
Diffstat (limited to 'dev-db/sqlite/files')
| -rw-r--r-- | dev-db/sqlite/files/sqlite-3.45.1-ppc64-ptr.patch | 24 | ||||
| -rw-r--r-- | dev-db/sqlite/files/sqlite-3.47.1-buildtclext.patch | 33 | ||||
| -rw-r--r-- | dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch | 29 | ||||
| -rw-r--r-- | dev-db/sqlite/files/sqlite-3.49.1-jimsh.patch | 61 |
4 files changed, 0 insertions, 147 deletions
diff --git a/dev-db/sqlite/files/sqlite-3.45.1-ppc64-ptr.patch b/dev-db/sqlite/files/sqlite-3.45.1-ppc64-ptr.patch deleted file mode 100644 index f67917225d3f..000000000000 --- a/dev-db/sqlite/files/sqlite-3.45.1-ppc64-ptr.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://sqlite.org/forum/forumpost/c3f1b5213a ---- a/config.guess 2024-01-31 -+++ b/config.guess 2024-01-31 -@@ -1425,7 +1425,7 @@ - esac - fi - # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc -- if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ -+ if (echo '#ifdef __ppc__'; echo IS_PPC; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_PPC >/dev/null - then - ---- a/src/tclsqlite.c 2024-01-31 -+++ b/src/tclsqlite.c 2024-01-31 -@@ -65,7 +65,7 @@ - # define SQLITE_PTRSIZE __SIZEOF_POINTER__ - # elif defined(i386) || defined(__i386__) || defined(_M_IX86) || \ - defined(_M_ARM) || defined(__arm__) || defined(__x86) || \ -- (defined(__APPLE__) && defined(__POWERPC__)) || \ -+ (defined(__APPLE__) && defined(__ppc__)) || \ - (defined(__TOS_AIX__) && !defined(__64BIT__)) - # define SQLITE_PTRSIZE 4 - # else diff --git a/dev-db/sqlite/files/sqlite-3.47.1-buildtclext.patch b/dev-db/sqlite/files/sqlite-3.47.1-buildtclext.patch deleted file mode 100644 index d7a95ec52739..000000000000 --- a/dev-db/sqlite/files/sqlite-3.47.1-buildtclext.patch +++ /dev/null @@ -1,33 +0,0 @@ -# https://bugs.gentoo.org/945906 -# https://www.sqlite.org/src/info?name=e24a3efec8c168b6 ---- a/tool/buildtclext.tcl -+++ b/tool/buildtclext.tcl -@@ -107,7 +107,7 @@ if {$tcl_platform(platform)=="windows"} { - set fd [open $LIBDIR/tclConfig.sh rb] - set tclConfig [read $fd] - close $fd -- -+ - # Extract parameter we will need from the tclConfig.sh file - # - set TCLMAJOR 8 -@@ -140,14 +140,17 @@ if {$tcl_platform(platform)=="windows"} { - if {[string length $OPTS]>1} { - append LDFLAGS $OPTS - } -- set CMD [subst $cmd] - if {$TCLMAJOR>8} { - set OUT libtcl9sqlite$VERSION.$SUFFIX - } else { - set OUT libsqlite$VERSION.$SUFFIX - } -+ set @ $OUT; # Workaround for https://sqlite.org/forum/forumpost/0683a49cb02f31a1 -+ # in which Gentoo edits their tclConfig.sh to include an soname -+ # linker flag which includes ${@} (the target file's name). -+ set CMD [subst $cmd] - } -- -+ - # Show information about prior installs - # - if {$infoonly} { diff --git a/dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch b/dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch deleted file mode 100644 index 8211d1a146b2..000000000000 --- a/dev-db/sqlite/files/sqlite-3.49.0-icu-tests.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://sqlite.org/forum/forumpost/f93323a743 -https://sqlite.org/src/info/5964616dc9de9323 ---- a/test/like3.test -+++ b/test/like3.test -@@ -302,15 +302,23 @@ - } - - #------------------------------------------------------------------------- - reset_db - -+# See forum thread https://sqlite.org/forum/info/d7b90d92ffbfc61f - foreach enc { - UTF-8 - UTF-16le - UTF-16be - } { -+ ifcapable icu { -+ if {$enc=="UTF-8"} { -+ # The invalid UTF8 used in these tests is incompatible with ICU -+ # https://sqlite.org/forum/forumpost/2ca8a09a7e -+ continue -+ } -+ } - foreach {tn expr} { - 1 "CAST (X'FF' AS TEXT)" - 2 "CAST (X'FFBF' AS TEXT)" - 3 "CAST (X'FFBFBF' AS TEXT)" - 4 "CAST (X'FFBFBFBF' AS TEXT)" - diff --git a/dev-db/sqlite/files/sqlite-3.49.1-jimsh.patch b/dev-db/sqlite/files/sqlite-3.49.1-jimsh.patch deleted file mode 100644 index 8f7f082a6d88..000000000000 --- a/dev-db/sqlite/files/sqlite-3.49.1-jimsh.patch +++ /dev/null @@ -1,61 +0,0 @@ -# https://bugs.gentoo.org/949981 -# https://www2.sqlite.org/src/info/ffd05de8a3b7cab1 -From 09591b78ae28c6bb385ae96fef44edfb52454830 Mon Sep 17 00:00:00 2001 -From: stephan <stephan@noemail.net> -Date: Mon, 24 Feb 2025 04:47:34 +0000 -Subject: [PATCH] Update jimsh0.c from upstream autosetup to address - [https://github.com/msteveb/autosetup/issues/75|autosetup ticket #75], - triggered by this build in the Gentoo project. - -FossilOrigin-Name: ffd05de8a3b7cab1b8e91b99da74b43ec5a7b91c78dcfd7cf338b66126e30a56 ---- - autosetup/jimsh0.c | 20 ++++++++------------ - manifest | 12 ++++++------ - manifest.uuid | 2 +- - 3 files changed, 15 insertions(+), 19 deletions(-) - -diff --git a/autosetup/jimsh0.c b/autosetup/jimsh0.c -index 0526b9a446..1a6453d0c8 100644 ---- a/autosetup/jimsh0.c -+++ b/autosetup/jimsh0.c -@@ -1252,6 +1252,14 @@ int Jim_OpenForRead(const char *filename); - - #endif - -+# ifndef MAXPATHLEN -+# ifdef PATH_MAX -+# define MAXPATHLEN PATH_MAX -+# else -+# define MAXPATHLEN JIM_PATH_LEN -+# endif -+# endif -+ - - int Jim_FileStoreStatData(Jim_Interp *interp, Jim_Obj *varName, const jim_stat_t *sb); - -@@ -2088,10 +2096,6 @@ enum wbuftype { - #define UNIX_SOCKETS 0 - #endif - --#ifndef MAXPATHLEN --#define MAXPATHLEN JIM_PATH_LEN --#endif -- - - - -@@ -4173,14 +4177,6 @@ int Jim_regexpInit(Jim_Interp *interp) - #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) - #endif - --# ifndef MAXPATHLEN --# ifdef PATH_MAX --# define MAXPATHLEN PATH_MAX --# else --# define MAXPATHLEN JIM_PATH_LEN --# endif --# endif -- - #if defined(__MINGW32__) || defined(__MSYS__) || defined(_MSC_VER) - #define ISWINDOWS 1 - |
