summaryrefslogtreecommitdiff
path: root/Ports/gettext
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-25Ports: Replace the `gettext` `config.sub` patch with our downloadTim Schumacher
2022-05-19Ports: Update gettext's patches to use git patchesAli Mohammad Pur
2022-04-29Ports: Remove no longer needed fnmatch.patchKenneth Myhra
We already have LibC/fnmatch.h with the necessary defines so these patches are no longer needed.
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-05-15Ports: Add libiconv dependency to gettextTim Schumacher
libiconv is explicitly linked later and required by gettext as well. Add it to the dependencies to make builds in a clean environment work.
2021-05-11Ports: Link gettext against libpthreadGunnar Beutner
Apparently libintl uses pthread_cond_broadcast() so let's make sure that we link it against libpthread so we don't call libc's pthread stubs.
2021-05-08Ports: Add port for gettextGunnar Beutner