Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-20 | Ports: Add a launcher for Python | Linus Groh | |
We're even downloading an additional older icon from the git repo instead of using their current ones for accurate look and feel :^) | |||
2021-07-20 | Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..." | Linus Groh | |
2021-07-20 | Ports: Add launcher_run_in_terminal package.sh variable | Linus Groh | |
This is being used to generate the RunInTerminal entry in launcher app files. | |||
2021-07-19 | Ports/dosbox-staging: Change 'serenity*' build target to '*serenity*' | Kenneth Myhra | |
The serenity build target in config.sub did not match 'i686-pc-serenity'. This commit changes the build target from 'serenity*' to '*serenity*'. | |||
2021-07-19 | Ports: Bump libarchive from version 3.4.0 to 3.5.1 | Kenneth Myhra | |
2021-07-19 | Ports: Bump libffi from version 3.3 to 3.4.2 | Kenneth Myhra | |
2021-07-15 | Ports: Add Launcher for Epsilon | Kenneth Myhra | |
2021-07-15 | Ports: Add missing dependency 'freetype' for Epsilon | Kenneth Myhra | |
2021-07-14 | Ports: Add epsilon 15.5.0 | Joachim Le Fournis | |
2021-07-13 | Ports: Add vlang weekly.2021.28 package | pancake | |
2021-07-10 | Ports: Build Python with ncurses and termcap | Linus Groh | |
Neither the _curses nor the termios module builds to completion currently due to some missing functions, but we can let it try nonetheless - it'll likely get fixed at some point :^) | |||
2021-07-10 | Ports: Build Python with sqlite | Linus Groh | |
This makes the _sqlite3 module work :^) | |||
2021-07-10 | Ports: Build Python with bzip2 | Linus Groh | |
This makes the _bz2 module work :^) | |||
2021-07-10 | Ports: Build Python with readline | Linus Groh | |
This provides a *much* improved REPL experience :^) | |||
2021-07-10 | Ports: Add a patch for Python's setup.py to consider /usr/local | Linus Groh | |
This makes it find more includes and libraries than by default when crosscompiling. | |||
2021-07-10 | Ports: Export CC with added --sysroot for building Python | Linus Groh | |
This is used in the setup.py file when adding include and lib paths to the list when crosscompiling, if it's not found in any of the checked environment variables they don't get added. | |||
2021-07-09 | Ports: Remove Python setlocale patch that's no longer needed | Linus Groh | |
Since 4cd45f5, setlocale() always pretends to succeed. | |||
2021-07-09 | Ports: Make the CMake port use the LibUV port | Ali Mohammad Pur | |
Now that we've ported libuv, we can remove the libuv patches from cmake and make it use the ported libuv. | |||
2021-07-09 | Ports: Add libuv | Ali Mohammad Pur | |
We've had a half-arsed port of libuv inside the cmake port, but let's just port it properly. Note that this pins a specific commit (which is currently the latest commit in their default branch). | |||
2021-07-08 | Ports: Fix building gcc on arm64 macs | modmuss50 | |
2021-07-08 | Ports: Add './package.sh shell' to get a shell with the build env set | pancake | |
2021-07-08 | Ports: Add radare2-5.4.0-git package | pancake | |
2021-07-07 | Ports: Update Python to 3.9.6 | Linus Groh | |
Released on 2021-06-28. https://www.python.org/downloads/release/python-396/ | |||
2021-07-07 | Ports: Add a missing pipe character to AvailablePorts.md | Andreas Kling | |
2021-07-07 | Ports: Add r0 to AvailablePorts.md | Andreas Kling | |
2021-07-07 | Ports: Add minimalistic r0 hexadecimal editor | pancake | |
2021-07-06 | Ports: Update gcc patch to match the toolchain | Gunnar Beutner | |
2021-07-04 | Ports: Remove obsolete patches for ninja | Gunnar Beutner | |
2021-07-04 | Ports: Remove obsolete patches for libexpat | Gunnar Beutner | |
2021-07-04 | Ports: Remove obsolete patches for cmake | Gunnar Beutner | |
2021-07-04 | Ports: Remove obsolete patches for chester | Gunnar Beutner | |
2021-07-04 | Ports: Remove obsolete patches for bc | Gunnar Beutner | |
2021-07-04 | Ports: Remove obsolete patches for libicu | Gunnar Beutner | |
2021-06-29 | Ports: Fix dmidecode patches | Liav A | |
Since we have a SysFS now, we can just let dmidecode to read the DMI blobs from it. | |||
2021-06-21 | Ports: Bump nano to version 5.8 | Daniel Bertalan | |
2021-06-20 | Ports: Add libpng to dependencies of dosbox-staging | breakgimme | |
2021-06-18 | Ports: Add port for DOSBox Staging | Gunnar Beutner | |
2021-06-18 | Ports: Fix less by disabling wctype | Gavin Downard | |
The commit c2b47c067 (LibC: Add stubs for wctype and iswctype, 2021-05-27) introduced the wctype.h header, which caused the less port to try to build with wchar support. This patches the header generated by the configure script to remove wchar support. | |||
2021-06-16 | Ports: Add port for DungeonRush | Gunnar Beutner | |
2021-06-16 | Ports: Disable gettext support for libiconv | Gunnar Beutner | |
libiconv and gettext have a circular dependency. In an ideal world we'd build libiconv without gettext support first, then gettext and finally libiconv again with gettext support. However, if the libiconv port detects gettext on the host system while the gettext port hasn't been built yet things break. This disables gettext support for the libiconv port for now. | |||
2021-06-16 | Ports: Add port for SDL2_net | Gunnar Beutner | |
2021-06-16 | Ports: Remove note about ssh needing port numbers explicitly specified | Brian Gianforcaro | |
This is no longer true, I'm not sure where this got fixed, but I can successfully connect via IP without specifying a port number using the latest HEAD of master. | |||
2021-06-14 | Ports: Adds Another World VM interpreter implementation | Pavel Safar | |
2021-06-13 | Ports: Add Composer | Jelle Raaijmakers | |
2021-06-13 | Ports: Update diffutils to version 3.7 | Jelle Raaijmakers | |
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 | |