Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-06 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -7/+15 | |
2021-01-06 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -5/+31 | |
2020-12-29 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -1/+2 | |
2020-12-02 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-09-08 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-06-02 | midipix.env:${DEFAULT_BUILD_VARS}: adds ${PKG_CFLAGS_BUILD} and ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+2 | |
${PKG_MAKE_SUBDIRS}. subr/pkg_{build,install}.subr: honour ${PKG_MAKE_SUBDIRS}. etc/README.md: updated. | |||||
2020-05-26 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 2 | -4/+4 | |
2020-05-26 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -4/+4 | |
2020-05-15 | Optionally install ${PKG_DESTDIR_HOST} into ${PREFIX}. | Lucio Andrés Illanes Albornoz | 1 | -17/+18 | |
vars/libxslt.vars:pkg_libxslt_install_make_post(): install ${PREFIX}/bin/xslt-config into ${PKG_DESTDIR_HOST}/bin. | |||||
2020-04-29 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -6/+12 | |
2020-04-29 | Designate {debug,release} build as build kind. | Lucio Andrés Illanes Albornoz | 3 | -571/+571 | |
etc/{{build,pkgtool}.usage,README.md}: updated. | |||||
2020-04-29 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -13/+26 | |
2020-04-13 | subr/pkg_build.subr: pass either ${PKG_MAKEFLAGS_VERBOSITY} or nothing if ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
set to `none'. groups/010.host_deps.group:ruby_host:${PKG_MAKEFLAGS_VERBOSITY}: build w/ none. groups/221.native_packages_dev.group:ruby:${PKG_MAKEFLAGS_VERBOSITY}: build w/ none. etc/README.md, midipix.env: adds ${PKG_MAKEFLAGS_VERBOSITY}, defaulting to `V=99'. | |||||
2020-04-10 | Pass pkg-config(1) search path via ${PKG_CONFIG_LIBDIR}. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-04-08 | subr/build_init.subr:buildp_init_args(): move ${BUILD_HNAME} check & default ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
from buildp_init_env(). midipix.env:${DEFAULT_CLEAR_ENV_VARS_EXCEPT}: adds BUILD_HNAME. etc/README.md: updated. | |||||
2020-03-25 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
2020-03-15 | General cleanup. | Lucio Andrés Illanes Albornoz | 2 | -14/+23 | |
2020-03-13 | Implements ./pkgtool.sh -[irt] options. | Lucio Andrés Illanes Albornoz | 2 | -16/+63 | |
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-11 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -19/+37 | |
2020-03-11 | subr/build_init.subr:buildp_init_getopts(): --dump-on-abort excludes -R. | Lucio Andrés Illanes Albornoz | 2 | -2/+2 | |
etc/{build.usage,README.md}: updated. | |||||
2020-03-11 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -9/+10 | |
2020-03-11 | Initial implementation of pkgtool.sh. | Lucio Andrés Illanes Albornoz | 2 | -18/+38 | |
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-09 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -1/+4 | |
2020-03-05 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -2/+19 | |
2020-03-05 | subr/ex_pkg_dispatch.subr: implement *<group>: inhibit group-group ↵ | Lucio Andrés Illanes Albornoz | 2 | -9/+13 | |
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 | 2 | -10/+12 | |
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 | 1 | -5/+5 | |
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 | 1 | -207/+337 | |
possible (via duvallj.) subr/build_init.subr:buildp_init_env(): correctly emit errors & exit given early initialisation failure. etc/README.md: updated. | |||||
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 | 2 | -19/+55 | |
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. | |||||
2020-02-29 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -2/+5 | |
2020-02-29 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -0/+68 | |
midipix.env: updated. | |||||
2020-02-29 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -14/+14 | |
2020-02-29 | etc/README.md: updated. | Lucio Andrés Illanes Albornoz | 1 | -9/+9 | |
2020-02-29 | etc/README.md: renamed from etc/README. | Lucio Andrés Illanes Albornoz | 1 | -0/+0 | |
README.md: update symlink. | |||||
2020-02-29 | etc/README, midipix.env: updated. | Lucio Andrés Illanes Albornoz | 1 | -0/+42 | |
2020-02-25 | General cleanup, pt. I. | Lucio Andrés Illanes Albornoz | 4 | -5/+1160 | |
2020-02-22 | etc/{build.usage,README}: updated. | Lucio Andrés Illanes Albornoz | 2 | -0/+4 | |
2020-02-21 | etc/README: updates build-time dependencies. | Lucio Andrés Illanes Albornoz | 1 | -1/+2 | |
subr/build_init.subr:buildp_init_prereqs(): redirect which(1) stderr to /dev/null. | |||||
2020-02-20 | subr/build_init.subr:buildp_init_prereqs(): adds perl (required by ↵ | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
intltool_host.) etc/README: updated. | |||||
2020-02-15 | subr/build_init.subr:buildp_init_prereqs(): add flock to list of ↵ | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
prerequisite commands. etc/README: updated. | |||||
2020-02-15 | subr/build_init.subr:buildp_init_prereqs(): remove openssl from & add ↵ | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
sha256sum to list of prerequisite commands. subr/ex_rtl_fetch.subr:ex_rtl_fetch_url_wget(): use sha256sum(1) instead of openssl(1) w/ dgst -sha256. etc/README: updated. | |||||
2020-02-15 | subr/build_init.subr:buildp_init_getopts(): split -p jobs from -P due to ↵ | Lucio Andrés Illanes Albornoz | 1 | -5/+5 | |
getopts(1) constraints. etc/build.usage: updated. | |||||
2020-02-14 | subr/build_init.subr:buildp_init_env(): default to -P jobs count to ↵ | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
${DEFAULT_BUILD_CPUS}/2 or 1. subr/build_init.subr:buildp_init_env(): reject invalid -P job counts. etc/build.usage: updated. | |||||
2020-02-14 | build.sh: minor cleanup. | Lucio Andrés Illanes Albornoz | 1 | -3/+4 | |
groups/2*.native_packages_*.group: adds dependencies. subr/{build_init,ex_pkg_dispatch}.subr, etc/build.usage: forcibly rebuild all dependencies w/ -r **[ ...] vs. -r *[ ... ]. subr/ex_pkg_dispatch.subr:exp_pkg_get_packages(): log message before and after resolving dependencies. | |||||
2020-02-14 | etc/README: updated. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
groups/231.native_packages_etc.group:apr_util:${PKG_MAKEFLAGS_BUILD}: build w/ -j1. subr/{build_{args,init},ex_rtl{,_complex}}.subr: minor cleanup. subr/{build_args,ex_rtl}.subr: purge leading whitespaces. | |||||
2020-02-13 | groups/2*.native_packages_*.group: adds dependencies. | Lucio Andrés Illanes Albornoz | 1 | -2/+2 | |
etc/build.usage: updated. |