summaryrefslogtreecommitdiffhomepage
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2017-01-30build.sh: 2nd refactoring pt. I.Lucio Andrés Illanes Albornoz (arab, vxp)11-569/+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-30build/gcc.full.build: fix gcc.{host,stage1}.mingw_w64 build.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+5
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-29build/gcc.full.build: fix mingw symlink generation (via midipix.)Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+3
2017-01-26vars/build.vars, build/gcc.*.mingw_w64.build: adds gcc.*.mingw_w64.Lucio Andrés Illanes Albornoz (arab, vxp)3-6/+37
2017-01-20build.sh: fetch ${GITROOT}/ports/chainport during `init' target and apply ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-7/+9
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-19build/pkg.build: run autogen.sh even if it's not +x.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-2/+14
2016-12-14Updates file, libz, npth, Xproto, xtrans, libX11, Xrender, dash, diffutils, ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+1
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-07weechat: patch autogen.sh to run autoreconf w/o -f so that it doesn't ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+16
overwrite our config.sub. build/pkg.build: adds `patch_pre' build step. etc/build.usage: updated to document the above.
2016-11-22build/pkg.build: export ${CFLAGS_FOR_BUILD} before configure when using ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+4
autoconf.
2016-11-16cmake: fix build and clean up cmake.vars.Lucio Andrés Illanes Albornoz (arab, vxp)1-6/+10
2016-11-16build.sh: change build script directory from scripts/ to build/.Lucio Andrés Illanes Albornoz (arab, vxp)9-0/+497