Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-06-08 | Ports/oksh: Update oksh to version 7.1 | EWouters | |
2022-06-01 | Ports: Remove the `nice` stub from `oksh` | Tim Schumacher | |
2022-05-19 | Ports: Update oksh's patches to use git patches | Ali Mohammad Pur | |
2021-12-24 | Ports: Remove obsolete /dev/tty patches | Daniel Bertalan | |
2021-11-08 | Ports: Unbreak and update oksh | Daniel Bertalan | |
This port has been broken since the introduction of `sys_signame` (which was almost 3 months ago), as oksh provided a conflicting definition for it. This commit also cleans up some of the patches, defining the appropriate config macro instead of commenting out code. When I opened this program's GitHub releases page, I noticed that a new version was available, so I also did the update. | |||
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-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-20 | Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR | Panagiotis Vasilopoulos | |
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-14 | Ports: Remove obsolete patch for the oksh port | Gunnar Beutner | |
The patch is not necessary anymore and breaks the build now that LibC has isblank. | |||
2021-04-06 | Ports: Added an oksh port | Manuel Palenzuela | |
Currently has some problems such as not killing jobs when (ctrl + c) and depends on an implementation of sigsuspend. |