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 `jq` `config.sub` patch with our download | Tim Schumacher | |
2022-05-19 | Ports: Update jq's patches to use git patches | Ali Mohammad Pur | |
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-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-12 | Ports: Remove obsolete patches for <limits.h> | Gunnar Beutner | |
2021-03-13 | Ports: Use SERENITY_ARCH in --target/--host | Linus Groh | |
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^) | |||
2021-03-13 | Ports: Replace hardcoded versions in 'files' URLs | Linus Groh | |
Let's just use $version everywhere (we already do this for most ports). | |||
2021-01-28 | Ports (jq): Add .patch extension to the diff to fit the wildcard (#5148) | Jorropo | |
This fixes the build of `jq`. `diff` were not matched by `patches/*.patch`, this seems to have gone unnoticed in a refactor. | |||
2021-01-23 | Ports: Clean up some package.sh scripts | Linus Groh | |
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions | |||
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-07-12 | Ports: Add jq :^) | AnotherTest | |