summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/sqlite: Remove unneded sed expressionJakov Smolić29 hours1-3/+0
| | | | | | | | Upstream has removed stripping binaries by default (https://sqlite.org/forum/forumpost/25178736314aee91) so we can remove the sed workaround Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: drop 3.48.0-r1Jakov Smolić3 days2-433/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: add 3.49.0Jakov Smolić3 days3-0/+512
| | | | | | | Replaced some SQLITE_ENABLE flags with their --configure-flag counterparts and add upstream patch for CPPFLAGS which fixes feature flags not being detected during the build Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Fix indentation for icu configJakov Smolić14 days1-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Update configure option for icuJakov Smolić14 days1-2/+1
| | | | | | | Upstream added a configure option for enabling icu support, update and use this in the ebuild Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: add upstream bug reference wrt rdtscSam James2025-01-251-0/+2
| | | | | Bug: https://bugs.gentoo.org/948671 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: Don't use rdtsc on i486Sam James2025-01-254-1/+41
| | | | | | | | | | | | | | | | | | | | If -DSQLITE_ENABLE_STMT_SCANSTATUS is passed, rdtsc is used for profiling purposes, but that's not available on i486 CPUs (e.g. Soekris 4501 / AMD Elan in the linked bug). Just look for i586 instead of i386. For the i386/i486 case, it's fine if we use the stub implementation. This feels cleaner than toggling functionality in the ebuild, even if it's unlikely anyone on i486 is going to use that. Thanks to amonakov who found the problem quickly and the relevant part of SQLite. SQLITE_ENABLE_STMT_SCANSTATUS was first enabled with 6d8922b1541e86d62546808b1edca6fe422fc560 (grafted from migration), but I suspect the reason nobody noticed this before is (apart from i486 being rare) that only fairly recent gnupg-2.4.x starts to use SQLite (and we default-enable USE=tofu in-line with some upstream reocmmendations). Bug: https://bugs.gentoo.org/948671 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: add 3.48.0 (unkeyworded)Jakov Smolić2025-01-252-0/+430
| | | | | | | | | | | Upstream did a complete build system overhaul moving from autoconf to autosetup. Additionally dev-lang/tcl is not needed as a build dependency anymore (apart from building tools and tests). There have been some bugs discovered after the release so add unkeyworded version for testing as tests are failing at the moment and there is a build issue with USE=icu that have yet to be investigated. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Stabilize 3.47.2 x86, #948277Arthur Zamarin2025-01-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.47.2 amd64, #948277Arthur Zamarin2025-01-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.47.2 arm64, #948277Arthur Zamarin2025-01-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.47.2 ppc64, #948277Arthur Zamarin2025-01-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.47.2 arm, #948277Arthur Zamarin2025-01-181-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: drop 3.47.0-r1, 3.47.1Sam James2024-12-276-1072/+0
| | | | | Closes: https://bugs.gentoo.org/945870 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: add 3.47.2Sam James2024-12-132-0/+429
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: Apply buildtclext patch to 3.47.1Jakov Smolić2024-12-052-0/+34
| | | | | Closes: https://bugs.gentoo.org/945906 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: add 3.47.1Sam James2024-12-042-0/+428
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: remove unused patchMichael Mair-Keimberger2024-11-231-112/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/sqlite: drop 3.45.3Jakov Smolić2024-11-192-429/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Bring back version 3.45.3Jakov Smolić2024-11-182-0/+429
| | | | | | This version is needed for dev-ruby/sqlite3 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: drop 3.45.3, 3.46.0, 3.47.0Jakov Smolić2024-11-184-1284/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: stabilize 3.46.1 for arm64Jakov Smolić2024-11-181-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: stabilize 3.46.1 for armJakov Smolić2024-11-181-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Fix build with USE=tclJakov Smolić2024-11-162-0/+123
| | | | | Closes: https://bugs.gentoo.org/942918 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: backport allocator mismatch fix to 3.47.0Sam James2024-11-102-0/+465
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: fix build w/ non-bashSam James2024-11-062-0/+54
| | | | | | Bug: https://bugs.gentoo.org/942918 Closes: https://bugs.gentoo.org/942917 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: add 3.47.0Jakov Smolić2024-11-052-0/+428
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.1 hppa, #939971Sam James2024-10-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.1 sparc, #939971Arthur Zamarin2024-09-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.1 ppc, #939971Arthur Zamarin2024-09-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.1 x86, #939971Arthur Zamarin2024-09-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.1 ppc64, #939971Arthur Zamarin2024-09-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.1 amd64, #939971Arthur Zamarin2024-09-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-124-4/+4
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Fix build issue in the test suite when USE='-tcl'Jakov Smolić2024-08-261-1/+1
| | | | | | | | | | | Test phase will errors out starting with commit https://github.com/sqlite/sqlite/commit/21363ac78df6751655c33372a7277512531b9570 as we set HAVE_TCL to 0 in the test phase and with the added check the build aborts regardless of the fact that 'tclConfig.sh' was found by the configure script previously. We can avoid setting the variable manually and the build will suceed with the intended behavior kept. Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Bump to 3.46.1Jakov Smolić2024-08-152-0/+428
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.0 ppc, #935923Arthur Zamarin2024-07-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.0 x86, #935923Arthur Zamarin2024-07-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.0 arm64, #935923Arthur Zamarin2024-07-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.0 ppc64, #935923Arthur Zamarin2024-07-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.0 arm, #935923Arthur Zamarin2024-07-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.0 sparc, #935923Arthur Zamarin2024-07-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: Stabilize 3.46.0 amd64, #935923Arthur Zamarin2024-07-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlite: remove unused patchMichael Mair-Keimberger2024-06-271-20/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/sqlite: drop 3.45.1-r1Jakov Smolić2024-06-182-441/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: remove unused patchesMichael Mair-Keimberger2024-06-182-312/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/sqlite: Stabilize 3.45.3 hppa, #930881Matoro Mahri2024-05-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-db/sqlite: drop 3.44.2-r1, 3.44.2-r2, 3.45.2Jakov Smolić2024-05-294-1298/+0
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: add 3.46.0Jakov Smolić2024-05-292-0/+428
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlite: Stabilize 3.45.3 amd64, #930881Sam James2024-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>