Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-29 | Ports: Fix dmidecode patches | Liav A | |
Since we have a SysFS now, we can just let dmidecode to read the DMI blobs from it. | |||
2021-06-21 | Ports: Bump nano to version 5.8 | Daniel Bertalan | |
2021-06-20 | Ports: Add libpng to dependencies of dosbox-staging | breakgimme | |
2021-06-18 | Ports: Add port for DOSBox Staging | Gunnar Beutner | |
2021-06-18 | Ports: Fix less by disabling wctype | Gavin Downard | |
The commit c2b47c067 (LibC: Add stubs for wctype and iswctype, 2021-05-27) introduced the wctype.h header, which caused the less port to try to build with wchar support. This patches the header generated by the configure script to remove wchar support. | |||
2021-06-16 | Ports: Add port for DungeonRush | Gunnar Beutner | |
2021-06-16 | Ports: Disable gettext support for libiconv | Gunnar Beutner | |
libiconv and gettext have a circular dependency. In an ideal world we'd build libiconv without gettext support first, then gettext and finally libiconv again with gettext support. However, if the libiconv port detects gettext on the host system while the gettext port hasn't been built yet things break. This disables gettext support for the libiconv port for now. | |||
2021-06-16 | Ports: Add port for SDL2_net | Gunnar Beutner | |
2021-06-16 | Ports: Remove note about ssh needing port numbers explicitly specified | Brian Gianforcaro | |
This is no longer true, I'm not sure where this got fixed, but I can successfully connect via IP without specifying a port number using the latest HEAD of master. | |||
2021-06-14 | Ports: Adds Another World VM interpreter implementation | Pavel Safar | |
2021-06-13 | Ports: Add Composer | Jelle Raaijmakers | |
2021-06-13 | Ports: Update diffutils to version 3.7 | Jelle Raaijmakers | |
2021-06-11 | Ports/OpenSSL: Switch to sha256 signature check | Jelle Raaijmakers | |
2021-06-11 | Ports/OpenSSL: Use `install_prefix` to fix resource install | Jelle Raaijmakers | |
The `--openssldir` parameter was causing OpenSSL to search for its resources in the wrong location, e.g.: `/serenity/Build/i686/Root/usr/local/ssl/...` By using `--install_prefix`, the build system understands where to put the OpenSSL files and does not leak the build path into the compiled binaries. | |||
2021-06-11 | Ports/OpenSSL: Remove test statement | Jelle Raaijmakers | |
2021-06-11 | Ports/OpenSSL: Remove unnecessary patch | Jelle Raaijmakers | |
2021-06-10 | Ports: Add LLVM port | Egor Ananyin | |
2021-06-10 | Ports: Add pre_fetch to .port_include.sh | Egor Ananyin | |
2021-06-09 | Ports: Add ZSH port | Thiago Henrique Hupner | |
2021-06-09 | Ports: Build an `.so` file for SQLite | Jelle Raaijmakers | |
2021-06-09 | Ports: Update SQLite to version 3.35.5 | Jelle Raaijmakers | |
2021-06-09 | Ports: Use shared icon logic for ScummVM | Jelle Raaijmakers | |
2021-06-09 | Ports: Remove checksum for the stpuzzles port | Gunnar Beutner | |
The Git repository is hosted on GitHub and is owned by the SerenityOS GitHub organization which means our root of trust is GitHub anyway (where did you get _this_ repository from?) So let's remove the checksum. | |||
2021-06-09 | Ports: Embed icons for the stpuzzles port | Gunnar Beutner | |
2021-06-09 | Ports: .port_include.sh add install_icon function | Max Trussell | |
2021-06-08 | Ports/ScummVM: Add freetype, libiconv, libjpeg and libpng to build deps | Jelle Raaijmakers | |
2021-06-08 | Ports/ScummVM: Use SERENITY_INSTALL_ROOT instead of _BUILD_DIR | Jelle Raaijmakers | |
2021-06-07 | Ports: Make `curl` detect our OpenSSL port | Jelle Raaijmakers | |
Without a proper prefix, the `configure` script will probably pick up the host's OpenSSL library. This change makes sure the script always looks at the library present in the Serenity build dir. | |||
2021-06-07 | Ports: Add Beneath a Steel Sky | Jelle Raaijmakers | |
2021-06-07 | Toolchain+Ports: Fix building binutils on FreeBSD | Gunnar Beutner | |
This imports the upstream patch from https://sourceware.org/bugzilla/show_bug.cgi?id=27382 Fixes #7407. | |||
2021-06-06 | Ports: Install launcher for Freeciv | Gunnar Beutner | |
2021-06-06 | Ports/freeciv: Add missing dependencies SDL2_gfx and curl (libcurl) | Kenneth Myhra | |
2021-06-06 | Ports: Fix zlib include directory for libzip | Edwin Hoksberg | |
2021-06-06 | Ports: Add sam | Timothy | |
2021-06-05 | Ports/PHP: Enable OpenSSL extension | Jelle Raaijmakers | |
2021-06-05 | Ports/PHP: Disable PCRE JIT | Jelle Raaijmakers | |
The PCRE JIT creates memory that needs to be readable, writable and executable at the same time. Serenity does not like this, so disable it. This JIT is of limited use for the current applications of PHP within Serenity anyway :-) | |||
2021-06-05 | Ports/PHP: Enable Zlib extension | Jelle Raaijmakers | |
2021-06-05 | Ports/PHP: Enable Phar extension | Jelle Raaijmakers | |
2021-06-05 | Ports: Add port for freeciv | Gunnar Beutner | |
2021-06-05 | Ports: Specify missing library when linking SDL2_ttf | Gunnar Beutner | |
2021-06-05 | Ports: Build shared library for freetype | Gunnar Beutner | |
2021-06-05 | Ports: fix gcc for mac users | yegor | |
BSD sed differs from GNU sed with the `-i` option. This commit changes the sed line in package.sh to be portable across macOS and Linux. | |||
2021-06-04 | Ports: Enable PHP XML extensions | Jelle Raaijmakers | |
2021-06-04 | Ports: Add libxml2 | Jelle Raaijmakers | |
2021-06-04 | Ports/PHP: Enable SQLite3 and iconv extensions | Jelle Raaijmakers | |
2021-06-04 | Ports: Embed ScummVM icons into the binary | Jelle Raaijmakers | |
Slightly inspired by 9c0cfede. | |||
2021-06-04 | Ports: Add PHP | Jelle Raaijmakers | |
2021-06-04 | Ports: Embed icon into the Super Mario port | Gunnar Beutner | |
2021-06-04 | Ports: Create launchers for the stpuzzles port | Gunnar Beutner | |
This changes the .port_include.sh script so that ports can more easily create more than one launcher by making the install_launcher function available to the port's package.sh script. This creates launchers for the stpuzzles port in the Games/Puzzles category. | |||
2021-06-04 | Ports: Don't set the current working directory in the launcher script | Gunnar Beutner | |
This removes the hack for launching Super Mario. |