Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-21 | etc/README: updates build-time dependencies. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
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 | -3/+3 | |
intltool_host.) etc/README: updated. | |||||
2020-02-20 | subr/build_init.subr:buildp_init_prereqs(): updates prerequisite commands list. | Lucio Andrés Illanes Albornoz | 1 | -5/+5 | |
2020-02-20 | subr/build_init.subr:buildp_init_prereqs(): print missing prerequisite ↵ | Lucio Andrés Illanes Albornoz | 1 | -4/+9 | |
package(s). | |||||
2020-02-15 | subr/build_init.subr:buildp_init_prereqs(): add flock to list of ↵ | Lucio Andrés Illanes Albornoz | 1 | -5/+5 | |
prerequisite commands. etc/README: updated. | |||||
2020-02-15 | subr/build_init.subr:buildp_init_prereqs(): remove openssl from & add ↵ | Lucio Andrés Illanes Albornoz | 2 | -4/+4 | |
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/ex_rtl_fetch.subr:exp_rtl_fetch_url_{git,wget}(): serialise ↵ | Lucio Andrés Illanes Albornoz | 1 | -20/+39 | |
simultaneous execution w/ flock(1). | |||||
2020-02-15 | subr/build_init.subr:buildp_init_getopts(): split -p jobs from -P due to ↵ | Lucio Andrés Illanes Albornoz | 1 | -3/+3 | |
getopts(1) constraints. | |||||
2020-02-15 | subr/build_init.subr:buildp_init_getopts(): split -p jobs from -P due to ↵ | Lucio Andrés Illanes Albornoz | 1 | -20/+23 | |
getopts(1) constraints. etc/build.usage: updated. | |||||
2020-02-15 | subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_{group,package}(): correctly ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
register {disabled,skipped} packages in ${_pkgs_found}. | |||||
2020-02-14 | subr/build_init.subr:buildp_init_vars(): set ${DEFAULT_BUILD_CPUS} before ↵ | Lucio Andrés Illanes Albornoz | 1 | -7/+7 | |
sourcing vars. | |||||
2020-02-14 | groups/2*.native_packages_*.group: adds dependencies. | Lucio Andrés Illanes Albornoz | 1 | -4/+8 | |
subr/ex_pkg_dispatch.subr: fix -r *[ ... ]. | |||||
2020-02-14 | groups/2*.native_packages_*.group: adds dependencies. | Lucio Andrés Illanes Albornoz | 1 | -4/+3 | |
subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_{group,package}(): correctly register {disabled,skipped} packages in ${_pkgs_found}. | |||||
2020-02-14 | subr/build_init.subr:buildp_init_env(): default to -P jobs count to ↵ | Lucio Andrés Illanes Albornoz | 1 | -10/+19 | |
${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 | subr/ex_pkg_dispatch.subr:exp_pkg_dispatch_package(): correctly reference ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
${ARG_RESTART_RECURSIVE}. | |||||
2020-02-14 | groups/2*.native_packages_*.group: adds dependencies. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
subr/ex_pkg_dispatch.subr:exp_pkg_check_depends(): forcibly rebuild all dependencies w/ -r **[ ...] vs. -r *[ ... ]. | |||||
2020-02-14 | build.sh: minor cleanup. | Lucio Andrés Illanes Albornoz | 2 | -11/+17 | |
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 | groups/2*.native_packages_*.group: adds dependencies. | Lucio Andrés Illanes Albornoz | 3 | -14/+40 | |
subr/build_init.subr:buildp_init_getopts(): reject invalid build group names. subr/build_init.subr:buildp_init_prereqs(): insist on GNU sed. subr/build_init.subr:build_fini(): fixed. subr/ex_rtl_complex.subr:ex_rtl_kill_tree(): restored. subr/ex_rtl_log.subr: include fallback ${DEFAULT_LOG_MSG_*_COLOUR}s. | |||||
2020-02-14 | etc/README: updated. | Lucio Andrés Illanes Albornoz | 4 | -219/+297 | |
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 | subr/build_args.subr: reimplemented using getopts(1). | Lucio Andrés Illanes Albornoz | 1 | -64/+28 | |
etc/build.usage: updated. groups/2*.native_packages_*.group: adds dependencies. | |||||
2020-02-13 | subr/build_args.subr: temporarily return to original getopts(1)-based ↵ | Lucio Andrés Illanes Albornoz | 1 | -17/+56 | |
implementation. etc/build.usage: updated. | |||||
2020-02-13 | build.sh: change working directory to "$(dirname "${0}")" at startup. | Lucio Andrés Illanes Albornoz | 2 | -67/+27 | |
etc/build.usage: updated. groups/2*.native_packages_*.group: adds dependencies. vars/env.vars, groups/{010.host_deps,120.native_runtime}.group: removes ${PKG_SRC_TARBALL_DISABLE}. groups/999.invariants.group b, vars/{env,invariants_tarballs}.vars: removes tarball generation. subr/build_args.subr: reimplemented using getopts(1). subr/{build_args,ex_pkg_dispatch}.subr: don't inhibit dependency processing if ${ARG_RESTART_RECURSIVE} is set. | |||||
2020-02-13 | groups/2*.native_packages_*.group: adds dependencies. | Lucio Andrés Illanes Albornoz | 1 | -0/+3 | |
groups/231.native_packages_etc.group:apr:${PKG_NO_CLEAN}: don't clean due to reverse dependency on apr_util. groups/231.native_packages_etc.group:apr_util:${PKG_ENV_VARS_EXTRA}: build w/ LDADD_dbd_sqlite3=-lsqlite3 -lapr-1 -L.libs -laprutil-1. patches/apr_util-1.6.1.local.patch: removes obsolete patch. subr/pkg_clean.subr, vars/env.vars: don't clean if ${PKG_NO_CLEAN} is set. | |||||
2020-02-12 | groups/2*.native_packages{,cmdline,dev,etc,inet,lib,x11}.group: ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+3 | |
merged/split, adds dependencies. groups/: updates layout. etc/build.usage: updated. subr/build_init.subr:build_init(): only include actual groups in ${GROUPS_DEFAULT}. | |||||
2020-02-12 | {build.sh,subr/ex_pkg_dispatch.subr}: prepend {disabled,skipped,start}_pkg ↵ | Lucio Andrés Illanes Albornoz | 1 | -11/+16 | |
messages w/ {current,maximum} count of packages in build group. | |||||
2020-02-12 | groups/*.group: split from vars/build.vars. | Lucio Andrés Illanes Albornoz | 1 | -2/+8 | |
subr/build_init.subr: source groups/*.group & set ${GROUPS_DEFAULT}. vars/midipix.vars: merged into vars/env.vars. | |||||
2020-02-12 | subr/ex_pkg_dispatch.subr: fix typo. | Lucio Andrés Illanes Albornoz | 1 | -3/+3 | |
2020-02-12 | vars/build.vars:{host,native}_toolchain: merges {host,native}_toolchain_mingw32. | Lucio Andrés Illanes Albornoz | 1 | -4/+4 | |
vars/build.vars:native_toolchain: fix group variables. vars/build.vars:ncurses: moved into native_packags_deps_deps. vars/build.vars:{bzip2,expat,lib{elf,ffi,readline,z}}: moved into native_packages_deps. vars/build.vars:{gdb,python2}: moved into native_packages. vars/gcc.vars: minor cleanup. etc/build.usage: updated. subr/ex_pkg_dispatch.subr: disable dependency expansion given -r. | |||||
2020-02-11 | vars/build.vars:{host_toolchain,invariants,native_{runtime,tools,toolchain_m ↵ | Lucio Andrés Illanes Albornoz | 1 | -9/+12 | |
ingw32}}: adds dependencies. vars/build.vars:native_toolchain: merges native_toolchain_deps, adds dependencies. vars/build.vars:{bzip2,expat,gdb,python2}: moved into native_toolchain, adds dependencies. vars/build.vars:native_packages_deps{,_{deps,x11}}:${PKG_IN_TREE}: set. vars/env.vars:${DEFAULT_BUILD_VARS}: adds IN_TREE. vars/gcc.vars: continuously echo build status messages to pipe fd #3. etc/build.usage: updated. subr/ex_pkg_dispatch.subr: enforce in-order building given ${PKG_IN_TREE} set on group. | |||||
2020-02-11 | subr/ex_rtl.subr:ex_rtl_kill_tree(): correctly kill ${_pid_top}. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-02-11 | subr/ex_pkg_dispatch.subr: disable dependency expansion given -r. | Lucio Andrés Illanes Albornoz | 1 | -9/+13 | |
2020-02-11 | subr/ex_pkg_dispatch.subr: correctly update ${_pkg_names}. | Lucio Andrés Illanes Albornoz | 1 | -1/+3 | |
2020-02-11 | subr/build_init.subr:build_ast(): only print ${_pids_killed} if non-empty. | Lucio Andrés Illanes Albornoz | 1 | -1/+4 | |
2020-02-11 | subr/build_init.subr:build_{ast,init}(): call ex_rtl_kill_tree() on $$ on ↵ | Lucio Andrés Illanes Albornoz | 2 | -5/+23 | |
signal. subr/build_init.subr:build_init(): check for pgrep(1) in $PATH. subr/ex_rtl.subr:ex_rtl_kill_tree(): implement w/ pgrep(1). | |||||
2020-02-11 | Implements package-package dependencies. | Lucio Andrés Illanes Albornoz | 5 | -76/+101 | |
2020-02-09 | patches/{libcaca,toilet}_pre.local.patch: use $PKG_CONFIG vs. pkg-config. | Lucio Andrés Illanes Albornoz | 1 | -0/+7 | |
subr/pkg_configure_autotools.subr: export ${PKG_CONFIG{,_PATH}}. | |||||
2020-02-09 | Rename build targets to build groups to avoid confusion w/ target architectures. | Lucio Andrés Illanes Albornoz | 4 | -49/+49 | |
2020-02-08 | subr/pkg_{build,configure}.subr: {pass,export} ${PKG_CONFIG{,_PATH}}. | Lucio Andrés Illanes Albornoz | 2 | -8/+4 | |
vars/build.vars:{rpm,dbus{,_glib}}_host:${PKG_ENV_VARS_EXTRA}: remove obsolete ${PKG_CONFIG_PATH} export. vars/env.vars:${DEFAULT_BUILD_VARS}: remove ${PKG_CONFIG_LIBDIR,PKGCONFIG}. vars/midipix.vars: provide ${DEFAULT_HOST_PKG_CONFIG{,_PATH}}, fix typo in ${DEFAULT_NATIVE_PKG_CONFIG_PATH}. | |||||
2020-02-08 | subr/build_init.subr: ensure awk(1) in $PATH is GNU Awk. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2020-02-06 | subr/build_init.subr: ensure awk(1) in $PATH is GNU Awk. | Lucio Andrés Illanes Albornoz | 1 | -0/+3 | |
2020-02-04 | Revert "subr/pkg_{build,install_make}.subr: default to LIBTOOL=rdlibtool ↵ | Lucio Andrés Illanes Albornoz | 2 | -2/+2 | |
(via midipix.)" This reverts commit fde9ee5a1385d14a8bd82ae548f1d7c1e1de551a. | |||||
2020-02-03 | subr/pkg_{build,install_make}.subr: default to LIBTOOL=rdlibtool (via midipix.) | Lucio Andrés Illanes Albornoz | 2 | -2/+2 | |
vars/{gcc,midipix}.vars: default to LIBTOOL=rdlibtool (via midipix.) | |||||
2020-01-17 | subr/pkg_install_rpm.subr: loop on rpmbuild(1) given exit w/ 141. | Lucio Andrés Illanes Albornoz | 1 | -6/+14 | |
2020-01-17 | subr/pkg_install_rpm.subr: explicitly provide Buildroot in RPM specification ↵ | Lucio Andrés Illanes Albornoz | 1 | -0/+1 | |
file (possibly fixing [1].) References: Fri, 17 Jan 2020 15:02:03 +0000 [1] 103455 – rpmbuild crashes with broken pipe during check-files <https://bugzilla.redhat.com/show_bug.cgi?id=103455> | |||||
2019-12-24 | vars/build.vars:smallbasic:${PKG_DISABLE}: enabled. | Lucio Andrés Illanes Albornoz | 1 | -0/+6 | |
subr/ex_rtl_fetch.subr:ex_rtl_fetch_urls_git(): run git-submodule(1) update --init post-checkout. | |||||
2019-11-03 | subr/pkg_fetch_extract.subr: copy chainport patch to ↵ | Lucio Andrés Illanes Albornoz | 1 | -1/+6 | |
${PKG_BASE_DIR}/${PKG_SUBDIR}/patches/ (via midipix.) | |||||
2019-11-03 | subr/build_init.subr: don't echo back ${_env_vars}. | Lucio Andrés Illanes Albornoz | 1 | -1/+0 | |
2019-11-01 | subr/build_init.subr: correctly filter ${_env_vars}. | Lucio Andrés Illanes Albornoz | 1 | -1/+2 | |
2019-11-01 | ubr/build_init.subr: merge grep(1) ${_env_vars} filter into sed(1) command line. | Lucio Andrés Illanes Albornoz | 1 | -1/+1 | |
2019-11-01 | Cope with long environment variables that are wrapped over multiple lines | Martin Storsjö | 1 | -1/+1 | |
The TERMCAP variable, if present, can be very long (27 lines and over 1500 chars in my case). In these cases, the earlier lines end with a backslash, and the following ones start with a one tab indent. Filter for lines starting with "export" to properly find the variable names only, as that's the only thing we're interested in here. |