Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-03-16 | Ports: Add Hatari Atari ST/STE/TT/Falcon emulator (#5812) | Dan MacDonald | |
2021-03-15 | Ports: Do not call ./package.sh from a subshell in ./build_all.sh | Tom Needham | |
This patch ensures that ./package.sh is run in the same shell This solves compiling issues when building certain ports. This fix was suggested by linusg in https://github.com/SerenityOS/serenity/issues/5783#issuecomment-798906817 | |||
2021-03-15 | Ports: Allow verbose argument in build_all.sh | Tom Needham | |
This patch allows for a verbose argument to be passed so that the build output of the individual builds is printed to stdout instead of /dev/null to help with diagnosing errors If the verbose argument is not passed the old behaviour is preserved and the build output is printed to /dev/null | |||
2021-03-14 | Ports: Make gnuplot build fail later | Ben Wiederhake | |
2021-03-14 | Ports: Fix 'bc' port | Ben Wiederhake | |
Previously, these features were apparently auto-disabled, because we do not yet support and never did support translations or the FIONREAD ioctl. | |||
2021-03-14 | Ports: Remove ever-broken 'editline' build | Ben Wiederhake | |
I'm sorry @The-King-of-Toasters, but it never worked and apparently noone uses/fixes it, so let's remove it? Alternatively, see discussion in #2677. |