summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Reduce awk(1), grep(1), seq(1), and stat(1) usage.Lucio Andrés Illanes Albornoz12-59/+84
2020-03-12groups/241.native_packages_inet.group:curl:${PKG_MAKEFLAGS_BUILD_EXTRA}: buil...Lucio Andrés Illanes Albornoz2-48/+21
2020-03-12curl: revert to version 7.61 (7.68 uses AF_UNIX by default).midipix1-2/+2
2020-03-12gnu make: revert to version 4.2.1 (4.3 hangs, location of bug yet to be deter...midipix2-4/+4
2020-03-11etc/README.md: updated.Lucio Andrés Illanes Albornoz1-19/+37
2020-03-11build.sh:build(): install signal handlers post-initialisation.Lucio Andrés Illanes Albornoz1-5/+5
2020-03-11subr/build_init.subr:buildp_init_getopts(): --dump-on-abort excludes -R.Lucio Andrés Illanes Albornoz3-13/+17
2020-03-11pkgtool.sh, subr/{build_init,ex_pkg_exec}.subr: rebuild package, dump & exit ...Lucio Andrés Illanes Albornoz4-12/+45
2020-03-11etc/README.md: updated.Lucio Andrés Illanes Albornoz1-9/+10
2020-03-11patches/curl-7.68.0.local.patch: added.Lucio Andrés Illanes Albornoz1-0/+923
2020-03-11Initial implementation of pkgtool.sh.Lucio Andrés Illanes Albornoz10-31/+346
2020-03-10groups/231.native_packages_etc.group:slang:${PKG_DEPENDS}: adds libpng.Lucio Andrés Illanes Albornoz1-1/+1
2020-03-09groups/241.native_packages_inet.group:curl:${PKG_DEPENDS}: adds gnutls.Lucio Andrés Illanes Albornoz2-16/+17
2020-03-09etc/README.md: updated.Lucio Andrés Illanes Albornoz1-1/+4
2020-03-05groups/231.native_packages_etc.group:qemu:${PKG_DEPENDS}: adds libX11.Lucio Andrés Illanes Albornoz1-1/+1
2020-03-05etc/README.md: updated.Lucio Andrés Illanes Albornoz1-2/+19
2020-03-05subr/ex_pkg.subr: implement -r ***name[,..][:step,..]: forcibly rebuild all p...Lucio Andrés Illanes Albornoz1-30/+57
2020-03-05subr/ex_pkg_dispatch.subr: implement *<group>: inhibit group-group dependency...Lucio Andrés Illanes Albornoz5-62/+79
2020-03-05subr/ex_pkg{,_dispatch}.subr: implement -r ***name[,..][:step,..]: forcibly r...Lucio Andrés Illanes Albornoz5-34/+54
2020-03-05etc/{build.usage,README.md}: updated.Lucio Andrés Illanes Albornoz2-139/+262
2020-03-04subr/build_init.subr:build_init(): call buildp_init_prereqs() after buildp_in...Lucio Andrés Illanes Albornoz2-25/+30
2020-03-04etc/{build.usage,README.md}: updated.Lucio Andrés Illanes Albornoz2-22/+30
2020-03-04etc/README.md: updated.Lucio Andrés Illanes Albornoz1-16/+17
2020-03-04subr/build_init.subr:buildp_init_env(): source subr/*.subr as early as possib...Lucio Andrés Illanes Albornoz2-214/+345
2020-03-02groups/231.native_packages_lib.group:glib:${PKG_CONFIGURE_ARGS_EXTRA}: config...Lucio Andrés Illanes Albornoz2-11/+12
2020-03-02groups/231.native_packages_etc.group:glib:${PKG_DEPENDS}: adds python3 (via G...Lucio Andrés Illanes Albornoz1-2/+2
2020-03-02groups/251.native_packages_lib.group:libsasl2:${PKG_MAKEFLAGS_BUILD}: build w...Lucio Andrés Illanes Albornoz1-0/+1
2020-03-02subr/pkg_install.subr: serialise simultaneous installation to ${PKG_PREFIX} w...Lucio Andrés Illanes Albornoz1-1/+1
2020-03-02subr/build_init.subr:buildp_init_args(): reduce sed(1) usage.Lucio Andrés Illanes Albornoz2-2/+8
2020-03-02subr/pkg_install.subr: serialise simultaneous installation to ${PKG_PREFIX} w...Lucio Andrés Illanes Albornoz1-0/+14
2020-03-02build.sh:build(): iteratively print list of unknown packages, if any.Lucio Andrés Illanes Albornoz4-8/+10
2020-03-02subr/pkg_install.subr: remove -D pkg remnants.Lucio Andrés Illanes Albornoz1-3/+0
2020-03-01groups/010.host_deps.group:gdbm_host:${PKG_DEPENDS}: adds libreadline_host an...Lucio Andrés Illanes Albornoz1-0/+1
2020-03-01etc/README.md: updated.Lucio Andrés Illanes Albornoz1-0/+6
2020-03-01General cleanup, pt. III.Lucio Andrés Illanes Albornoz114-980/+891
2020-03-01build.sh:buildp_ast(): reset package state of in-progress packages at EXIT si...Lucio Andrés Illanes Albornoz2-11/+17
2020-02-29groups/251.native_packages_lib.group:libsndfile:${PKG_DEPENDS}: adds libzip (...Lucio Andrés Illanes Albornoz1-0/+1
2020-02-29/251.native_packages_lib.group:libzip:${PKG_DEPENDS}: adds gnutls and libnett...Lucio Andrés Illanes Albornoz2-4/+8
2020-02-29build.sh:build(): correctly reference ${BUILD_DATE_START}.Lucio Andrés Illanes Albornoz1-1/+1
2020-02-29etc/README.md: updated.Lucio Andrés Illanes Albornoz1-2/+5
2020-02-29groups/231.native_packages_etc.group:curl: updated to v7.68.0 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+2
2020-02-29etc/README.md: updated.Lucio Andrés Illanes Albornoz2-3/+71
2020-02-29subr/build_init.subr:buildp_init_env(): don't use unavailable rtl_lconcat() (...Lucio Andrés Illanes Albornoz1-1/+1
2020-02-29etc/README.md: updated.Lucio Andrés Illanes Albornoz1-14/+14
2020-02-29build.sh:buildp_ast(): break from rtl_kill_tree() loop after 8 attempts.Lucio Andrés Illanes Albornoz1-7/+10
2020-02-29etc/README.md: updated.Lucio Andrés Illanes Albornoz1-9/+9
2020-02-29build.sh:buildp_ast(): iterate on rtl_kill_tree() until all child processes a...Lucio Andrés Illanes Albornoz1-4/+9
2020-02-29etc/README.md: renamed from etc/README.Lucio Andrés Illanes Albornoz2-1/+1
2020-02-29etc/README, midipix.env: updated.Lucio Andrés Illanes Albornoz2-9/+51
2020-02-29groups/010.host_deps.group:python[23]_host:${PKG_DEPENDS}: adds libffi_host.Lucio Andrés Illanes Albornoz1-2/+2