Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-27 | Ports: Update serenity-theming use latest commit 5d626d9 | djwisdom | |
2022-07-23 | Ports: Update serenity-theming use latest commit f6d9306 | djwisdom | |
2022-07-23 | Ports/SDL2: Rename LibAudio connection to ConnectionToServer | Tim Schumacher | |
2022-07-22 | Ports: Update the CMake platform module from upstream | Tim Schumacher | |
While we're at it, remove the `/bin/sh` patch that is no longer needed, as we now build the port fully on the host. | |||
2022-07-19 | Ports: Update serenity-theming use latest commit 98ea1b3 | djwisdom | |
2022-07-16 | Ports/opfor: Update to 2022.07.14 | Tim Schumacher | |
2022-07-16 | Ports/halflife: Update to 2022.07.14 | Tim Schumacher | |
2022-07-16 | Ports/xash3d-fwgs: Update to 2022.07.14 | Tim Schumacher | |
2022-07-16 | Ports/SDL2: Update for the recent `StringView` changes | Tim Schumacher | |
2022-07-15 | Ports: Make libmpg123 compile again | kleines Filmröllchen | |
This was as simple as copying over the libtool patches from libvorbis and removing now-unneeded Serenity-awareness patches. Co-authored-by: Tim Schumacher <timschumi@gmx.de> | |||
2022-07-14 | Ports: Update libuv to use the right /proc/memstat values | Liav A | |
2022-07-14 | Ports: Update neofetch to use the right /proc/memstat values | Liav A | |
2022-07-14 | Ports: Update serenity-theming use latest commit 2ce930e | djwisdom | |
2022-07-13 | Ports: Move build directories into Build/ | Tim Schumacher | |
2022-07-13 | Ports/opentyrian-data: Don't extract the archive a second time | Tim Schumacher | |
2022-07-13 | Meta+Ports: Automatically generate a meson cross file that we can use | Tim Schumacher | |
2022-07-13 | Ports/freedink: Don't extract freedink-data a second time | Tim Schumacher | |
Our implicit extraction already takes care of this. | |||
2022-07-13 | Ports/git: Store default gitconfig as heredoc | Tim Schumacher | |
2022-07-13 | Ports/libicu: Evaluate the host build folder later | Tim Schumacher | |
We need this to be the build directory, not the tarball directory. | |||
2022-07-13 | Ports/cfunge: Remove workdir weirdness | Tim Schumacher | |
2022-07-08 | Ports: Add a QEMU port | Tim Schumacher | |
2022-07-08 | Ports: Add a port for `pixman` | Tim Schumacher | |
2022-07-08 | Ports: Add QOI converter and QOI benchmark utility | Liav A | |
2022-07-08 | Ports: Add stb header files | Liav A | |
2022-07-07 | Ports: Don't create ccache symlinks for tools we don't have | Tim Schumacher | |
2022-07-07 | Ports: Update OpenSSL to 1.1.1q | Luke Wilde | |
2022-07-04 | Ports: Update serenity-theming to latest commit | djwisdom | |
2022-07-03 | Ports: Update dos2unix to 7.4.3 | Nathan Ell | |
Update to the latest version of the upstream dos2unix, 7.4.3. Simplify the URL used to download the upstream PGP key for the dos2unix package, by leveraging the already well-used version variable. | |||
2022-07-01 | Ports: Add a port of `genext2fs` | Tim Schumacher | |
2022-06-30 | Ports/ruby: Pass proper --with-coroutine flag per architecture | Andrew Kaster | |
This fixes the x86_64 build. However, when built with clang x86_64, ruby crashes on exit trying to free some memory that has an invalid header magic. More work to be done here to make the x86_64 build work properly. | |||
2022-06-30 | Toolchain+Ports: Install host ruby into Local/ruby, not Local/$ARCH | Andrew Kaster | |
Following the pattern for qemu, mold, and clang, we should install the host ruby required to build the ruby port into its own install tree rather than forcing it into the GNU compiler's bindir. | |||
2022-06-30 | Toolchain+Ports: Install host python into Local/python, not Local/$ARCH | Andrew Kaster | |
Following the pattern for qemu, mold, and clang, we should install the host python required to build the python port into its own install tree rather than forcing it into the GNU compiler's bindir. | |||
2022-06-30 | Ports: Add a port of `e2fsprogs` | Tim Schumacher | |
2022-06-27 | Ports: Update curl to 7.84.0 | Luke Wilde | |
2022-06-25 | Ports: Add edid-decode port | Liav A | |
2022-06-25 | Ports: Add GNU findutils utility suite | Liav A | |
2022-06-25 | Ports: Add GNU gzip utility port | Liav A | |
2022-06-25 | Ports: Add GNU cpio archive utility port | Liav A | |
2022-06-25 | Ports: Add lz4 compression utility | Liav A | |
2022-06-24 | Ports/qt6-qtbase: Add `md4c` as a dependency | Tim Schumacher | |
2022-06-24 | Ports: Add a port of `md4c` | Tim Schumacher | |
2022-06-24 | Ports/mbedtls: Update to Mbed TLS 3.1.0 | Tim Schumacher | |
2022-06-24 | Ports/lua: Update to Lua 5.4 | Tim Schumacher | |
2022-06-21 | Ports: Update OpenSSL to 1.1.1p | Luke Wilde | |
This also changes the source to fetch OpenSSL from the OpenSSL site, as 1.1.1p is not currently available from the usual source. | |||
2022-06-20 | Ports/gltron: Use sdl12-compat instead of SDL2 | Grigoris Pavlakis | |
2022-06-20 | Ports: Add SDL_sound for SDL 1.2 | Grigoris Pavlakis | |
2022-06-20 | Ports: Move SDL_sound to SDL2_sound | Grigoris Pavlakis | |
2022-06-19 | Ports/ncurses: Disable mixed-case directory names when building on macOS | SeekingBlues | |
Since macOS's filesystem is case-insensitive, its `tic` only generates terminfo directory names that are hex numbers instead of letters, such as 78/xterm instead of x/xterm. However, the configure script still enables the mixed-case directory name feature by default. As a result, ncurses will fail when trying to find terminfo entries like x/xterm if they are generated on macOS. It seems like there is no way to change the behavior of `tic` to create alphabetical directories, so we can only disable this option explicitly. | |||
2022-06-19 | Ports: Update mold to 1.0.3 | kleines Filmröllchen | |
2022-06-19 | Ports: Add OpenJDK port | Timur Sultanov | |
Port of OpenJDK 17.0.2, zero VM only. More work needed to get the full hotspot VM up and running :^) Co-Authored-By: Andrew Kaster <akaster@serenityos.org> |