| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Changes:
* Drop upstreamed icu test patch
* Change usev to usex in the `emake` call due to changes in the makefile
targets
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/955819
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
passing --soname=legacy breaks for Mach-O targets as it emits soname
options which are not understood. Fix up the install_name manually
instead as there is no --install_name=legacy equivalent.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
Add a patch similar to
https://github.com/msteveb/jimtcl/commit/9b754b8033b9f2a1dc8ba1227df2e5d75185dda7
until this is fixed upstream in autosetup
Closes: https://bugs.gentoo.org/949981
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
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>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
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>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Upstream added a configure option for enabling icu support, update and
use this in the ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/948671
Signed-off-by: Sam James <sam@gentoo.org>
|
|
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>
|
|
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>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/945870
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|