summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/gnuconfig: git-2->git-r3Marty E. Plummer2018-05-184-20/+16
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/libtool: git-2->git-r3Marty E. Plummer2018-05-182-4/+4
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* toolchain.eclass: add IUSE=systemtap to gcc-8Sergei Trofimovich2018-05-161-0/+1
| | | | | | | | Avoid automagic dependency on systemtap installed. Reported-by: lekto@o2.pl Bug: https://bugs.gentoo.org/654748 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/gcc: bump patchset up to 1.3 for gcc-8.1.0Sergei Trofimovich2018-05-162-2/+2
| | | | | | | | | | | | 3 new patches: + 95_all_ia64-TEXTREL.patch : fix TEXTRELs on -rdynamic binaries + 96_all_lto-O2-PR85655.patch : fix gcc -flto SIGSEGV on mariadb + 97_all_disable-systemtap-switch.patch : add --disable-systemtap switch Bug: https://bugs.gentoo.org/566118 Bug: https://bugs.gentoo.org/655518 Bug: https://bugs.gentoo.org/654748 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/parity: drop warning, finds MSSDK from registryMichael Haubenwallner2018-05-161-14/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/native-cctools: accept -rpath in aix ldMichael Haubenwallner2018-05-151-1/+6
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/autoconf: Re-add v2.64 by toochain team request.Lars Wendler2018-05-132-0/+22
| | | | | | | Seem this is required to rebuild gcc toolchain as upstream didn't manage to polish their toolchain for at least nine years. Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/binutils-hppa64: don't purge environment for binutils-configSergei Trofimovich2018-05-122-2/+2
| | | | | | | | | | | | Follow toolchain.eclass cleanup where gcc-config was broken due to missing PATH= assignment: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6526608cbdb8202bc69aaaedd19f773ef651862c This change removes environment cleansing for binutils-config Reported-by: hiyuh Bug: https://bugs.gentoo.org/588642 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/binutils: don't purge environment for binutils-configSergei Trofimovich2018-05-124-4/+4
| | | | | | | | | | | | Follow toolchain.eclass cleanup where gcc-config was broken due to missing PATH= assignment: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6526608cbdb8202bc69aaaedd19f773ef651862c This change removes environment cleansing for binutils-config Reported-by: hiyuh Bug: https://bugs.gentoo.org/588642 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/autogen-5.18.4-r1: arm64 stableMart Raudsepp2018-05-121-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/crossdev: drop oldSergei Trofimovich2018-05-084-112/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/crossdev: bump up to 20180508, bug #644930Sergei Trofimovich2018-05-082-0/+40
| | | | | | | | Single new patch: "disable USE=pie for all mingw targets" Reported-by: Jernej Simoncic Closes: https://bugs.gentoo.org/644930 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/gcc: push 1.2 patchset for 8.1.0Sergei Trofimovich2018-05-062-2/+2
| | | | | | | | 1.2 patchset has 2 new patches: + 93_all_arm-arch.patch: fix broken arm CPU/features autodetection + 94_all_mips-o32-asan.patch: fix asan build breakage on o32 ABI Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/clang-runtime: Re-sync 5.0.2 ebuildMichał Górny2018-05-051-2/+8
| | | | | Re-sync missing changes from 5.0.1-r1 to 5.0.2. Accidentally copied the wrong ebuild.
* sys-devel/clang-runtime: Bump to 5.0.2Michał Górny2018-05-051-0/+25
|
* sys-devel/clang: Bump to 5.0.2Michał Górny2018-05-052-0/+327
|
* sys-devel/lld: Bump to 5.0.2Michał Górny2018-05-052-0/+75
|
* sys-devel/llvm: Bump to 5.0.2Michał Górny2018-05-052-0/+258
|
* sys-devel/llvm-common: Bump to 5.0.2Michał Górny2018-05-052-0/+36
|
* sys-devel/gcc: bump 8.1.0 patchest to 1.1, unkeywordedSergei Trofimovich2018-05-032-2/+2
| | | | | | | | | | | No keywords yet as it is very lightly tested. 1.1 patchset has the following update: U 13_all_default-ssp-fix.patch: update ssp patch + 35_all_i386_libgcc_note.GNU-stack.patch: fix executable stack marking + 55_all_extra-options.patch: restore 7.3.0 hardened patch Package-Manager: Portage-2.3.33, Repoman-2.3.9
* sys-devel/gcc: bump up to 8.1.0 (1.0 patchset), unkeywordedSergei Trofimovich2018-05-022-0/+27
| | | | | | | | | | | No keywords yet as it is very lightly tested. 1.0 patchset is a copy of 7.3.0 patchset with the folowing changes: - 11_all_default-warn-format-security.patch tweaked for gcc-8.1.0 - 91_all_bmi-i386-PR-target-81763.patch dropped (was a backport) - 55_all_extra-options.patch dropped, does not apply and needs a port Package-Manager: Portage-2.3.33, Repoman-2.3.9
* sys-devel/binutils-hppa64: Restore keywordsAndreas K. Hüttel2018-05-011-2/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/binutils: Restore keywordsAndreas K. Hüttel2018-05-011-2/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* */*: Specify EAPI=0 explicitly, to ease grepsMichał Górny2018-05-015-5/+15
| | | | Closes: https://github.com/gentoo/gentoo/pull/8199
* sys-devel/binutils-hppa64: Remove oldAndreas K. Hüttel2018-04-307-156/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/binutils-hppa64: Revision bump, patchset 2Andreas K. Hüttel2018-04-302-0/+395
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/llvm: arm stable wrt bug #644814Mikle Kolyada2018-04-301-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/llvmgold: arm stable wrt bug #644814Mikle Kolyada2018-04-301-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/llvm-common: arm stable wrt bug #644814Mikle Kolyada2018-04-301-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/binutils: Revision bump (no keywords), 2.30 patchset 2Andreas K. Hüttel2018-04-292-0/+418
| | | | | | | | | Bug: https://bugs.gentoo.org/502492 Bug: https://bugs.gentoo.org/647798 Bug: https://bugs.gentoo.org/647296 Bug: https://bugs.gentoo.org/649690 Bug: https://bugs.gentoo.org/651576 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/gcc: Remove oldAndreas K. Hüttel2018-04-284-76/+0
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/libtool: Fixed src_prepare with USE="vanilla".Lars Wendler2018-04-271-3/+6
| | | | | Closes: https://bugs.gentoo.org/654198 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/autoconf-wrapper: Don't use bashisms.Lars Wendler2018-04-262-5/+7
| | | | | Closes: https://bugs.gentoo.org/650152 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/llvm: Backport LLVMInitializeInstCombine patch to 6.0.0Michał Górny2018-04-252-0/+301
| | | | | | Backport the fix for LLVMInitializeInstCombine being compiled as C++ function instead of 'extern "C"'. This fixes undefined symbol for programs using this function, in particular dev-python/llvmlite.
* sys-devel/patch-2.7.6-r1: arm64 stable (bug #647270)Mart Raudsepp2018-04-241-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/gdb: explicit epatch, git-2->git-r3, EAPI=6Marty E. Plummer2018-04-246-11/+17
| | | | | | | Also some formatting changes to keep the ebuilds aligned in layout. Package-Manager: Portage-2.3.31, Repoman-2.3.9 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-devel/gdb: add explicit epatchMarty E. Plummer2018-04-245-15/+19
| | | | | | | | Also some formatting changes to keep the ebuild's aligned in layout, sort eclasses. Package-Manager: Portage-2.3.31, Repoman-2.3.9 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-devel/autogen: epatch->PATCHES=()Marty E. Plummer2018-04-241-6/+5
| | | | | | | | Also dropped eutils for ltprune, though this should probably be replaced with a find -delete at a later time. Package-Manager: Portage-2.3.31, Repoman-2.3.9 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* sys-devel/gdb-apple: epatch->PATCHES=()Marty E. Plummer2018-04-236-50/+56
| | | | | | Also reworked patches to be -p1 (tricky due to the wierd ${S} setting. Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/clang-runtime: bump SLOT to 6.0.1Leorize2018-04-211-1/+1
| | | | | | See https://llvm.org/viewvc/llvm-project?view=revision&revision=329469 Closes: https://github.com/gentoo/gentoo/pull/8099
* sys-devel/llvm: arm stable wrt bug #637210Mikle Kolyada2018-04-211-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/llvmgold: arm stable wrt bug #637210Mikle Kolyada2018-04-211-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/llvm-common: arm stable wrt bug #637210Mikle Kolyada2018-04-211-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/boost-m4: arm stable wrt bug #651714Mikle Kolyada2018-04-211-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/flex: m68k/s390/sh stable wrt bug #632523Mikle Kolyada2018-04-211-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* */*: Remove emul-linux-x86-* blockersDavid Seifert2018-04-202-6/+2
| | | | Closes: https://github.com/gentoo/gentoo/pull/8073
* sys-devel/boost-m4: stable 0.4_p20160328 for ppc64, bug #651714Sergei Trofimovich2018-04-191-1/+1
| | | | | | Bug: https://bugs.gentoo.org/651714 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* sys-devel/flex-2.6.4-r1: arm64 stable (bug #632523)Mart Raudsepp2018-04-151-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/gcc: bump patchset of 7.3.0 up to 1.2, bug #511548Sergei Trofimovich2018-04-142-0/+26
| | | | | | | | | | Single new patch: + 92_all_sh-drop-sysroot-suffix.patch : drop sysroot-suffix Reported-by: Manuel Lauss Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42947 Closes: https://bugs.gentoo.org/511548 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/distcc: revert the libdir hack and use /usr/lib/distcc.Benda Xu2018-04-131-1/+1
| | | | | Bug: https://bugs.gentoo.org/651030 Package-Manager: Portage-2.3.28, Repoman-2.3.9