Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-24 | Ports/lua: Update to Lua 5.4 | Tim Schumacher | |
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 lua's patches to use git patches | Ali Mohammad Pur | |
2022-03-16 | Ports: Make lua depends and build with readline | Daniel Lemos | |
2022-02-08 | Ports: Fix lua not building | Jackson | |
2021-12-28 | Ports: Make lua buildable on x86_64 | Javier Alvarez | |
Our lua Makefile patch contained hardcoded binaries from the i686 toolchain. Use the CC, AR, and RANLIB variables from .port_include.sh instead to make it architecture independent. | |||
2021-12-17 | Ports: Updated lua port to version 5.3.6 | Rafał Babiarz | |
2021-10-05 | Ports: Make array-like settings actual arrays | Tim 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-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-25 | Ports: Fix detection for -ldl | Gunnar Beutner | |
2021-04-20 | Ports: Improve consistency and quality of ports | Panagiotis Vasilopoulos | |
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually. | |||
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-03-13 | Ports: Remove/replace hardcoded i686-pc-serenity-{gcc,g++,ar,ranlib} | Linus Groh | |
Except in the Lua port's Makefile patch, I couldn't figure this out... | |||
2021-03-13 | Ports: Replace hardcoded versions in 'files' URLs | Linus Groh | |
Let's just use $version everywhere (we already do this for most ports). | |||
2021-03-11 | Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR | Linus Groh | |
Fixes #5710. | |||
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-09-07 | Ports: Install lua to /usr/local | Noah Rosamilia | |
2020-09-07 | Ports: Clean up lua port and enable dynamic library loading | Noah Rosamilia | |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/2080 | |||
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-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-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. | |||
2019-06-05 | Ports: Remove bashisms and switch all scripts to /bin/sh. | Larkin Nickle | |
2019-05-29 | LibM LibC: add fixes for Lua port. | Mustafa Ali CAN | |
2019-05-29 | Port:Add Lua | Mustafa Ali CAN | |