summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-10vis: Update to latest gitMichael Forney
2016-12-10perms-hook: Handle GIT_DIR and GIT_WORK_TREEMichael Forney
2016-12-10perms-hook: Minor style fixesMichael Forney
2016-12-10perms-hook: posix_spawn functions return error numberMichael Forney
2016-12-08the_silver_searcher: Update to 1.0.2Michael Forney
2016-12-08openbsd: Support -J flag for xz compression in pax/tarMichael Forney
2016-12-08openbsd: Fix GNU long name handling in pax/tarMichael Forney
2016-12-08libdrm: Update to 2.4.74Michael Forney
2016-12-08libevdev: Update to 1.5.5Michael Forney
2016-12-08git: Update to 2.11.0Michael Forney
2016-12-08git: Drop dashes from builtin invocations in scriptsMichael Forney
This way, we don't have to install symlinks for builtins.
2016-12-08sbase: Add some patches fixing various issuesMichael Forney
2016-11-28ffmpeg: Update to 3.2.1Michael Forney
2016-11-28the_silver_searcher: Update to 1.0.1Michael Forney
2016-11-28tz: Update to 2016jMichael Forney
2016-11-28transmission: Build transmission-{create,edit,show} toolsMichael Forney
2016-11-20ncurses: Allow installing library and headersMichael Forney
This is useful for `make menuconfig` when building the linux kernel.
2016-11-20openssh: Disable wtmpMichael Forney
musl doesn't support it, and it triggers an annoying message from openssh.
2016-11-20st: Update to latest scmMichael Forney
2016-11-20Delete install instructions from READMEMichael Forney
They can now be found in the wiki.
2016-11-20Fix sorting of .permsMichael Forney
We use `sort -k 2 -m` to merge sorted local.perms files. However, these files were sorted with no field specifier, so the sort merge didn't work correctly.
2016-11-20pigz: Handle -n option like gzip doesMichael Forney
Otherwise, when we compress files with -n in the oasis build, we'll get timestamps with pigz, and no timestamps with gzip. We can't apply the pigz-specific -T flag because then it doesn't work with GNU gzip.
2016-11-20ubase: Use custom config.h to specify UTMP_PATHMichael Forney
2016-11-20perms-hook: Create directories in order, delete in reverse orderMichael Forney
2016-11-20Add some missing dependencies specificationsMichael Forney
2016-11-20Make sure to depend on source fetch actionsMichael Forney
2016-11-20Various style fixesMichael Forney
2016-11-20Drop phony/ prefix from phony targetsMichael Forney
There is little chance of collision between phony target names and actual sources checked in $dir. Additionally, it was a bit magical when processing phony sources because paths starting with $ or phony/ were left alone, while others were prepended with $outdir/. Also, where appropriate, use phony targets for dependencies instead of specifying all of them for every compile action. This makes the resulting ninja files easier to read, and might be more efficient too.
2016-11-19vis: Update to latest scmMichael Forney
2016-11-19Add less 481Michael Forney
2016-11-19Move some programming languages from devel to langMichael Forney
2016-11-19st: Install terminfoMichael Forney
2016-11-19ncurses: Build tic and tset (reset)Michael Forney
2016-11-19Add vis scmMichael Forney
2016-11-19Add libtermkey 0.18Michael Forney
2016-11-19Add ncurses 6.0Michael Forney
2016-11-19Add lpeg 1.0.0Michael Forney
2016-11-18sbase: Don't ignore src anymoreMichael Forney
2016-11-18sbase: Update to latest scmMichael Forney
2016-11-17youtube-dl: Update to 2016.11.18Michael Forney
2016-11-17libusb: Update to 1.0.21Michael Forney
2016-11-17msmtp: Update to 1.6.6Michael Forney
2016-11-17libxkbcommon: Update to 0.7.0Michael Forney
2016-11-17libdrm: Update to 2.4.73Michael Forney
2016-11-09Update README core package listMichael Forney
2016-11-09Add util-linux 2.29 (for fdisk)Michael Forney
2016-11-08curl: Update to 7.51.0Michael Forney
2016-11-08Add sdhcp scmMichael Forney
2016-11-08ninja: Update to 1.7.2Michael Forney
2016-11-08tz: Update to 2016iMichael Forney