summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/m4: avoid invoking autoconfWANG Xuerui2022-04-261-8/+12
| | | | | | | | | | | | Normally we'd just eautoreconf, but this is base-system and we cannot depend on autoconf, so we have to patch the generated files ourselves. This can go away once the loong fix patch is no longer necessary. Fixes: 43dd58338de ("sys-devel/m4: fix build on loong") Closes: https://github.com/gentoo/gentoo/pull/25195 Closes: https://github.com/gentoo/gentoo/pull/25205 Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/m4: fix build on loongWANG Xuerui2022-04-251-0/+26
| | | | | | | | | | | | Upstream has updated gnulib but hasn't tagged a new release yet, so only add the bare minimum to fix build on loong. This has been inside loongson-overlay for a while, and is tested on real loong hardware. See: https://github.com/gentoo/gentoo/pull/25189 Acked-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-devel/m4: add link to upstream gnulib/musl/ppc patchSam James2022-03-131-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/m4: add links to musl patchSam James2021-11-171-0/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-devel/m4: add ppc32 musl patchGeorgy Yakovlev2021-11-161-0/+14
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-devel/m4: drop 1.4.18-r2David Seifert2021-09-042-340/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-devel/m4: remove unused patchMichael Mair-Keimberger2021-03-311-111/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/20184 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-devel/m4: fix build against glibc-2.28, bug #663924Sergei Trofimovich2018-10-131-0/+310
| | | | | | | | | | Patch by milan hodoscek. While at it added 'epatch_user'. Closes: https://bugs.gentoo.org/663924 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-devel/m4: add patch to fix crash at runtime on Darwin 17, bug #632500Fabian Groffen2017-11-121-0/+30
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-devel/m4: Removed old.Lars Wendler2017-01-172-35/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-devel/m4: fix spawn_h.m4 for uclibc, bugs #580688, #581086Anthony G. Basile2016-04-251-0/+111
| | | | Package-Manager: portage-2.2.26
* Revert "sys-devel/m4: fix spawn_h.m4 for uclibc, bug #580688"Anthony G. Basile2016-04-251-31/+0
| | | | This reverts commit d2fb79b419c1da51746a75a5f55e8b10a7993673.
* sys-devel/m4: fix spawn_h.m4 for uclibc, bug #580688Anthony G. Basile2016-04-201-0/+31
| | | | Package-Manager: portage-2.2.26
* proj/gentoo: Initial commitRobin H. Johnson2015-08-082-0/+35
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed