summaryrefslogtreecommitdiff
path: root/Ports/emu2
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-22Ports: Fully delete Co-Authored-By lines from the ReadMeTim Schumacher
Otherwise, this results in a number of empty lines where Co-Authored-By would have been.
2022-05-19Ports: Update emu2's patches to use git patchesAli Mohammad Pur
2022-01-08Ports: Include missing signal.h in emu2Tim 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-24Ports/emu2: Remove obsolete scandir patchDaniel Bertalan
2021-12-24Ports: Remove obsolete /dev/tty patchesDaniel Bertalan
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-21Ports: emu2: Bump version to 2021.01Brendan Coles
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-16Ports: Make sure ports are installed into /usr/localGunnar Beutner
2021-04-14Ports: Add emu2 DOS emulatorBrendan Coles