summaryrefslogtreecommitdiff
path: root/Ports/oksh
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-08Ports/oksh: Update oksh to version 7.1EWouters
2022-06-01Ports: Remove the `nice` stub from `oksh`Tim Schumacher
2022-05-19Ports: Update oksh's patches to use git patchesAli Mohammad Pur
2021-12-24Ports: Remove obsolete /dev/tty patchesDaniel Bertalan
2021-11-08Ports: Unbreak and update okshDaniel 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-05Ports: Make array-like settings actual arraysTim 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-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-20Ports: Improve consistency and quality of portsPanagiotis 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-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-04-14Ports: Remove obsolete patch for the oksh portGunnar Beutner
The patch is not necessary anymore and breaks the build now that LibC has isblank.
2021-04-06Ports: Added an oksh portManuel Palenzuela
Currently has some problems such as not killing jobs when (ctrl + c) and depends on an implementation of sigsuspend.