summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/libunwind: remove unused patchesMichael Mair-Keimberger2020-07-064-91/+0
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16615 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: drop oldSergei Trofimovich2020-07-052-110/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: stable 1.4.0 for hppaSergei Trofimovich2020-07-051-1/+1
| | | | | | | | stable wrt bug #728958 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: arm64 stable (bug #728958)Sam James (sam_c)2020-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sys-libs/libunwind: ppc64 stable wrt bug #728958Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: ppc stable wrt bug #728958Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: arm stable wrt bug #728958Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: amd64 stable wrt bug #728958Agostino Sarubbo2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: x86 stable (bug #728958)Thomas Deutschmann2020-06-211-1/+1
| | | | | Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/libunwind: drop oldSergei Trofimovich2020-05-022-104/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/libunwind: When USE="lzma", depend on app-arch/xz-utils[static-libs?].Arfrever Frehtes Taifersar Arahesis2020-04-023-3/+3
| | | | | | | | libunwind*.a static libraries require liblzma.a static library. Bug: https://bugs.gentoo.org/693250 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: Unconditionally drop *.la files.Arfrever Frehtes Taifersar Arahesis2020-04-021-3/+2
| | | | | | | | *.pc files are installed. Closes: https://bugs.gentoo.org/693250 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: Delete obsolete code.Arfrever Frehtes Taifersar Arahesis2020-04-022-14/+10
| | | | | | | | | | | | eutils.eclass is not used. Broken symbolic link libunwind-generic.a is not created by build system with --disable-static option passed since: https://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=commit;h=4e8b7a595e144e905fd9c8aed053d7529afb78a4 Bug: https://bugs.gentoo.org/693250 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: bump up to 1.4.0Sergei Trofimovich2020-04-012-0/+106
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: slotmove sys-libs/libunwind from SLOT=7 to SLOT=0Sergei Trofimovich2020-04-012-2/+2
| | | | | | | | SLOT=7 does not mean much nowadays. Let's default to SLOT=0. Reported-by: Arfrever Frehtes Taifersar Arahesis Bug: https://bugs.gentoo.org/693250 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: add -fcommon workaround for gcc-10, bug #Sergei Trofimovich2020-02-122-4/+12
| | | | | | | | | | | The source fix is not trivial as it's not clear where global shloud be defined: in common or per-arch files. Use -fcommon downstream and leave proper fix to upstream ticket. Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/706560 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: drop oldSergei Trofimovich2020-01-121-104/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: arm stable wrt bug #702306Mikle Kolyada2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/libunwind: stable 1.2.1-r3 for hppa, bug #702306Rolf Eike Beer2019-12-221-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: remove unused patchesMichael Mair-Keimberger2019-12-122-78/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13959 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-libs/libunwind: ppc stable wrt bug #702306Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: ppc64 stable wrt bug #702306Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: x86 stable wrt bug #702306Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: arm64 stable (bug #702306)Aaron Bauman2019-12-091-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20
* sys-libs/libunwind: stable 1.2.1-r3 for ia64, bug #702306Sergei Trofimovich2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: amd64 stable wrt bug #702306Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libunwind: drop oldSergei Trofimovich2019-12-083-178/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: bump up to 1.3.1Sergei Trofimovich2019-12-082-0/+102
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-114-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libunwind: unkeyword riscvGöktürk Yüksek2019-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | There doesn't seem to be any official support for RISC-V yet. The build fails with: checking for ELF helper width... configure: error: Unknown ELF target: riscv64 The git HEAD (commit a36ec8cfdb8764e4f8bf6b16a149a60ea6ad038d) doesn't seem to provide support for RISC-V either: AC_MSG_CHECKING([for ELF helper width]) case "${target_arch}" in (arm|hppa|ppc32|x86|sh) use_elf32=yes; AC_MSG_RESULT([32]);; (aarch64|ia64|ppc64|x86_64|s390x|tilegx) use_elf64=yes; AC_MSG_RESULT([64]);; (mips) use_elfxx=yes; AC_MSG_RESULT([xx]);; *) AC_MSG_ERROR([Unknown ELF target: ${target_arch}]) esac This reverts commit 9037f242c1d5941a57612f6b617cc74b761e6896. Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* sys-libs/libunwind: Add ~riscv keywordMikle Kolyada2019-05-051-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* sys-libs/libunwind: add multilib use deps, bug #676204Sergei Trofimovich2019-01-251-0/+105
| | | | | | | | | | Hamlet noticed that sys-libs/libunwind does state it's use dependencies against non-default ABIs. Reported-by: Hamlet Closes: https://bugs.gentoo.org/676204 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/libunwind: upstream lacks sparc platform supportRolf Eike Beer2018-08-303-4/+4
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* sys-libs/libunwind: use __asm__ instead of asm (bug #635674)Sergei Trofimovich2018-07-252-0/+152
| | | | | | | | | | An upstream patch ca6b6f3ad9190 "libunwind-arm: fix build failure due to asm()" should improve support for building mesa on arm. Reported-by: Maciej S. Szmigiero Closes: https://bugs.gentoo.org/635674 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* sys-libs/libunwind: fix build with -fuse-ld=gold, bug #659732Sergei Trofimovich2018-07-082-0/+15
| | | | | | | | Backport upstream patch to drop protected atrribute. Reported-by: jorgicio Closes: https://bugs.gentoo.org/659732 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-libs/libunwind: drop obsoleteMatthias Maier2018-06-302-102/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-libs/libunwind: fix compilation with muslMatthias Maier2018-06-302-0/+52
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-libs/libunwind: export correct version numberMatthias Maier2018-06-302-2/+17
| | | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --force
* sys-libs/libunwind: mark 1.2.1 arm64 stableMike Frysinger2018-01-141-1/+1
|
* sys-libs/libunwind: stable 1.2.1 for hppa, bug #629258 (thanks to Rolf Eike ↵Sergei Trofimovich2017-12-062-4/+4
| | | | | | | Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* sys-libs/libunwind: Fix bug 586208 properly this timeAndreas K. Hüttel2017-10-041-3/+5
| | | | | Closes: https://bugs.gentoo.org/586208 Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-libs/libunwind: Remove oldAndreas K. Hüttel2017-10-032-93/+0
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* sys-libs/libunwind: End the pissing contest in bug 612602Andreas K. Hüttel2017-10-034-4/+4
| | | | | | | @ vapier: if you don't give reasons for your decisions you'll eventually get ignored Closes: https://bugs.gentoo.org/612602 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* sys-libs/libunwind-1.2.1: x86 stable, bug 629258Matt Turner2017-09-301-1/+1
|
* sys-libs/libunwind-1.2.1: amd64 stable, bug 629258Matt Turner2017-09-301-1/+1
|
* sys-libs/libunwind-1.2.1: ppc64 stable, bug 629258Matt Turner2017-09-121-1/+1
|
* sys-libs/libunwind-1.2.1: ppc stable, bug 629258Matt Turner2017-09-121-1/+1
|
* sys-libs/libunwind: arm stable, bug #629258Markus Meier2017-09-091-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* sys-libs/libunwind: stable 1.2.1 for ia64, bug #629258Sergei Trofimovich2017-08-301-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"