summaryrefslogtreecommitdiff
path: root/Ports
AgeCommit message (Collapse)Author
2023-04-20Ports: Add more supported functions to READMEFabian Dellwing
2023-04-20Ports: Update zshFabian Dellwing
2023-04-19Ports: Force patch regeneration after resolving conflictsTim Schumacher
Otherwise, the post-conflict state will be used as a reference point, and no changes will be detected.
2023-04-19Ports: Don't mangle patches when requiring manual editsTim Schumacher
While at it, pass the `--3way` option to give the user something to work with. Otherwise, Git will just prepare the commit metadata and nothing else. Note that this has a relatively low chance of working, since the recorded blob hashes aren't known to a freshly imported repository.
2023-04-17Ports: Add depends 'libslirp' and configopt '--enable-slirp' to QEMUKenneth Myhra
This adds the dependency 'libslirp' and forces QEMU to pick up the dependency or fail compilation by adding the config option 'enable-slirp'.
2023-04-17Ports: Reformat QEMU's package.sh scriptKenneth Myhra
Use single quotes for non-interpolated strings in the 'configopts' and 'depends' sections. Let each dependency of the 'depends' section be on a separate line.
2023-04-17Ports: Add libslirp version 4.7.0Kenneth Myhra
The slirp submodule was removed from QEMU in version 7.2, running Serenity in QEMU on a Serenity host could fail without this one if running with network enabled. For more information on the removal of the slirp submodule see the following link: https://wiki.qemu.org/ChangeLog/7.2#Removal_of_the_%22slirp%22_submodule_(affects_%22-netdev_user%22)
2023-04-16Ports: Update GLib to 2.76.1Kenneth Myhra
2023-04-15Ports: Add xz to Python dependenciesLinus Groh
This makes it build the `_lzma` module, and thus makes `lzma` work. Thanks to hjalves for the suggestion!
2023-04-15Ports: Update Python to 3.11.3Linus Groh
Released on 2023-04-05. https://www.python.org/downloads/release/python-3113/
2023-04-14Ports/openrtc2: Update OpenRTC2 to version 0.4.4EWouters
2023-04-10Ports/lrzip: Switch to the actual preconfigured release tarballTim Schumacher
This avoids us having to run autoconf ourselves, resulting in a nice and deterministic source package.
2023-04-09Ports: Make libksba/libassuan/ntbtls use Serenity's gpg-error-configBen Wiederhake
This is likely because we usually used the host's version of the file. I happen to use a newer libgpg-error (which is relevant because that particular executable has been renamed, so my system no longer contains a file of the name gpg-error-config), which revealed this latent bug.
2023-04-09Ports: Repair the launcher icons of 'stpuzzles'Ben Wiederhake
2023-04-09Ports: Remove abandoned port 'fheroes2' which was never playableBen Wiederhake
2023-04-09Ports: Reapply the SDL2_sound patchTim Schumacher
2023-04-08Ports: Repair qt6-qtbase by disabling QDnsLookupBen Wiederhake
2023-04-08Ports: Update dmidecode to version 3.5Liav A
2023-04-08Ports: Update dtc to version 1.7.0Liav A
Also, don't use a commit hash anymore but instead use tags, which are updated often enough.
2023-04-08Ports: Update file to version 5.44Liav A
2023-04-07Ports: Add stockfish portTim Ledbetter
2023-03-27Ports: Update serenity-theming use latest commit ba2ddd0djwisdom
Snake: Add Buggie skin Snake: Add CatDog skin Chess: Add ugly piece set Base: Add Hotdog Stand theme
2023-03-27Ports/libtiff: Update libtiff to version 4.5.0Cameron Youell
2023-03-27Ports/imagemagick: Update imagemagick to version 7.1.1-5Cameron Youell
2023-03-27Ports/gettext: Update gettext to version 0.21.1Cameron Youell
2023-03-27Ports/sqlite: Update sqlite to version 3410200Cameron Youell
2023-03-27Ports/libpng: Update libpng to version 1.6.39Cameron Youell
2023-03-27Ports/make: Update make to version 4.4Cameron Youell
2023-03-27Ports/cmake: Update cmake to version 3.26.1Cameron Youell
2023-03-27Ports/curl: Update curl to version 8.0.1Cameron Youell
2023-03-27Ports/bison: Update bison to version 3.8Cameron Youell
2023-03-27Ports/bdwgc: Update bdwgc to version 8.2.2Cameron Youell
2023-03-27Ports/bc: Update bc to version 6.5.0Cameron Youell
2023-03-27Ports/bash: Update bash to version 5.2.15Cameron Youell
2023-03-27Ports/binutils: Update binutils to version 2.40Cameron Youell
2023-03-27Ports/freetype: Update freetype to version 2.13.0Cameron Youell
2023-03-27Ports/grep: Update grep to version 3.10Cameron Youell
2023-03-27Ports/git: Update git to version 2.40.0Cameron Youell
2023-03-24Ports: Update ScummVM to 2.7.0Jelle Raaijmakers
2023-03-24Ports: Fix erroneous spelling of erroneousJelle Raaijmakers
2023-03-17Ports/cmake: Update CMake to version 3.26.0EWouters
2023-03-15Ports: Add taskwarrior portSeal Sealy
2023-03-14Ports: Add bzip3 portSeal Sealy
2023-03-13Ports: Add lrzip portFabian Dellwing
2023-03-13Ports: Add port of backward-cpp, a pretty backtrace libraryAndrew Kaster
2023-03-13Ports: Install libiberty from binutils portAndrew 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-09Ports: Add hexedit portSeal Sealy
2023-02-28Ports: Add MednafenLuke Wilde
2023-02-24Ports: Update curl to 7.88.1Kenneth Myhra
2023-02-19Ports: Port wayland-clientPeter Elliott