summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.4.6, 2.4.7: add werror upstream linkHEADmasterSam James2022-12-102-0/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* 2.4.6, 2.4.7: add -Werror filter bypass for LTO20221210Sam James2022-12-103-1/+59
| | | | | Bug: https://bugs.gentoo.org/884767 Signed-off-by: Sam James <sam@gentoo.org>
* darwin20-conf: split 2.4.6 into two20220831Sam James2022-08-312-11/+13
| | | | | | Apparently doesn't apply properly (skips second hunk?) otherwise. Signed-off-by: Sam James <sam@gentoo.org>
* darwin20-conf: change regex for future releasesDavid Seifert2022-08-312-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* darwin20-conf: add variant for 2.4.6Sam James2022-08-311-0/+11
| | | | | | Noticed with libxml2. Signed-off-by: Sam James <sam@gentoo.org>
* darwin20-conf: add Darwin 21 (macOS Monterey)20211104Sam James2021-11-042-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* backport -static-* & -fcilkplus for 2.4.6Joakim Tjernlund2021-11-042-1/+39
| | | | | | Bug: https://bugs.gentoo.org/812026 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@infinera.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: start basic framework for ad-hoc testingMike Frysinger2021-11-045-0/+112
| | | | | | | It's not automated (i.e. no `make check`), but it's enough for local ad-hoc testing to check patches work against libtool-2.4.6 at least. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* eltpatch: allow ELT_patchdir to be overridden via envMike Frysinger2021-11-041-2/+4
| | | | | | This will allow for local testing. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* ignore generated eltpatchMike Frysinger2021-11-041-0/+3
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* patches: backport -specs patchMike Frysinger2021-11-042-1/+30
| | | | | | | This is needed for the -fsanitize/-fuse-ld to apply cleanly to the original 2.4.6 release and not just what distros are shipping. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* backport -fsanitize & -fuse-ld for 2.4.620210924Mike Frysinger2021-09-243-1/+77
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* darwin20-conf: add variant for libtool 2.2.7(a)20210827Fabian Groffen2021-08-271-0/+13
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* darwin20-conf: add patch for detection of newer macOS20201205Fabian Groffen2020-12-052-2/+15
| | | | | | | Make sure we act like previous release on darwin20, a.k.a. Big Sur 11.0. Bug: https://bugs.gentoo.org/758473 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* winnt: die if libtool version is not 2.4.6+Michael Haubenwallner2020-03-131-1/+13
| | | | | | Reorder in elt_patches to perform the check early. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* winnt: enable WOE properties, found in intl.m4Michael Haubenwallner2020-03-122-0/+22
| | | | Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* add lt-2.4.6.42-b88ce winnt patches for use with parity-2Michael Haubenwallner2020-03-125-0/+227
| | | | | | | If a package does not have libtool-2.4.6 or 2.4.6.42-b88c3 there is no guarantee things will work, and the package should use eautoreconf. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* add lt-2.4.6 winnt patches for use with parity-2Michael Haubenwallner2020-03-1217-1/+1146
| | | | | | | If a package does not have libtool-2.4.6 there is no guarantee things will work, and the package should use eautoreconf instead. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* Use explicit tool vars instead of aliases20170826.1Michał Górny2017-08-261-10/+9
| | | | | | Aliases do not work for calling the tool in a subshell, so just explicitly set FIND, PATCH and SED variables to the correct tool, and use them to call them.
* Prefer GNU tools on BSD systems20170826Michał Górny2017-08-251-0/+6
| | | | Bug: https://bugs.gentoo.org/628882
* Support substituting functions.sh path as well, to fix Prefix20170815Michał Górny2017-08-152-2/+5
| | | | Bug: https://bugs.gentoo.org/627824
* Add application script, and a Makefile20170422Michał Górny2017-04-22115-0/+535
|
* Move patches from ::gentoo20170317Michał Górny2017-03-24113-0/+4563