Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 emu2's patches to use git patches | Ali Mohammad Pur | |
2022-01-08 | Ports: Include missing signal.h in emu2 | Tim Schumacher | |
This file apparently relies on the fact that `sys/wait.h` _may_ include symbols from `signal.h`, but as we don't have that (and it isn't a requirement), let's just add the include for `signal.h`. | |||
2021-12-24 | Ports/emu2: Remove obsolete scandir patch | Daniel Bertalan | |
2021-12-24 | Ports: Remove obsolete /dev/tty patches | Daniel Bertalan | |
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-21 | Ports: emu2: Bump version to 2021.01 | Brendan Coles | |
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-16 | Ports: Make sure ports are installed into /usr/local | Gunnar Beutner | |
2021-04-14 | Ports: Add emu2 DOS emulator | Brendan Coles | |