summaryrefslogtreecommitdiff
path: root/Ports
AgeCommit message (Collapse)Author
2021-04-12Ports: Link curl against openssl and disable non-blocking I/OGunnar Beutner
For some reason curl complains that SSL_connect() fails when non-blocking I/O is enabled. With blocking I/O it works just fine though.
2021-04-12Ports: Remove configure option which disables getattrinfo() for curlGunnar Beutner
2021-04-12Ports: Fix for building opensshGunnar Beutner
2021-04-12Ports: Remove obsolete patches for <limits.h>Gunnar Beutner
2021-04-12Ports: fallback to pro when curl is not installedPeter Elliott
2021-04-12Ports: Require less commands in .port_include.shPeter Elliott
- fallback to http with curl when https fails - add --no-gpg-verification, which will skip gpg signature verification
2021-04-12Ports: Don't use getaddrinfo for curlPeter Elliott
serenity's getaddrinfo is a stub, but curl detects it anyway, and uses it instead of gethostbyname.
2021-04-12Meta: Add install-ports CMake targetPeter Elliott
install-ports copys the necessary files from Ports/ to /usr/Ports. Also refactor the compiler and destiation variables from .port_include.sh into .hosted_defs.sh. .hosted_defs.sh does not exists when ports are built in serenity
2021-04-12Ports: Add DialogBrendan Coles
2021-04-12Ports: Add GNU libtoolBrendan Coles
2021-04-11Ports: Add Port for the yasm assembler (#6149)Tom Needham
This is a required dependency for many libraries.
2021-04-11Ports: Fix Ports/README.md to match lint ruleBrian Gianforcaro
2021-04-11Ports: Fix building diffutilsGunnar Beutner
2021-04-11Ports: Fix building the git portGunnar Beutner
Because libiconv is now buildable the configure script fails when libiconv was installed.
2021-04-11Ports: Fix building the libexpat portGunnar Beutner
2021-04-11Ports: Fix building the nesalizer port when SDL2 isn't installed on the hostGunnar Beutner
2021-04-11Ports: Fix building the dropbear portGunnar Beutner
2021-04-11Ports: Fix install actions for the dmidecode port when re-installing the portGunnar Beutner
When re-installing the port the symlink already exists which causes 'ln -s' to fail.
2021-04-11Ports: Fix building the frotz portGunnar Beutner
2021-04-11Ports: Remove config opts for dashGunnar Beutner
2021-04-11Ports: Fix install actions for the bash port when re-installing the portGunnar Beutner
When re-installing the port the symlink already exists which causes 'ln -s' to fail.
2021-04-10Ports: Download GNU port archives and signatures using HTTPSBrendan Coles
2021-04-08Ports: Add GnuCOBOLBrendan Coles
2021-04-08Ports: Add GNU Multiple Precision Arithmetic Library (GMP)Brendan Coles
2021-04-06Ports: Update Python to 3.9.4Linus Groh
Released on 2021-04-04 as a hotfix release superseding 3.9.3. https://www.python.org/downloads/release/python-394/
2021-04-06Ports: Add flatbuffers library (#6050)Arthur Mendes
The flatbuffers library is a serialization library, created by Google for game development and performance-critical applications. It aims to be fast and efficient. This commit creates a port of it to SerenityOS. The flatbuffers build process generates three things: some header files, a library (libflatbuffers) and a schema compiler (flatc). There are tests, but they are not compiled, because it runs the flatbuffers schema compiler, one of the things we are cross-compiling. The compiler will not run because the target is different from the host
2021-04-06Ports: Added a Super-Mario clone port.Manuel Palenzuela
Added a minimal dependency super mario port. (Only depends on SDL, SDL_image and SDL_mixer).
2021-04-06Ports: Added an oksh portManuel Palenzuela
Currently has some problems such as not killing jobs when (ctrl + c) and depends on an implementation of sigsuspend.
2021-04-05Ports: Added the libzip libraryManuel Palenzuela
2021-04-05Ports: Add carlLarkin Nickle
2021-04-04Ports: Add SDL2_gfxLinus Groh
2021-04-04Ports: Set freetype2 include path for SDL2_ttfLinus Groh
It tried to use some headers from my host machine and failed to build.
2021-04-04Ports: Removed now unnecesary patch for the Prince of Persia portManuel Palenzuela
As now strtoimax() is implemented we have no need to replace it to strtol().
2021-04-04Ports: fix libvorbis installtion prefixAlexander
2021-04-04Ports: Add ScummVMJelle Raaijmakers
2021-04-03Ports: Added a Prince of Persia (SDLPoP) port.Manuel Palenzuela
This is a port of the dissasembly version of the DOS prince of persia game :)
2021-04-03Ports: Added a cmatrix portManuel Palenzuela
2021-04-01Ports: Build Python with --disable-ipv6Linus Groh
The addition of some IPv6 related things makes the configure script think we support it now. We don't.
2021-04-01Ports: Updated the SDL2_mixer port to make it compile withoutManuel Palenzuela
the opus and modplug music libraries. Previously it wasnt compiling as we do not have ports of those libraries. I have also changed the install location of the library so it installs under /usr/include/SDL2 instead of /usr/local/include/SDL2.
2021-04-01Ports: Added a SDL2_image portManuel Palenzuela
2021-04-01Ports: Get Python's --build value from config.guessLinus Groh
2021-04-01Ports: add libvorbisAlexander
2021-03-31Ports: Links: Bump version from 2.19 to 2.22Brendan Coles
2021-03-30Ports: Use 'env bash' in hatari and pt2-clone package.sh shebangLinus Groh
2021-03-30Ports: Added a chester port, a very simple GameBoy emulator.Manuel Palenzuela
2021-03-29Ports/SQLite: Remove HAVE_UTIME compilation flagJelle Raaijmakers
2021-03-27Ports: Switch to new SDL2 portAndreas Kling
I've rebased the SDL2 port on top of the latest SDL2 main branch. This patch simply points the SDL2 port scripts to the new branch.
2021-03-27Ports: Add SQLiteJelle Raaijmakers
2021-03-25Ports: Fix m4AnicJov
This patch fixes the m4 port by removing unneeded make subdirs that would cause the build to fail on some systems. We now only care about the `lib` and `src`.
2021-03-21Ports: vitetrisJaan