summaryrefslogtreecommitdiff
path: root/Ports/freedink
AgeCommit message (Collapse)Author
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