Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-25 | Ports/ncurses: Unbreak patch so we can build with latest ncurses master | Andreas Kling | |
Maybe we should build a specific version of ncurses instead but this at least makes it work again for now. | |||
2019-08-04 | Ports: mbedtls | Conrad Pankoff | |
This is a very basic mbedtls port. I've disabled the networking bits, since they want some macros that we don't have defined. We might not even want the networking functions anyway, since they wouldn't play very nice with CEventLoop and friends. | |||
2019-07-21 | Ports: Add GNU make 4.2! :^) | Andreas Kling | |
2019-07-01 | Ports: Force curl to follow redirects in run_fetch_web() (#266) | Dan MacDonald | |
This fixes downloading files from github when building ports. | |||
2019-07-01 | Ports: Fix SDL2 port trying to build against PulseAudio for some reason. | Andreas Kling | |
I didn't look into why, but for some reason the SDL2 cmake build system thinks it should build against PulseAudio which we definitely don't have. So just tell it explicitly not to do that. Fixes #265. | |||
2019-06-09 | Ports: Add 'figlet' port. | Andreas Kling | |
This was the first piece of 3rd party software I got running on Serenity, so having it as a port feels like some kind of milestone. I think :^) | |||
2019-06-05 | Ports: Remove bashisms and switch all scripts to /bin/sh. | Larkin Nickle | |
2019-05-30 | Ports: Add gcc-8.3.0 port :^) | Andreas Kling | |
2019-05-30 | Ports: Build binutils from tarball instead of git. | Andreas Kling | |
2019-05-29 | LibM LibC: add fixes for Lua port. | Mustafa Ali CAN | |
2019-05-29 | Port:Add Lua | Mustafa Ali CAN | |
2019-05-29 | Port: less | Christopher Dumas | |
2019-05-28 | Ports: Add links | Robin Burchell | |
Doesn't actually run yet. in_term's read() fails with EFAULT for reasons that are presently beyond me, points to a bug in Serenity. | |||
2019-05-28 | Ports: Vim and ncurses | Christopher Dumas | |
2019-05-28 | Ports: Add GNU binutils. | Andreas Kling | |
2019-05-28 | LibC: Move struct timeval to sys/time.h. #POSIX | Andreas Kling | |
2019-05-28 | Ports: Replace run_command use in bash with a run_replace_in_file helper | Robin Burchell | |
This way, we don't (in the ports themselves) depend on perl as a public interface, which means if we ever have to, we can port to something else easier. | |||
2019-05-28 | Ports: Remove MAKEOPTS hacks from bash | Robin Burchell | |
This doesn't seem to go wrong anymore. | |||
2019-05-28 | Move everything to a subdirectory | Robin Burchell | |
Also don't run cd for the initial git clone (DERP!), and other bash port fixes. | |||
2019-05-28 | Add WIP bash port | Robin Burchell | |
2019-05-28 | port_include: Various updates | Robin Burchell | |
* Prints what is run, which is useful for trace purposes. * Fix autotools configure to respect arguments * Add run_patch for applying patches | |||
2019-05-28 | Add the start of a simple ports infrastructure | Robin Burchell | |