summaryrefslogtreecommitdiff
path: root/Ports/readline
AgeCommit message (Collapse)Author
2023-01-09Ports: Make `sed` work on macOSJelle Raaijmakers
The ports `libvorbis`, `readline` and `timidity` would not install on macOS as a result of using `sed -i` without an extension provided. GNU sed is available through Homebrew, but it does not replace `sed` by default. Instead, provide a new `sed_in_place` function that calls `sed` with the right arguments.
2022-06-08Ports/readline: Build it as a shared libraryTim 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-04-11Ports/readline: Update readline to version 8.1.2EWouters
2022-01-18Ports/readline: Fix config.sub refresh for the readline portBrian Gianforcaro
The new `use_fresh_config_sub` option puts the config.sub in the root of the tree, but `readline` puts it in the `support/` folder. So we need to tell the ports infrastructure to place the file in that folder.
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-07-29Ports: Use sha256 sig check for readlineJelle Raaijmakers
2021-04-25Ports: Add readlineLinus Groh