summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-31Add st scmMichael Forney
Also, build libwayland-cursor.a from wayland.
2016-10-31README: Add --allow-unrelated-histories to merge commandMichael Forney
2016-10-30terminus-font: Fix ucstoany.awk POSIX compatibilityMichael Forney
POSIX says that numeric strings are those that can be parsed with strtod, or those that would be recognized as a NUMBER token, depending on the implementation. strtod supports hex strings, but POSIX says that implementations are not required to allow hex literals as NUMBER tokens. The awk used by oasis (onetrueawk) does appear to support hex NUMBER tokens, but gawk does not without --non-decimal-data or --posix.
2016-10-30git: Update to 2.10.2Michael Forney
2016-10-30README: Update file requirementMichael Forney
2016-10-30velox: Update to latest scm to fix spawn bugMichael Forney
2016-10-30Add xkeyboard-config 2.19Michael Forney
2016-10-30wayland: Add include directory for "../config.h"Michael Forney
2016-10-30wayland: Fix dependencies and generation of wayland-version.hMichael Forney
2016-10-30file: Add missing rev bump for 1388fcc36d5a0f0aa0d3b184e2a5e478f6623faaMichael Forney
2016-10-30Add dmenu scmMichael Forney
2016-10-30Add velox scmMichael Forney
2016-10-30Add swc scmMichael Forney
2016-10-30Add wayland-protocols 1.7Michael Forney
2016-10-30Add wld scmMichael Forney
2016-10-30Add waylandproto rule and helperMichael Forney
2016-10-30Use library list files to track library dependenciesMichael Forney
2016-10-30Provide mechanism to track library dependenciesMichael Forney
Now, ar/lib rules can list static libraries or other .d files. These (as well as the target library) are written to a file called $lib.d. link/exe rules can list these .d files, causing them to be flattened into an RSP file and appear on the command line as @$rsp. The rule to generate the dependency list files depends on the libraries they contain, so they also act as a stamp file for the dependencies. This gives us dependency management for free.
2016-10-30bzip2: StyleMichael Forney
2016-10-28loksh: Add patch to fix arrow keys in search-historyMichael Forney
2016-10-28plan9fonts: Move under /share/plan9Michael Forney
Otherwise, fontconfig will search through these fonts trying to understand them.
2016-10-28Add terminus-font 4.40Michael Forney
2016-10-28ffmpeg: Enable support for matroska muxingMichael Forney
2016-10-28ffmpeg: Enable support for WMV videosMichael Forney
2016-10-28ffmpeg: Update to 3.2Michael Forney
2016-10-28file: Update to 5.29Michael Forney
2016-10-22ffmpeg: Update to 3.1.5Michael Forney
2016-10-22sbase: Add patch to fix tr bugMichael Forney
2016-10-22Add fontconfig 2.12.1Michael Forney
2016-10-20youtube-dl: Update to 2016.10.21.1Michael Forney
2016-10-20mpv: Update to 0.21.0Michael Forney
2016-10-20tz: Update to 2016hMichael Forney
2016-10-18alsa-lib: Add defines for PCM pluginsMichael Forney
We are already building these and including them in pcm_symbols_list.c, but we need the defines too so that pcm_plug will use them.
2016-10-18alsa-lib: Add patch to clean up plugins correctly on errorMichael Forney
2016-10-18nasm: Update to 2.12.02Michael Forney
2016-10-18mdocml: Update to 1.13.4Michael Forney
2016-10-17pixman: Fix dependencies on headersMichael Forney
2016-10-17Add libxkbcommon 0.6.1Michael Forney
2016-10-15tz: Update to 2016gMichael Forney
2016-10-12ffmpeg: Update to 3.1.4Michael Forney
2016-10-12hostap: Update to 2.6Michael Forney
2016-10-12libass: Update to 0.13.4Michael Forney
2016-10-12youtube-dl: Update to 2016.10.12Michael Forney
2016-10-12libdrm: Update to 2.4.71Michael Forney
2016-10-12git: Update to 2.10.1Michael Forney
2016-10-12iproute2: Update to 4.8.0Michael Forney
2016-10-12pigz: Update to 2.3.4Michael Forney
2016-10-12qbe: Update to latest gitMichael Forney
2016-10-12mpv: Build file2string.c.o in $outdirMichael Forney
2016-10-12Rename .rev to revMichael Forney
Even though it is not generally useful, it is easy to forget to update if it is hidden.