Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-05-22 | Ports: Fully delete Co-Authored-By lines from the ReadMe | Tim Schumacher | |
Otherwise, this results in a number of empty lines where Co-Authored-By would have been. | |||
2022-05-19 | Ports: Update curl's patches to use git patches | Ali Mohammad Pur | |
2022-03-13 | Ports: Update curl to 7.82.0 | Luke Wilde | |
2022-01-09 | Ports: Convert curl port to use CMake, remove two autoconf patches | Andrew Kaster | |
This removes the shlib hack from the install step, which repackaged the static library as the shared one. It also has the benefit of making the port work with the Clang toolchain :^). | |||
2022-01-08 | Ports: Update curl port to version 7.81.0 | Luke Wilde | |
2021-07-30 | Ports: Update curl to 7.78.0 | Luke | |
2021-05-27 | Ports: Bump curl to 7.77.0 :^) | Andreas Kling | |
2021-04-12 | Ports: Link curl against openssl and disable non-blocking I/O | Gunnar Beutner | |
For some reason curl complains that SSL_connect() fails when non-blocking I/O is enabled. With blocking I/O it works just fine though. | |||
2019-09-24 | Ports: Switch to new ports system (#594) | Larkin | |
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc. |