summaryrefslogtreecommitdiff
path: root/Ports/diffutils
AgeCommit message (Collapse)Author
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-04-11Ports/diffutils: Update diffutils to version 3.8EWouters
The fnmatch patch that was added in 6de6dff is reverted because it is not clear why it is necessary, as discussed in #9206. This also removes diffutils from the list of ports missing descriptions as it no longer has any patches.
2022-03-15Ports: Add config.sub location to diffutils config.subPierce 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-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-08-09Ports: Add missing fnmatch patch for diffutilsroytam1
It requires FNM_EXTMATCH in order to build. This patch is based on an existing patch for gettext (Ports/gettext/patches/fnmatch.patch).
2021-06-13Ports: Update diffutils to version 3.7Jelle Raaijmakers
2021-04-15Ports: Use ftpmirror.gnu.org mirror server for GNU portsBrendan Coles
2021-04-11Ports: Fix building diffutilsGunnar Beutner
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
2020-01-26Ports: Add diffutils portBrian Callahan