Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-13 | Ports: Add lrzip port | Fabian Dellwing | |
2023-03-13 | Ports: Add port of backward-cpp, a pretty backtrace library | Andrew Kaster | |
2023-03-13 | Ports: Install libiberty from binutils port | Andrew Kaster | |
Normally this is supposed to be installed from gdb or gcc. If a port wants to link against libbfd though, we need to make sure libiberty is actually available in the root filesytem without requiring the port to depend on those larger packages. | |||
2023-03-09 | Ports: Add hexedit port | Seal Sealy | |
2023-02-28 | Ports: Add Mednafen | Luke Wilde | |
2023-02-24 | Ports: Update curl to 7.88.1 | Kenneth Myhra | |
2023-02-19 | Ports: Port wayland-client | Peter Elliott | |
2023-02-19 | Ports: Port the Expat XML parser | Peter Elliott | |
2023-02-16 | Ports/dos2unix: Update to 7.4.4 | Nathan Ell | |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher | |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher | |
2023-02-13 | LibCore: Rename `File` to `DeprecatedFile` | Tim Schumacher | |
As usual, this removes many unused includes and moves used includes further down the chain. | |||
2023-02-11 | Ports: Add GemRB | Julian Offenhäuser | |
GemRB is an open-source implementation of the Infinity engine by Bioware, used in some of their classic role-playing games. | |||
2023-02-11 | Ports: Build python3 port with shared libraries | Julian Offenhäuser | |
2023-02-08 | Ports: Add OpenRCT2 | Julian Offenhäuser | |
2023-02-08 | Ports: Add speexdsp | Julian Offenhäuser | |
2023-02-08 | Ports: Add nlohmann-json | Julian Offenhäuser | |
2023-02-08 | Ports: Add flac | Julian Offenhäuser | |
2023-02-07 | Ports: Update qemu to 7.2.0 | Kenneth Myhra | |
2023-02-07 | Ports: Update mc to 4.8.29 | Kenneth Myhra | |
2023-02-07 | Ports: Update glib to 2.75.2 | Kenneth Myhra | |
2023-02-06 | Ports/grep: Update to 3.8 | Mr.UNIX | |
2023-02-06 | Ports/sed: Update to 4.9 | Mr.UNIX | |
2023-02-06 | Ports/nano: Update to 7.2 | Mr.UNIX | |
2023-02-06 | Ports/gawk: Update to 5.2.1 | Mr.UNIX | |
2023-02-05 | Ports/nasm: Update to 2.16.01 | Mr.UNIX | |
2023-02-05 | Ports/openssl: Update to 1.1.1s | Mr.UNIX | |
2023-02-05 | Ports/git: Update to 2.39.1 | Mr.UNIX | |
2023-02-02 | Ports: Install all dependencies instead of just one | Jelle Raaijmakers | |
Commit 9b7e217dda0c45 broke installation of port dependencies by `return`ing as soon as the first dependency was found. | |||
2023-02-02 | Ports: Add bind mount automatically for Quake3 | Jelle Raaijmakers | |
We need a `wxallowed` bind mount for the `ioquake3` binary to be able to compile and run its executable scripts in memory. Instead of instructing the user how to do so in `/etc/fstab`, we can now use the fancy `/etc/fstab.d` facility :^) | |||
2023-01-29 | Ports: Use absolute path of port_include | Jan200101 | |
This ensures that .port_include will always import other scripts from the correct location. | |||
2023-01-29 | Ports: Document how to declare external port directories | Jan200101 | |
2023-01-29 | Ports: Support multiple port directories | Jan200101 | |
This allows Ports unfit for the main repository to be put elsewhere. | |||
2023-01-26 | LibGfx: Remove `try_` prefix from bitmap creation functions | Tim Schumacher | |
Those don't have any non-try counterpart, so we might as well just omit it. | |||
2023-01-19 | Ports: Fix compatiblity issues with running package.sh on Serenity | Peter Elliott | |
2023-01-09 | Ports: Make `sed` work on macOS | Jelle Raaijmakers | |
The ports `libvorbis`, `readline` and `timidity` would not install on macOS as a result of using `sed -i` without an extension provided. GNU sed is available through Homebrew, but it does not replace `sed` by default. Instead, provide a new `sed_in_place` function that calls `sed` with the right arguments. | |||
2023-01-09 | Ports: Use sha256 hash for libmpg123 | Jelle Raaijmakers | |
2023-01-08 | Ports/timidity: Use fresh `config.guess` for timidity | EWouters | |
2023-01-06 | Ports: Set `$LD` for Clang, GCC and host in `.hosted_defs.sh` | EWouters | |
Sets `$LD` to `$HOST_LD` in `.port_include.sh` if it is defined as well, else it will be set to `ld`. Makes libiconv build with the Clang toolchain. This also impacts other ports when building them with the Clang toolchain, and might result in more ports building correctly. | |||
2023-01-04 | Ports: Fix the libmpg123 patch | AsciiWolf | |
2023-01-03 | Ports: Remove gltron patch for `glext.h` | Jelle Raaijmakers | |
This is no longer necessary since we have resolved most conflicts with SDL2's version of the GL constants. | |||
2023-01-03 | Ports: Unbreak ScummVM icon pack generation | Jelle Raaijmakers | |
The ScummVM icon repository no longer accepts "1970-01-01" as a valid start date for the icon pack generation. We now use the oldest commit date in the repository which _is_ accepted. | |||
2023-01-03 | Ports: Update serenity-theming use latest commit 7a39b7d | djwisdom | |
2022-12-31 | Everywhere: Move Base/res/terminal-colors to Base/res/color-schemes | implicitfield | |
2022-12-31 | Ports: Bump the xash3d versions across the board | Tim Schumacher | |
2022-12-31 | Ports: Use absolute path of script | Jan200101 | |
The relative paths are not valid inside a port build directory. This makes target_env source .hosted_defs.sh correctly. | |||
2022-12-28 | Ports: Remove i686 support | Liav A | |
2022-12-28 | Kernel+Userland: Remove dependency on i386-specific registers | Liav A | |
2022-12-22 | Ports: Let our CA Certificate location be known to curl | Kenneth Myhra | |
Co-authored-by: Tim Schumacher <timschumi@gmx.de> | |||
2022-12-22 | Ports: Format curl package.sh script | Kenneth Myhra | |