summaryrefslogtreecommitdiff
path: root/Ports/libtheora
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-03Ports: Replace manually linking `libtheora` with a libtool patchTim Schumacher
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-11-04Ports/libtheora: Change download link to mirror with TLS1.2 supportEWouters
Fixes download on Mac where an old version of LibreSSL won't redirect to the download mirror.
2021-10-05Ports: Make array-like settings actual arraysTim 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-27Ports: Add libtheoraJelle Raaijmakers