summaryrefslogtreecommitdiff
path: root/Ports/freedink
AgeCommit message (Collapse)Author
2022-07-13Ports/freedink: Don't extract freedink-data a second timeTim Schumacher
Our implicit extraction already takes care of this.
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-25Ports: Allow selecting multiple `config_{sub,guess}_path`sTim 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-05-19Ports: Update freedink's patches to use git patchesAli Mohammad Pur
2022-04-03Ports: Set `port` to match the port's directoryJelle Raaijmakers
We currently have no valid use case for having a `port` property different from the directory name the port's residing in. We do have issues when this is the case when referencing dependencies, so let's make sure all ports have a sensible `port` property to begin with.
2022-03-15Ports: Point freedink to the correct config.sub locationPierce Andjelkovic
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli 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.
2021-10-31Ports: Add FreeDink portBrendan Coles