Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-14 | Ports: Link libarchive against pcre because the system's libregex doesn't ↵ | Gunnar Beutner | |
support re_nsub | |||
2021-04-12 | Ports: Remove obsolete patches for <limits.h> | Gunnar Beutner | |
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-02-06 | Ports: Added checksums / signature files and other fixes | Emanuel 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 | |||
2019-11-10 | Ports: Configure libarchive with --without-xml2 | Andreas Kling | |
Otherwise it won't build on my machine. | |||
2019-11-09 | Ports: Fix libarchive port (#746) | Dan MacDonald | |
2019-11-03 | Ports: Undo POSIX sh compliance changes for now | Andreas Kling | |
Partial revert of 704f48d7f3a1a88047a64b4e2939878d6d4fafb8. These changes made the ports system unusable. | |||
2019-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George Pickering | |
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd. | |||
2019-10-13 | Ports: libarchive | Calvin Buckley | |
Provides a cpio and tar implementation. Unfortunately doesn't work yet; requires a working mbtowc implementation. |