summaryrefslogtreecommitdiff
path: root/Ports
AgeCommit message (Collapse)Author
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.
2021-06-04Ports: Don't crash when starting uMario outside of /opt/Super_MarioGunnar 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-04Ports: Add p7zipJohn Brehm
2021-05-31Ports: Add opentyrian and opentyrian-dataOleg Kosenkov
2021-05-31Ports: Add Simon Tatham's Puzzle CollectionEgor Ananyin
2021-05-30Ports: Add port for wgetTim Schumacher
2021-05-28Ports: Install mbedtls into the right directory and build shared libsGunnar 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-27Ports: Bump curl to 7.77.0 :^)Andreas Kling
2021-05-20Ports: Only do build check for configure, build, and install stepsLinus 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-20Ports: Add build completion sanity check to .port_include.shLinus 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-19Ports: Build shared libraries for the GnuPG librariesGunnar Beutner
This builds all the GnuPG libraries as shared libraries so that -lintl is linked when building the final GnuPG executable.
2021-05-18Ports: Remove dns and getpw pledges for the OpenSSH clientGunnar Beutner
These are not valid flags for SerenityOS.
2021-05-16Ports: 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.