summaryrefslogtreecommitdiff
path: root/Ports/mrsh
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-08Ports/mrsh: Explicitly disable `readline` supportTim Schumacher
Previously, `mrsh` automatically enabled support for `readline` if it was detected as installed. However, linking against `readline` currently doesn't work, so disable it completely instead.
2022-05-07Ports/mrsh: Fix workdir, remove or upgrade patchesEWouters
Also removes mrsh from the list of ports missing descriptions. I tried to be descriptive about the patches, but as I picked this port up from someone else, I'm not 100% sure how to best explain the patches.
2022-04-11Ports/mrsh: Update mrsh to git commit cd3c3a4EWouters
Also preserve `-j$(nproc)` flag.
2021-12-24Ports/mrsh: Remove obsolete PIPE_BUF patchDaniel Bertalan
We now have this macro in LibC.
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-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-04-16Ports: Remove obsolete patch for mrshGunnar Beutner
2021-04-14Ports: Fix building the mrsh portGunnar Beutner
2021-04-12Ports: Remove obsolete patches for <limits.h>Gunnar Beutner
2021-03-13Ports: Replace hardcoded versions in 'files' URLsLinus Groh
Let's just use $version everywhere (we already do this for most ports).
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-02-05Ports: Add mrsh portSergey Bugaev