summaryrefslogtreecommitdiffhomepage
path: root/vars/build.vars
AgeCommit message (Collapse)AuthorFilesLines
2017-02-01subr/{pkg,pkg_fetch}.subr: merges fetch{,_git}() into pkg_fetch.subr and ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-52/+50
introduces ${PKG_URLS_GIT}. subr/pkg_extract.subr: only extract if ${PKG_URL} is set. var/build.vars: updated to use ${PKG_URLS_GIT}. vars/{cparser,gcc,libfirm,musl,perl}.vars: updated to call pkg_fetch() instead of fetch{,_git}(). vars/gcc.vars: cleanup pkgp_gcc_setup_env() and pkg_gcc_stage1_all().
2017-01-31vars/{build,gcc}.vars: fix build & cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-6/+6
2017-01-31vars/build.vars: set $PCRE_CONFIG when building lighttpd.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-01-31vars/build.vars: updates broken xz URL.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-01-30vars/build.vars: correctly set ${PKG_TARGET} to `x86_64-w64-mingw32' when ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+3
building gcc_{stage1,native}_x86_64_w64_mingw32.
2017-01-30build.sh: 2nd refactoring pt. I.Lucio Andrés Illanes Albornoz (arab, vxp)1-23/+31
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-30build/gcc.full.build: fix gcc.{host,stage1}.mingw_w64 build.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+3
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-29vars/build.vars: removes gcc.stage1.mingw_w64 pending fixes.Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+4
2017-01-29vars/build.vars: adds sqlite3 v3160200 and lighttpd v1.4.45 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+13
2017-01-28vars/build.vars: fix libatomic_ops fetch build step.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-01-28vars/build.vars: fix binutils_native_mingw_w64 build (wrong --host=...).Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-01-27vars/build.vars: fix {perk,mdso}_host install step.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+2
2017-01-27vars/build.vars: adds binutils_native_mingw_w64 v2.24.51.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+7
2017-01-26vars/build.vars: adds mdso (HEAD) and installs bin/${TARGET}-{mdso,perk} ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+13
symlinks (via midipix.)
2017-01-26vars/build.vars, build/gcc.*.mingw_w64.build: adds gcc.*.mingw_w64.Lucio Andrés Illanes Albornoz (arab, vxp)1-5/+10
2017-01-26vars/build.vars, patches/ldns-1.7.0.local.patch: adds ldns v1.7.0 (via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+7
Redfoxmoon.)
2017-01-23vars/build.vars, patches/bdwgc.midipix.patch: adds libatomic_ops (HEAD) and ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-8/+22
bdwgc (HEAD) (via Redfoxmoon.)
2017-01-23vars/build.vars: adds SmallBASIC (HEAD) (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+6
2017-01-23vars/{build,mingw_w64}.vars: adds mingw-w64 v5.0.1.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+5
vars/clang_host.vars: fix typo in subr name.
2017-01-20build.sh, vars/build.vars: rename `init' target to `invariants,' whose ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-5/+5
packages are always built. etc/build.usage: excluded from -h screen.
2017-01-20build.sh: fetch ${GITROOT}/ports/chainport during `init' target and apply ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+12
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-19vars/build.vars: updates ed to 1.14.1 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
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)1-23/+34
2017-01-19vars/build.vars: fix man-db build (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+2
2017-01-08vars/build.vars: change ${BUILD_TYPE} from `cross' to `native' (via midipix.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2016-12-18chicken: skip running chicken-install.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2016-12-18vars/build.vars: fix SHA256SUMs from 09c779d48bfeef4c381e2d11bfd9dd8ad2a996eb.Lucio Andrés Illanes Albornoz (arab, vxp)1-5/+5
2016-12-18vars/build.vars: fix SHA256SUMs from 09c779d48bfeef4c381e2d11bfd9dd8ad2a996eb.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2016-12-18vars/build.vars: fix SHA256SUMs from 09c779d48bfeef4c381e2d11bfd9dd8ad2a996eb.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2016-12-18vars/build.vars: fix SHA256SUMs from 09c779d48bfeef4c381e2d11bfd9dd8ad2a996eb.Lucio Andrés Illanes Albornoz (arab, vxp)1-12/+12
2016-12-18figlet: adds figlet v2.2.5 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+11
2016-12-18Updates apk-tools, bash, coreutils, curl, findutils, gnupg, irssi, ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-142/+142
libarchive, libgcrypt, libgpg-error, mc, tcsh, and tmux.
2016-12-14vars/build.vars: skip when -C'ing: gmp mpfr mpc binutils binutils_host ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
pkgconf_host pkgconf.
2016-12-14Updates file, libz, npth, Xproto, xtrans, libX11, Xrender, dash, diffutils, ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-47/+47
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-10bc: adds bc v1.06.95Assaf Gordon1-1/+4
2016-12-10chicken: fix install build step.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2016-12-10datamash: adds datamash v1.1.0 (via agn.)Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+6
2016-12-10poultry section: now has chicken (v4.11.0) (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+11
2016-12-07wget: added Wget v1.18.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+5
2016-11-24slibtool, bcparser, bfirm: use ${GITROOT} rather than a hard-coded address.midipix1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>
2016-11-17subr/check_updates.subr: support ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
https?://github.com/<uname>/<pname>/...-style ${PKG_URL}s; general cleanup.
2016-11-17build.sh: adds -C flag: check package(s) for new updates.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+2
2016-11-17cmake: pass --parallel=${BUILD_CPUS} to configure and ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
${DEFAULT_MAKEFLAGS_BUILD} to make.
2016-11-16cmake: fix build and clean up cmake.vars.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2016-11-16apk-tools: correctly provide $PKG_CONFIG.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2016-11-16cmake: adds CMake v3.6.3 (via midipix.)Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+8
2016-11-151) Replaces the SysV-style build script link mechanism w/ build {,meta-}targets,Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+673
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}.