summaryrefslogtreecommitdiffhomepage
path: root/vars/python2_host.vars
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24vars/python2_host.vars: explicitly disable `ossaudiodev' module given ↵Lucio Andrés Illanes Albornoz1-0/+1
presence of oss4-dev host package (via JL2210.)
2020-03-15Set -o nounset in addition to +o errexit -o nounset.Lucio Andrés Illanes Albornoz1-1/+1
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-12Reduce awk(1), grep(1), seq(1), and stat(1) usage.Lucio Andrés Illanes Albornoz1-1/+1
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-01General cleanup, pt. III.Lucio Andrés Illanes Albornoz1-11/+13
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-26General cleanup, pt. II.Lucio Andrés Illanes Albornoz1-3/+3
2020-02-25General cleanup, pt. I.Lucio Andrés Illanes Albornoz1-1/+1
2020-02-08vars/build.vars:host_tools: adds bzip2_host v1.0.8.Lucio Andrés Illanes Albornoz1-0/+3
vars/build.vars:host_tools: adds sqlite3_host v3160200. vars/build.vars:ncursesw_host: update build order. vars/build.vars:host_packages_deps: adds gdbm_host v1.18.1. vars/build.vars:bzip2:${PKG_CFLAGS_BUILD_EXTRA}: remove obsolete variable. vars/python2_host.vars: compile w/ -I${PREFIX}/include.
2019-04-26vars/python[23]{,_host}.vars: call pkg_fetch_download() to fetch ${PKG_URL}.Lucio Andrés Illanes Albornoz1-0/+1
2019-03-13patches/ncursesw_host-6.0.local.patch: correctly install ↵Lucio Andrés Illanes Albornoz1-0/+4
share/{tabset,terminfo}/. vars/python[23]_host.vars:pkg_python[23]_host_fetch_download(): provisional sbpython[23]/project/config/cfgdefs.sh patch.
2019-01-19etc/build.usage, subr/build_{args,checks}.subr: merges -c into -C as -C prefix.Lucio Andrés Illanes Albornoz1-2/+2
etc/build.usage, subr/build_{args,init}.subr: merges -[46N] into -F as ipv4|ipv6|offline. subr/ex_rtl_fetch.subr: honour ${{ARG_FETCH_FORCE,DEFAULT_GIT_ARGS}}. subr/pkg_install_strip.subr: correctly strip non-release build binaries. subr/pkg_install_strip.subr:pkg_install_strip(): honour ${ARG_DEBUG_MINIPIX}. vars/env.vars, subr/pkg_fetch_{download,git,wget}.subr: merges fetch_{git,wget} into fetch_download. vars/midipix.vars: adds ${DEFAULT_GIT_ARGS}. vars/{musl,python[23]{,_host}}.vars: updated concerning fetch_download.
2018-12-10remove Python2.7.wrapper (sbpython2 links libpython2.7.so with -rpath).midipix1-11/+0
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-12-10python2_host: use sbpython2 to cleanly build the local dependency python2.midipix1-2/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-12-10Revert "python2_host: use sbpython2 to build an --all-static python2."Lucio Andrés Illanes Albornoz1-4/+13
This reverts commit 4397349ecf7f970ace089238c42e45cfca7c952d.
2018-12-10python2_host: use sbpython2 to build an --all-static python2.midipix1-13/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-11-25Revert << vars/build.vars:python2_host:${PKG_BUILD_DIR}: -- build within ↵midipix1-2/+0
../../src/python2_host-${PKG_PYTHON2_HOST_VERSION}.>> This reverts commit 04ace40b47361388eca7e2080ee5f5ce0276069c. Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2018-11-14vars/build.vars:python2_host:${PKG_BUILD_DIR}: build within ↵Lucio Andrés Illanes Albornoz1-0/+2
../../src/python2_host-${PKG_PYTHON2_HOST_VERSION}. vars/python2_host.vars:pkg_clean(): document intent.
2018-11-13vars/python2_host.vars:pkg_clean(): skip (fixes python2 {,re}build) (via ↵Lucio Andrés Illanes Albornoz1-0/+4
midipix.)
2018-01-30vars/build.vars:python2: pass ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+16
${PYTHON_FOR_BUILD:=${PREFIX}/bin/python2.7.wrapper}. vars/python2_host.vars:..._install_make_post(): provide .../bin/python2.7.wrapper.