summaryrefslogtreecommitdiff
path: root/Ports
AgeCommit message (Collapse)Author
2021-06-29Ports: Fix dmidecode patchesLiav A
Since we have a SysFS now, we can just let dmidecode to read the DMI blobs from it.
2021-06-21Ports: Bump nano to version 5.8Daniel Bertalan
2021-06-20Ports: Add libpng to dependencies of dosbox-stagingbreakgimme
2021-06-18Ports: Add port for DOSBox StagingGunnar Beutner
2021-06-18Ports: Fix less by disabling wctypeGavin 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-16Ports: Add port for DungeonRushGunnar Beutner
2021-06-16Ports: Disable gettext support for libiconvGunnar 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-16Ports: Add port for SDL2_netGunnar Beutner
2021-06-16Ports: Remove note about ssh needing port numbers explicitly specifiedBrian 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-14Ports: Adds Another World VM interpreter implementationPavel Safar
2021-06-13Ports: Add ComposerJelle Raaijmakers
2021-06-13Ports: Update diffutils to version 3.7Jelle Raaijmakers
2021-06-11Ports/OpenSSL: Switch to sha256 signature checkJelle Raaijmakers
2021-06-11Ports/OpenSSL: Use `install_prefix` to fix resource installJelle 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-11Ports/OpenSSL: Remove test statementJelle Raaijmakers
2021-06-11Ports/OpenSSL: Remove unnecessary patchJelle Raaijmakers
2021-06-10Ports: Add LLVM portEgor Ananyin
2021-06-10Ports: Add pre_fetch to .port_include.shEgor Ananyin
2021-06-09Ports: Add ZSH portThiago Henrique Hupner
2021-06-09Ports: Build an `.so` file for SQLiteJelle Raaijmakers
2021-06-09Ports: Update SQLite to version 3.35.5Jelle Raaijmakers
2021-06-09Ports: Use shared icon logic for ScummVMJelle Raaijmakers
2021-06-09Ports: Remove checksum for the stpuzzles portGunnar 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-09Ports: Embed icons for the stpuzzles portGunnar Beutner
2021-06-09Ports: .port_include.sh add install_icon functionMax Trussell
2021-06-08Ports/ScummVM: Add freetype, libiconv, libjpeg and libpng to build depsJelle Raaijmakers
2021-06-08Ports/ScummVM: Use SERENITY_INSTALL_ROOT instead of _BUILD_DIRJelle Raaijmakers
2021-06-07Ports: Make `curl` detect our OpenSSL portJelle 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-07Ports: Add Beneath a Steel SkyJelle Raaijmakers
2021-06-07Toolchain+Ports: Fix building binutils on FreeBSDGunnar Beutner
This imports the upstream patch from https://sourceware.org/bugzilla/show_bug.cgi?id=27382 Fixes #7407.
2021-06-06Ports: Install launcher for FreecivGunnar Beutner
2021-06-06Ports/freeciv: Add missing dependencies SDL2_gfx and curl (libcurl)Kenneth Myhra
2021-06-06Ports: Fix zlib include directory for libzipEdwin Hoksberg
2021-06-06Ports: Add samTimothy
2021-06-05Ports/PHP: Enable OpenSSL extensionJelle Raaijmakers
2021-06-05Ports/PHP: Disable PCRE JITJelle 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-05Ports/PHP: Enable Zlib extensionJelle Raaijmakers
2021-06-05Ports/PHP: Enable Phar extensionJelle Raaijmakers
2021-06-05Ports: Add port for freecivGunnar Beutner
2021-06-05Ports: Specify missing library when linking SDL2_ttfGunnar Beutner
2021-06-05Ports: Build shared library for freetypeGunnar Beutner
2021-06-05Ports: fix gcc for mac usersyegor
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-04Ports: Enable PHP XML extensionsJelle Raaijmakers
2021-06-04Ports: Add libxml2Jelle Raaijmakers
2021-06-04Ports/PHP: Enable SQLite3 and iconv extensionsJelle Raaijmakers
2021-06-04Ports: Embed ScummVM icons into the binaryJelle Raaijmakers
Slightly inspired by 9c0cfede.
2021-06-04Ports: Add PHPJelle Raaijmakers
2021-06-04Ports: Embed icon into the Super Mario portGunnar Beutner
2021-06-04Ports: Create launchers for the stpuzzles portGunnar 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-04Ports: Don't set the current working directory in the launcher scriptGunnar Beutner
This removes the hack for launching Super Mario.