Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-25 | Ports: Allow selecting multiple `config_{sub,guess}_path`s | Tim Schumacher | |
Some ports may have more than one `config.sub` that is in use (vendored dependencies, etc.). Instead of fiddling about with space-delimited strings, let's just make that setting into an array right away. | |||
2022-03-15 | Ports: Point libgd to the correct config.sub location | Pierce Andjelkovic | |
2022-01-16 | Ports: Remove some config.sub patches and download a fresh one if needed | Ali Mohammad Pur | |
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file. | |||
2022-01-07 | Ports: Add libgd | Noah Rosamilia | |
Required for npiet port |