Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-27 | dist/dist_zipdist.dist: correctly check for presence of ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
${DEFAULT_ZIPDIST_SIGN_GPG_KEY} (via duvallj.) | |||||
2020-03-27 | patches/w3m-0.5.3+git20190105.local.patch: forcibly configure w/ imlib2 and ↵ | Lucio Andrés Illanes Albornoz | 1 | -2/+227 | |
X11 (via duvallj.) | |||||
2020-03-27 | patches/w3m-0.5.3+git20190105.local.patch: skip faulty ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+27 | |
lib{bsd,BSD,44bsd,socket,nsl,dld,dl} check (via duvallj.) | |||||
2020-03-26 | subr/ex_pkg_env.subr:exp_pkg_env_set(): correctly join NL-separated package ↵ | Lucio Andrés Illanes Albornoz | 1 | -7/+7 | |
variable names before passing to rtl_set_vars(). | |||||
2020-03-25 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
2020-03-25 | groups/241.native_packages_inet.group:bind:${PKG_DEPENDS}: adds libz (via ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
midipix.) | |||||
2020-03-24 | groups/110.native_toolchain.group:gcc_stage1_native_mingw32:${PKG_DEPENDS}: ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
adds gmp, mpc, and mpfr (via midipix.) | |||||
2020-03-24 | subr/{ex_pkg_env,pkg_install,rtl_list}.subr: reference ${IFS} w/ explicit ↵ | Lucio Andrés Illanes Albornoz | 3 | -6/+6 | |
default value (via midipix.) | |||||
2020-03-19 | subr/{build,pkgtool}_init.subr: minor cleanup. | Lucio Andrés Illanes Albornoz | 3 | -31/+72 | |
subr/rtl_complex.subr:rtl_{check_prereqs,prompt,rc}(): initial implementation. | |||||
2020-03-19 | subr/{pkg_install,rtl_fetch}.subr, ↵ | Lucio Andrés Illanes Albornoz | 3 | -29/+17 | |
subr/rtl_complex.subr:rtl_flock_acquire(): split. | |||||
2020-03-15 | Set -o nounset in addition to +o errexit -o nounset. | Lucio Andrés Illanes Albornoz | 109 | -298/+337 | |
groups/000.host_tools.group:libtool_host:${PKG_LIBTOOL}: build w/ `none'. subr/build_init.subr:buildp_init_getopts(): set ${DEFAULT_BUILD_CPUS} prior to ex_pkg_load_vars() call. subr/pkg_{build,install_make}.subr: only pass `LIBTOOL=${PKG_LIBTOOL}' if set and not `none'. vars/libtool_host.vars: removes obsolete vars file. | |||||
2020-03-15 | General cleanup. | Lucio Andrés Illanes Albornoz | 28 | -916/+973 | |
2020-03-13 | subr/pkgtool_init.subr:pkgtoolp_init_prereqs(): trim list of prerequisite ↵ | Lucio Andrés Illanes Albornoz | 1 | -5/+3 | |
command dependencies. | |||||
2020-03-13 | Implements ./pkgtool.sh -[irt] options. | Lucio Andrés Illanes Albornoz | 8 | -179/+459 | |
etc/{README.md,pkgtool.usage}: updated. subr/ex_pkg.subr:ex_pkg_{find_package,get_packages}(): initial implementation. subr/ex_pkg.subr:ex_pkg_unfold_{,r}depends(): split from ex_pkg_expand_packages(). subr/ex_pkg{,_dispatch}.subr: removes ${EX_PKG_COMPLETE} scoped global. subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_expand_packages(): split from subr/ex_pkg.subr. subr/rtl_list.subr:rtl_lsort(): initial implementation. | |||||
2020-03-12 | midipix.env: remove redundant ${DEFAULT_LOG_MSG_*_COLOUR} variables. | Lucio Andrés Illanes Albornoz | 2 | -10/+1 | |
subr/rtl_log.subr:${DEFAULT_LOG_MSG_WARN_COLOUR}: added. | |||||
2020-03-12 | Reduce awk(1), grep(1), seq(1), and stat(1) usage. | Lucio Andrés Illanes Albornoz | 12 | -59/+84 | |
subr/build_init.subr:buildp_init_files(): replace timestamp w/ running total log filename suffix. subr/build_init.subr:buildp_init_prereqs(): ensure sed(1) supports -i option. subr/rtl_complex.subr:rtl_{get_cpu_count,is_newer}(): initial implementation. subr/rtl_string.subr:rtl_match(): initial implementation. | |||||
2020-03-12 | groups/241.native_packages_inet.group:curl:${PKG_MAKEFLAGS_BUILD_EXTRA}: ↵ | Lucio Andrés Illanes Albornoz | 2 | -48/+21 | |
build w/ V=99. patches/curl-7.61.0.local.patch: updated. | |||||
2020-03-12 | curl: revert to version 7.61 (7.68 uses AF_UNIX by default). | midipix | 1 | -2/+2 | |
2020-03-12 | gnu make: revert to version 4.2.1 (4.3 hangs, location of bug yet to be ↵ | midipix | 2 | -4/+4 | |
determined). | |||||
2020-03-11 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -19/+37 | |
2020-03-11 | build.sh:build(): install signal handlers post-initialisation. | Lucio Andrés Illanes Albornoz | 1 | -5/+5 | |
2020-03-11 | subr/build_init.subr:buildp_init_getopts(): --dump-on-abort excludes -R. | Lucio Andrés Illanes Albornoz | 3 | -13/+17 | |
etc/{build.usage,README.md}: updated. | |||||
2020-03-11 | pkgtool.sh, subr/{build_init,ex_pkg_exec}.subr: rebuild package, dump & exit ↵ | Lucio Andrés Illanes Albornoz | 4 | -12/+45 | |
if package dump is unavailable. build.sh:buildp_dispatch_fail_pkg(): log --dump-{in,on-abort} messages at `info' level. | |||||
2020-03-11 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -9/+10 | |
2020-03-11 | patches/curl-7.68.0.local.patch: added. | Lucio Andrés Illanes Albornoz | 1 | -0/+923 | |
2020-03-11 | Initial implementation of pkgtool.sh. | Lucio Andrés Illanes Albornoz | 10 | -31/+346 | |
build.sh:build(): move cd(1) to $(dirname "${0}"). etc/{build.usage,README.md}: updated. midipix.env:${DEFAULT_CLEAR_ENV_VARS_EXCEPT}: allow inheriting ARCH, BUILD, BUILD_DLCACHEDIR, BUILD_WORKDIR, and PREFIX* from the environment. pkgtool.sh: initial implementation. subr/build_init.subr:buildp_init_defaults(): allow inheriting ARCH, BUILD, BUILD_DLCACHEDIR, BUILD_WORKDIR, and PREFIX* from the environment. subr/build_init.subr:buildp_init_env(): move cd(1) to $(dirname "${0}"). subr/build_init.subr:buildp_init_files(): correctly pass ${_status} from rtl_check_path_vars(). subr/ex_pkg_exec.subr:ex_pkg_exec(): dump subset of variables and exported variables on build failure and --dump-on-abort. subr/pkgtool_init.subr: adapted from subr/build_init.subr. subr/rtl_complex.subr:rtl_filter_vars(): initial implementation. subr/rtl_string.subr:rtl_subst(): initial implementation. | |||||
2020-03-10 | groups/231.native_packages_etc.group:slang:${PKG_DEPENDS}: adds libpng. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-03-09 | groups/241.native_packages_inet.group:curl:${PKG_DEPENDS}: adds gnutls. | Lucio Andrés Illanes Albornoz | 2 | -16/+17 | |
groups/241.native_packages_inet.group:curl: moved from groups/231.native_packages_etc.group. | |||||
2020-03-09 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -1/+4 | |
2020-03-05 | groups/231.native_packages_etc.group:qemu:${PKG_DEPENDS}: adds libX11. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-03-05 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -2/+19 | |
2020-03-05 | subr/ex_pkg.subr: implement -r ***name[,..][:step,..]: forcibly rebuild all ↵ | Lucio Andrés Illanes Albornoz | 1 | -30/+57 | |
packages that depend on the specified package(s). | |||||
2020-03-05 | subr/ex_pkg_dispatch.subr: implement *<group>: inhibit group-group ↵ | Lucio Andrés Illanes Albornoz | 5 | -62/+79 | |
dependency expansion. etc/{build.usage,README.md}, subr/build_init.subr: updated. | |||||
2020-03-05 | subr/ex_pkg{,_dispatch}.subr: implement -r ***name[,..][:step,..]: forcibly ↵ | Lucio Andrés Illanes Albornoz | 5 | -34/+54 | |
rebuild all packages that depend on the specified package(s). etc/{build.usage,README.md}, subr/build_init.subr: updated. | |||||
2020-03-05 | etc/{build.usage,README.md}: updated. | Lucio Andrés Illanes Albornoz | 2 | -139/+262 | |
2020-03-04 | subr/build_init.subr:build_init(): call buildp_init_prereqs() after ↵ | Lucio Andrés Illanes Albornoz | 2 | -25/+30 | |
buildp_init_getopts(). subr/build_init.subr:buildp_init_prereqs(): split from buildp_init_env(). etc/README.md: updated. | |||||
2020-03-04 | etc/{build.usage,README.md}: updated. | Lucio Andrés Illanes Albornoz | 2 | -22/+30 | |
2020-03-04 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -16/+17 | |
2020-03-04 | subr/build_init.subr:buildp_init_env(): source subr/*.subr as early as ↵ | Lucio Andrés Illanes Albornoz | 2 | -214/+345 | |
possible (via duvallj.) subr/build_init.subr:buildp_init_env(): correctly emit errors & exit given early initialisation failure. etc/README.md: updated. | |||||
2020-03-02 | groups/231.native_packages_lib.group:glib:${PKG_CONFIGURE_ARGS_EXTRA}: ↵ | Lucio Andrés Illanes Albornoz | 2 | -11/+12 | |
configure w/ --disable-dtrace --disable-libelf --disable-libmount --with-python=${PREFIX}/bin/python3. groups/231.native_packages_lib.group:glib:${PKG_DEPENDS}: removes python3. groups/231.native_packages_lib.group:glib: moved from groups/231.native_packages_etc.group. | |||||
2020-03-02 | groups/231.native_packages_etc.group:glib:${PKG_DEPENDS}: adds python3 (via ↵ | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
Gravis.) groups/231.native_packages_etc.group:glib:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --disable-dtrace --disable-libelf --disable-libmount --with-python=${PREFIX_NATIVE}/bin/python3 (via Gravis.) | |||||
2020-03-02 | groups/251.native_packages_lib.group:libsasl2:${PKG_MAKEFLAGS_BUILD}: build ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
w/ -j1. | |||||
2020-03-02 | subr/pkg_install.subr: serialise simultaneous installation to ${PKG_PREFIX} ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
w/ flock(1). | |||||
2020-03-02 | subr/build_init.subr:buildp_init_args(): reduce sed(1) usage. | Lucio Andrés Illanes Albornoz | 2 | -2/+8 | |
subr/rtl_list.subr:rtl_llift(): added. | |||||
2020-03-02 | subr/pkg_install.subr: serialise simultaneous installation to ${PKG_PREFIX} ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+14 | |
w/ flock(1). | |||||
2020-03-02 | build.sh:build(): iteratively print list of unknown packages, if any. | Lucio Andrés Illanes Albornoz | 4 | -8/+10 | |
subr/build_init.subr:buildp_init_args(): correctly parse -r package[,...]:step[,...]. subr/ex_pkg{,_dispatch}.subr: minor cleanup. subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): don't reset ${EX_PKG_DISPATCH_UNKNOWN} on entry. subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): correctly check ${_pkg_names} for ${_pkg_name} when updating ${EX_PKG_DISPATCH_UNKNOWN}. | |||||
2020-03-02 | subr/pkg_install.subr: remove -D pkg remnants. | Lucio Andrés Illanes Albornoz | 1 | -3/+0 | |
2020-03-01 | groups/010.host_deps.group:gdbm_host:${PKG_DEPENDS}: adds libreadline_host ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
and ncurses_host. | |||||
2020-03-01 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -0/+6 | |
2020-03-01 | General cleanup, pt. III. | Lucio Andrés Illanes Albornoz | 114 | -980/+891 | |
dist/dist_digest.dist: removes obsolete dist file. etc/{build.usage,README.md}: updated. groups/000.host_tools.group:{autoconf,automake,gettext_tiny,install_strip,libtool,m4}_host: moved from groups/010.host_deps.group. groups/221.native_packages_dev.group:lua: moved from groups/231.native_packages_etc.group. groups/221.native_packages_dev.group:lua:${PKG_FORCE_AUTORECONF}: set. groups/231.native_packages_etc.group:{mlogin,tdnf}:${PKG_FORCE_AUTORECONF}: set. groups/241.native_packages_inet.group:nullmailer:${PKG_FORCE_AUTORECONF}: set. groups/251.native_packages_lib.group:lib{asr,gpg_error}:${PKG_FORCE_AUTORECONF}: set. midipix.env, etc/README.md, subr/pkg_configure_autotools.subr: adds FORCE_NO_AUTORECONF. subr/rtl_fileop.subr: adds ch{mod,own} fileops. vars/{check_updates,jamvm,lib{asr,gpg_error},lua,mlogin,tdnf}.vars: removes obsolete vars file. |