Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-06-04 | Ports: Don't crash when starting uMario outside of /opt/Super_Mario | Gunnar Beutner | |
Previously this port would just crash. There was a workaround in the way the app launcher started the game but I'd really like to get rid of that hack. | |||
2021-06-04 | Ports: Add p7zip | John Brehm | |
2021-05-31 | Ports: Add opentyrian and opentyrian-data | Oleg Kosenkov | |
2021-05-31 | Ports: Add Simon Tatham's Puzzle Collection | Egor Ananyin | |
2021-05-30 | Ports: Add port for wget | Tim Schumacher | |
2021-05-28 | Ports: Install mbedtls into the right directory and build shared libs | Gunnar Beutner | |
Previously we'd install mbedtls into /lib, /include, etc. Instead we should install this port into /usr/local/lib. This also builds shared libraries for this port. | |||
2021-05-27 | Ports: Bump curl to 7.77.0 :^) | Andreas Kling | |
2021-05-20 | Ports: Only do build check for configure, build, and install steps | Linus Groh | |
This was breaking ports linting, which runs the script with the 'showproperty' option. This check is not needed for some other options as well, so let's do it conditionally. | |||
2021-05-20 | Ports: Add build completion sanity check to .port_include.sh | Linus Groh | |
Simply by checking whether a built libc.so exists, we should be able to avoid strange build errors where that's not the case and just tell the user upfront. Fixes #7309. | |||
2021-05-19 | Ports: Build shared libraries for the GnuPG libraries | Gunnar Beutner | |
This builds all the GnuPG libraries as shared libraries so that -lintl is linked when building the final GnuPG executable. | |||
2021-05-18 | Ports: Remove dns and getpw pledges for the OpenSSH client | Gunnar Beutner | |
These are not valid flags for SerenityOS. | |||
2021-05-16 | Ports: Update the packages.db directory in README | Γmer Kurttekin | |
"packages.db" used to be directly in the "Build" directory but it has been moved to "Build/i686/Root/usr/Ports/" in 6877a5b. |