Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-12 | Ports: Link curl against openssl and disable non-blocking I/O | Gunnar 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-12 | Ports: Remove configure option which disables getattrinfo() for curl | Gunnar Beutner | |
2021-04-12 | Ports: Fix for building openssh | Gunnar Beutner | |
2021-04-12 | Ports: Remove obsolete patches for <limits.h> | Gunnar Beutner | |
2021-04-12 | Ports: fallback to pro when curl is not installed | Peter Elliott | |
2021-04-12 | Ports: Require less commands in .port_include.sh | Peter Elliott | |
- fallback to http with curl when https fails - add --no-gpg-verification, which will skip gpg signature verification | |||
2021-04-12 | Ports: Don't use getaddrinfo for curl | Peter Elliott | |
serenity's getaddrinfo is a stub, but curl detects it anyway, and uses it instead of gethostbyname. | |||
2021-04-12 | Meta: Add install-ports CMake target | Peter 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-12 | Ports: Add Dialog | Brendan Coles | |
2021-04-12 | Ports: Add GNU libtool | Brendan Coles | |
2021-04-11 | Ports: Add Port for the yasm assembler (#6149) | Tom Needham | |
This is a required dependency for many libraries. | |||
2021-04-11 | Ports: Fix Ports/README.md to match lint rule | Brian Gianforcaro | |
2021-04-11 | Ports: Fix building diffutils | Gunnar Beutner | |
2021-04-11 | Ports: Fix building the git port | Gunnar Beutner | |
Because libiconv is now buildable the configure script fails when libiconv was installed. | |||
2021-04-11 | Ports: Fix building the libexpat port | Gunnar Beutner | |
2021-04-11 | Ports: Fix building the nesalizer port when SDL2 isn't installed on the host | Gunnar Beutner | |
2021-04-11 | Ports: Fix building the dropbear port | Gunnar Beutner | |
2021-04-11 | Ports: Fix install actions for the dmidecode port when re-installing the port | Gunnar Beutner | |
When re-installing the port the symlink already exists which causes 'ln -s' to fail. | |||
2021-04-11 | Ports: Fix building the frotz port | Gunnar Beutner | |
2021-04-11 | Ports: Remove config opts for dash | Gunnar Beutner | |
2021-04-11 | Ports: Fix install actions for the bash port when re-installing the port | Gunnar Beutner | |
When re-installing the port the symlink already exists which causes 'ln -s' to fail. | |||
2021-04-10 | Ports: Download GNU port archives and signatures using HTTPS | Brendan Coles | |
2021-04-08 | Ports: Add GnuCOBOL | Brendan Coles | |
2021-04-08 | Ports: Add GNU Multiple Precision Arithmetic Library (GMP) | Brendan Coles | |
2021-04-06 | Ports: Update Python to 3.9.4 | Linus Groh | |
Released on 2021-04-04 as a hotfix release superseding 3.9.3. https://www.python.org/downloads/release/python-394/ | |||
2021-04-06 | Ports: 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-06 | Ports: 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-06 | Ports: Added an oksh port | Manuel Palenzuela | |
Currently has some problems such as not killing jobs when (ctrl + c) and depends on an implementation of sigsuspend. | |||
2021-04-05 | Ports: Added the libzip library | Manuel Palenzuela | |
2021-04-05 | Ports: Add carl | Larkin Nickle | |
2021-04-04 | Ports: Add SDL2_gfx | Linus Groh | |
2021-04-04 | Ports: Set freetype2 include path for SDL2_ttf | Linus Groh | |
It tried to use some headers from my host machine and failed to build. | |||
2021-04-04 | Ports: Removed now unnecesary patch for the Prince of Persia port | Manuel Palenzuela | |
As now strtoimax() is implemented we have no need to replace it to strtol(). | |||
2021-04-04 | Ports: fix libvorbis installtion prefix | Alexander | |
2021-04-04 | Ports: Add ScummVM | Jelle Raaijmakers | |
2021-04-03 | Ports: 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-03 | Ports: Added a cmatrix port | Manuel Palenzuela | |
2021-04-01 | Ports: Build Python with --disable-ipv6 | Linus Groh | |
The addition of some IPv6 related things makes the configure script think we support it now. We don't. | |||
2021-04-01 | Ports: Updated the SDL2_mixer port to make it compile without | Manuel 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-01 | Ports: Added a SDL2_image port | Manuel Palenzuela | |
2021-04-01 | Ports: Get Python's --build value from config.guess | Linus Groh | |
2021-04-01 | Ports: add libvorbis | Alexander | |
2021-03-31 | Ports: Links: Bump version from 2.19 to 2.22 | Brendan Coles | |
2021-03-30 | Ports: Use 'env bash' in hatari and pt2-clone package.sh shebang | Linus Groh | |
2021-03-30 | Ports: Added a chester port, a very simple GameBoy emulator. | Manuel Palenzuela | |
2021-03-29 | Ports/SQLite: Remove HAVE_UTIME compilation flag | Jelle Raaijmakers | |
2021-03-27 | Ports: Switch to new SDL2 port | Andreas 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-27 | Ports: Add SQLite | Jelle Raaijmakers | |
2021-03-25 | Ports: Fix m4 | AnicJov | |
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-21 | Ports: vitetris | Jaan | |