aboutsummaryrefslogtreecommitdiff
path: root/packages/gettext
Commit message (Collapse)AuthorAgeFilesLines
* gettext: Fix cross build for mingwDimitar Dimitrov2024-06-131-0/+53
| | | | | | | | | | | | | | | | | Cherry-pick the following commit from gnulib: ctime, localtime, tzset, wcsftime: Fix env access (regr. 2024-02-09). https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=92cdf62b56462b914193c7770440e505a37c2526 This upstream patch fixes the following error: [ERROR] .../.build/HOST-x86_64-w64-mingw32/pru-elf/src/gettext/gettext-tools/gnulib-lib/localtime.c:66:24: error: initialization of 'char *' from incompatible pointer type 'char **' [-Wincompatible-pointer-types] [ALL ] 66 | for (char *s = env; *s != NULL; s++) Crosstool configuration: build: x86_64-unknown-linux-gnu host: x86_64-w64-mingw32 target: pru-elf Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
* Add gettext-0.22.5Bryan Hundven2024-04-212-0/+8
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Restrict *-uclibc,* canadians to gettext 0.20Alexey Neyman2022-02-111-0/+1
| | | | | | | Newer gettext is incompatible with uClibc-NG in cross-compilation, see the comment in the code. Signed-off-by: Alexey Neyman <stilor@att.net>
* gettext: Add gettext 0.21Chris Packham2021-11-242-0/+8
| | | | | | https://git.savannah.gnu.org/cgit/gettext.git/log/?qt=range&q=v0.20.2..v0.21 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* gettext: Remove obsolete versionsChris Packham2021-09-217-539/+0
| | | | | | | | The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - gettext-0.19.7 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Pick up gettext patch for pthread_sigmask build on mingw32Alexey Neyman2020-02-031-0/+356
| | | | | | Fixes #1272. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add gettext 0.20.1Alexey Neyman2019-10-016-1/+37
| | | | | | | | | | | | Two patches from 0.18.8.1 were dropped: - one changing the declaration of environ is no longer needed, the corresponding files no longer have this declaration - one with Woe32 fixes for -O0 may need to be re-added but only after I find what configuration breaks without it; gettext sources overwent a massive restructuring so this patch should not be applied without testing. Signed-off-by: Alexey Neyman <stilor@att.net>
* Run all patches through renumbering and updateAlexey Neyman2017-12-0210-325/+290
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Include Makefile.in in gettext 0.19.8.1 patchAlexey Neyman2017-11-041-39/+228
| | | | | | | | Otherwise, make tries to rebuild it and fails. Fixes #770. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-292-0/+24
| | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add an ability to verify the digest/signatureAlexey Neyman2017-09-271-0/+1
| | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
* Record tarball formatsAlexey Neyman2017-08-181-0/+1
| | | | | | Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
* Builds comp.libs from VCSAlexey Neyman2017-07-081-0/+3
| | | | | | | ... fails on DUMA because it cannot be compiled by newer C++, and patches are not applied to checkouts from VCS. Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix the references to old config variablesAlexey Neyman2017-07-082-2/+3
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-0811-0/+846
Signed-off-by: Alexey Neyman <stilor@att.net>