Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-30 | build.sh: 2nd refactoring pt. I. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+0 | |
build/{gcc,musl}.*.build: refactored into vars/{gcc,musl}.*.build. build/pkg.build: merged w/ build.sh (structurally) and refactored into subr/pkg_*.subr (implementations.) patches/gcc_native_x86_64_w64_mingw32.local.patch: fix wrong filename. subr/build.subr: merges source_scripts() into build.sh. subr/pkg.subr: accept either of ${PKG_..._{URL,VERSION}} when checking for missing entries in var/build.vars. vars/build.vars: adds vars for {gcc,musl}_*. vars/psxstub.vars: convert to pkg_..._all(); call pkg_fetch(). | |||||
2017-01-30 | build/gcc.full.build: fix gcc.{host,stage1}.mingw_w64 build. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+11 | |
patches/gcc.stage1.mingw_w64.local.patch: force libiberty/pex-unix.c when targeting mingw_w64. subr/build.subr: create ${PREFIX}/man -> share/man symlink as w/ ${PREFIX_NATIVE}. subr/rtl.subr: obtain target from ${PKG_TARGET} in set_build_dir(). vars/build.vars: adds ${PKG_TARGET} var; reenables gcc.stage1.mingw_w64. | |||||
2017-01-26 | vars/build.vars, patches/ldns-1.7.0.local.patch: adds ldns v1.7.0 (via ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+55 | |
Redfoxmoon.) | |||||
2017-01-23 | vars/build.vars, patches/bdwgc.midipix.patch: adds libatomic_ops (HEAD) and ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 2 | -0/+101 | |
bdwgc (HEAD) (via Redfoxmoon.) | |||||
2017-01-23 | patches/bzip2/*: integrates patches from ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 6 | -0/+242 | |
<http://git.alpinelinux.org/cgit/aports/tree/main/bzip2> (via Redfoxmoon.) | |||||
2017-01-23 | patches/perl-5.22.1.local.patch: fix manpage filename generation (via ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+16 | |
Redfoxmoon.) | |||||
2017-01-20 | build.sh: fetch ${GITROOT}/ports/chainport during `init' target and apply ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 4 | -998/+0 | |
patches found within. build/pkg.build, etc/build.usage, vars/{build,chainport}.vars: adds newly introduced `init' target. patches/{binutils,gmp,lib{elf,ffi}}-*.patch: moved to chainport repository. | |||||
2017-01-19 | {clang,llvm}_host: adds clang v3.8.1 and llvm v3.8.1 (via Redfoxmoon.) | Lucio Andrés Illanes Albornoz (arab, vxp) | 17 | -0/+1310 | |
2017-01-19 | vars/build.vars: fix man-db build (via Redfoxmoon.) | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -1/+49 | |
2016-12-18 | figlet: adds figlet v2.2.5 (via Redfoxmoon.) | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+63 | |
2016-12-18 | Updates apk-tools, bash, coreutils, curl, findutils, gnupg, irssi, ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 15 | -8216/+303 | |
libarchive, libgcrypt, libgpg-error, mc, tcsh, and tmux. | |||||
2016-12-14 | Updates file, libz, npth, Xproto, xtrans, libX11, Xrender, dash, diffutils, ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+14 | |
dos2unix, gawk, grep, make, man-db, mksh, openssh, patch, tar, The Silver Searcher, whois, and zsh. build.sh, etc/build.usage: adds -i (ignore SHA256 hash mismatches.) build.sh, build/pkg.build, subr/pkg.subr: skip `clean' build target unless explicitly specified. patches/man-db-2.7.6.1.local.patch: added. | |||||
2016-12-10 | poultry section: now has chicken (v4.11.0) (via Redfoxmoon.) | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+210 | |
2016-12-07 | weechat: patch autogen.sh to run autoreconf w/o -f so that it doesn't ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+11 | |
overwrite our config.sub. build/pkg.build: adds `patch_pre' build step. etc/build.usage: updated to document the above. | |||||
2016-12-07 | weechat: remove unnecessary config.sub patch (via Redfoxmoon.) | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -12/+0 | |
2016-12-07 | irssi: remove #ifndef block around getsockopt(2) call. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -16/+0 | |
2016-11-24 | binutils-2.24.51: updated (synchronized) patch. | midipix | 1 | -11/+11 | |
Signed-off-by: Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | |||||
2016-11-16 | apk-tools: correctly provide $PKG_CONFIG. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -9/+3 | |
2016-11-15 | 1) Replaces the SysV-style build script link mechanism w/ build {,meta-}targets, | Lucio Andrés Illanes Albornoz (arab, vxp) | 37 | -0/+11581 | |
2) splits build.{subr,sh}} into subr/{build,pkg,rtl}.subr and build.sh, 3) replaces {997.strip,998.midipix_sh,999.tarballs}.build with subr/{strip,tarball}.subr, 4) moves patches to patches/, vars files to vars/, and everything else to etc/, 5) renames `Create `Midipix mintty shell' shortcut.vbs' to midipix_shortcut.vbs, 6) fixes a Weechat configure issue, and 7) updates etc/{build.usage,README}. |