Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-06 | Ports/nano: Update to 7.2 | Mr.UNIX | |
2022-06-08 | Ports/nano: Use sha256 to check the downloaded file | EWouters | |
2022-06-08 | Ports/nano: Update nano to version 6.3 | EWouters | |
2022-05-21 | Ports: Install ncurses headers into the main include directory | Tim Schumacher | |
2022-04-29 | Ports: Remove no longer needed fnmatch.patch | Kenneth Myhra | |
We already have LibC/fnmatch.h with the necessary defines so these patches are no longer needed. | |||
2022-04-11 | Ports/nano: Update nano to version 6.2 | EWouters | |
2022-02-06 | Ports: Update nano to version 6.0 | BodgeMaster | |
This is just a bump of the version number in a couple places. Tested to work. | |||
2022-01-16 | Ports: Remove some config.sub patches and download a fresh one if needed | Ali 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-10-11 | Ports: Fix nano authentication options splitting | Tim Schumacher | |
This was a typo from when everything was migrated to arrays. | |||
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-08-14 | Ports: Fix building the nano port | Gunnar Beutner | |
2021-06-21 | Ports: Bump nano to version 5.8 | Daniel Bertalan | |
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-14 | Ports: Fix building the nano port | Gunnar Beutner | |
2021-03-13 | Ports: Use SERENITY_ARCH in --target/--host | Linus Groh | |
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for 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-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-16 | Port: Nano | Brandon Scott | |
An early step towards a fully functional nano. |