Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-05-25 | Ports: Replace the `gettext` `config.sub` patch with our download | Tim Schumacher | |
2022-05-19 | Ports: Update gettext's patches to use git patches | Ali Mohammad Pur | |
2022-04-29 | Ports: Remove no longer needed fnmatch.patch | Kenneth Myhra | |
We already have LibC/fnmatch.h with the necessary defines so these patches are no longer needed. | |||
2021-10-05 | Ports: Make array-like settings actual arrays | Tim 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-15 | Ports: Add libiconv dependency to gettext | Tim 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-11 | Ports: Link gettext against libpthread | Gunnar 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-08 | Ports: Add port for gettext | Gunnar Beutner | |