index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ports
/
.port_include.sh
Age
Commit message (
Expand
)
Author
2021-01-25
Ports: Improve configure script
TheMorc
2021-01-23
Ports: Install dependencies in separate "installdepends" step
Linus Groh
2021-01-22
Meta: Get building on NixOS (#5005)
Jonathan Turner
2021-01-17
Ports: Rename a few .diff files to .patch
Linus Groh
2020-12-31
Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688)
Dan MacDonald
2020-12-29
Build: Support non-i686 toolchains
meme
2020-06-09
Ports: Use keyserver.ubuntu.com as .sig keyserver (#2535)
Nico Weber
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-04-15
Ports: Support pre_configure script
Linus Groh
2020-03-25
Ports/bash: Make a /bin/bash symlink to /usr/local/bin/bash
Andreas Kling
2020-02-06
Ports: Improve port build sript
Emanuel Sprung
2019-12-23
Ports: Do not download sources if they're already present
Sergey Bugaev
2019-12-20
Build: get rid of UseIt.sh
joshua stein
2019-12-06
Ports: Use unzip to extract zips if bsdtar unavailable (#855)
Larkin
2019-11-13
Ports: Add support for zip files and ensure configure is executable (#773)
Dan MacDonald
2019-11-03
Ports: Undo POSIX sh compliance changes for now
Andreas Kling
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-09-24
Ports: Update uninstall function to use $SERENITY_ROOT
Larkin Nickle
2019-09-24
Ports: Switch to new ports system (#594)
Larkin
2019-09-06
Ports: Always export Serenity's GCC and G++ in the build environment
Andreas Kling
2019-07-01
Ports: Force curl to follow redirects in run_fetch_web() (#266)
Dan MacDonald
2019-07-01
Ports: Fix SDL2 port trying to build against PulseAudio for some reason.
Andreas Kling
2019-06-05
Ports: Remove bashisms and switch all scripts to /bin/sh.
Larkin Nickle
2019-05-28
Ports: Add links
Robin Burchell
2019-05-28
Ports: Vim and ncurses
Christopher Dumas
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
2019-05-28
Ports: Remove MAKEOPTS hacks from bash
Robin Burchell
2019-05-28
Move everything to a subdirectory
Robin Burchell
2019-05-28
port_include: Various updates
Robin Burchell
2019-05-28
Add the start of a simple ports infrastructure
Robin Burchell