summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18john-1.8.0: use hidden visibility for optimization & simplicity (given no dso).midipix1-74/+9
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-02-18vars/build.vars:libass:${PKG_DISABLED}: disabled (via midipix.)Lucio Andrés Illanes Albornoz1-0/+1
2019-02-05vars/build.vars:native_packages_deps_x11: adds {fribidi,libass} ↵Lucio Andrés Illanes Albornoz1-1/+8
v{1.0.5,0.14.0} (via Redfoxmoon.)
2019-02-02vars/build.vars:pacman:${PKG_DISABLED}: disabled (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-0/+1
2019-02-02libz: patch: address inconsisten visibility definition of z_errmsg.midipix1-0/+11
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-02-01vars/build.vars:gnutls: updated to v3.6.6 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz3-7/+8
vars/gnutls.vars: updated (via Redfoxmoon.) patches/gnutls-3.6.[26].local.patch: updated (via Redfoxmoon.)
2019-01-31vars/build.vars:gmp{_host,}: updated to v6.1.2.Lucio Andrés Illanes Albornoz3-7/+34
vars/build.vars:libnettle: updated to v3.4.1 (via Redfoxmoon.) vars/build.vars:libnettle:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/o --disable-assembler and w/ nettle_cv_asm_underscore=no --disable-static (via Redfoxmoon.) vars/build.vars:libnettle:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -std=gnu99 (via Redfoxmoon.) patches/libnettle-3.4.1.local.patch: updated. patches/libnettle/nettle-conf-fix.patch: via Redfoxmoon.
2019-01-27subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): correctly amend ${_pkgs_found_new}.Lucio Andrés Illanes Albornoz1-0/+1
2019-01-27vars/build.vars:lua:${PKG_INSTALL_FILES}: install lib/liblua.so.0 symlink ↵Lucio Andrés Illanes Albornoz1-0/+1
(via Redfoxmoon.)
2019-01-26vars/build.vars:native_packages_etc: adds qemu v3.1.0 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-1/+103
patches/qemu-3.1.0.local.patch: via Redfoxmoon.
2019-01-23vars/build.vars:musl_{full{,_host},no_complex_host}: updated to v1.1.21.Lucio Andrés Illanes Albornoz5-21/+12
patches/musl_{full{,_host},no_complex_host}: deletes obsolete symlinks. vars/musl.vars: move ${PKG_BASE_DIR}/mmglue into build/ post-download.
2019-01-20check_updates.sh: removes obsolete script.Lucio Andrés Illanes Albornoz2-108/+8
etc/rotate_archives.sh: moved & minor cleanup from rotate_tarballs.sh.
2019-01-20subr/pkg_install_rpm.subr:pkg_install_rpm(): pass --define="_tmppath ↵Lucio Andrés Illanes Albornoz1-1/+5
${BUILD_WORKDIR}" to rpmbuild.
2019-01-20subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): amend vs. set ↵Lucio Andrés Illanes Albornoz1-3/+4
${${_pkgs_found_vname}}.
2019-01-20patches/nasm{_host,}-2.14.02.local.patch: Midipix COFF GOT support, pt. IV.Lucio Andrés Illanes Albornoz1-12/+9
2019-01-20vars/build.vars:openlitespeed:${PKG_DESTDIR}: install into destdir/lsws.Lucio Andrés Illanes Albornoz1-0/+1
2019-01-19subr/pkg_install_strip.subr:pkg_install_strip(): only strip during release ↵Lucio Andrés Illanes Albornoz1-3/+2
builds & /a=x files.
2019-01-19build.sh, subr/{build_args,ex_pkg_dispatch}.subr: fix -r LAST.Lucio Andrés Illanes Albornoz3-17/+21
2019-01-19vars/build.vars:musl_fts: switched to midipix.org package (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-3/+2
2019-01-19build.sh:buildp_dispatch(): correctly call ex_pkg_dispatch().Lucio Andrés Illanes Albornoz2-2/+4
subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): only set ${${_pkgs_found_vname}} if non-zero.
2019-01-19build.sh:buildp_dispatch(): fix ${PKGS_FOUND} variable name.Lucio Andrés Illanes Albornoz1-3/+4
2019-01-19subr/pkg_install_strip.subr:pkg_install_strip(): exclude non-native packages.Lucio Andrés Illanes Albornoz1-1/+2
2019-01-19build.sh, subr/build_checks.subr, vars/midipix.vars: removes ↵Lucio Andrés Illanes Albornoz5-75/+32
${DEFAULT_CHECK_PREREQ_{CMDS,FILES{,_DYNAMIC},PERL_MODULES}}. etc/build.usage: update target list. subr/build_checks.subr: merges remaining checks into subr/build_init.subr.
2019-01-19build.sh, etc/build.usage, subr/ex_pkg_dispatch.subr: adds -r LAST.Lucio Andrés Illanes Albornoz5-24/+40
subr/ex_rtl_state.subr: adds ex_rtl_state_clear(). vars/midipix.vars: adds ${DEFAULT_BUILD_LAST_FAILED_PKG_FNAME}.
2019-01-19vars/rpm_host.vars:pkg_rpm_host_install_pre(): remove ${PKG_DESTDIR}/var/.Lucio Andrés Illanes Albornoz1-0/+1
2019-01-19build.sh, etc/build.usage, subr/build_args.subr: replaces -x w/ -vvv.Lucio Andrés Illanes Albornoz6-24/+24
subr/ex_rtl_{fileop,log}.subr, vars/env.vars: log file operations at -vvvv.
2019-01-19vars/{dbus,libressl,tzdb}_host.vars: remove ${PKG_DESTDIR}/{etc,var}/.Lucio Andrés Illanes Albornoz4-3/+30
vars/midipix.vars:${DEFAULT_CLEAR_PREFIX_PATHS}: updated.
2019-01-19vars/invariants_zipdist.vars:pkg_invariants_zipdist_all(): optionally sign ↵Lucio Andrés Illanes Albornoz1-12/+22
ZIP archive.
2019-01-19subr/pkg_configure_autotools.subr:pkg_configure_autotools(): invoke scripts ↵Lucio Andrés Illanes Albornoz2-3/+3
w/ /bin/sh. vars/midipix.vars:${DEFAULT_{LOG_ENV_VARS,CLEAR_ENV_VARS_EXCEPT}}: removes SHELL.
2019-01-19vars/invariants_zipdist.vars:pkg_invariants_zipdist_all(): move beneath ↵Lucio Andrés Illanes Albornoz2-12/+17
${BUILD_WORKDIR}/zipdist/ & remove temporary mpackage directories. vars/midipix.vars: adds ${DEFAULT_ZIPDIST_DEFROOT}.
2019-01-19etc/build.usage, subr/build_{args,checks}.subr: merges -c into -C as -C prefix.Lucio Andrés Illanes Albornoz16-109/+99
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.
2019-01-19vars/invariants_minipix.vars: fix pkgp_invariants_minipix_is_newer() & ↵Lucio Andrés Illanes Albornoz1-9/+10
pathnames.
2019-01-19etc/build.usage, subr/build_args.subr: -D {t{bz2,gz,xz},zipdist} implies -D ↵Lucio Andrés Illanes Albornoz2-0/+9
minipix.
2019-01-19vars/invariants_digest.vars:pkg_invariants_digest_all(): only compile given ↵Lucio Andrés Illanes Albornoz2-3/+2
-D t{bz2,gz,xz}. vars/mpackage_host.vars:pkg_mpackage_host_install_make(): correctly install symlink.
2019-01-19etc/{build.usage,README}: fix typo.Lucio Andrés Illanes Albornoz3-15/+5
subr/ex_rtl_log.subr:ex_rtl_log_msg(): minor cleanup.
2019-01-19build.sh, etc/build.usage, subr/*: merges {-[ptz],--rpm} into -D ↵Lucio Andrés Illanes Albornoz14-221/+192
{minipix,pkg,rpm,t{bz2,gz,xz},zipdist}. subr/{build_args,pkg_clean}.subr: cleanup ${ARG_CLEAN_BUILDS} usage. vars/build.vars:dist: merged into invariants. vars/invariants_minipix.vars: adapted from vars/dist_minipix_dist.vars. vars/{invariants_tarballs,midipix}.vars: don't produce source tarballs.
2019-01-19vars/midipix.vars:${DEFAULT_CLEAR_PREFIX_PATHS}: removes README.Lucio Andrés Illanes Albornoz1-1/+1
2019-01-19subr/pkg_install.subr:pkg_install(): fix typo.Lucio Andrés Illanes Albornoz2-2/+3
subr/pkg_install_rpm.subr:pkg_install_rpm(): reintroduce rpmbuild check.
2019-01-19patches/ffmpeg-4.1.local.patch: correctly differentiate between ↵Lucio Andrés Illanes Albornoz1-0/+206
{local,global} symbols.
2019-01-19subr/pkg_install{,_rpm}.subr: honour ${PKG_{PKGLIST,RPM}_DISABLE}.Lucio Andrés Illanes Albornoz8-31/+49
vars/build.vars:host_tools: moves mpackage from dist as mpackage_host. vars/build.vars:{ntctty,psxscl{,_strace},ptycon}: specify ${PKG_SRC_TARBALL_DISABLE:=1}. vars/build.vars:minipix: specify ${{PKGLIST,RPM}=1}. vars/dist_etc.vars: removed. vars/env.vars: adds {PKGLIST,RPM,SRC_TARBALL}_DISABLE. vars/invariants_tarballs.vars:pkgp_dist_tarball_src(): honour ${PKG_SRC_TARBALL_DISABLE}. vars/invariants_zipdist.vars: ensure build directories for packages in the pkglist.native exist. vars/{invariants_zipdist,mpackage_host}.vars: {reference,provide} mpackage/ symlink.
2019-01-18vars/build.vars:invariants: adds invariants_zipdist.Lucio Andrés Illanes Albornoz6-8/+41
etc/build.usage, subr/build_args.subr: adds -z. vars/invariants_tarballs.vars:pkgp_dist_tarball_src(): only include package build directories. vars/invariants_zipdist.vars: added. vars/midipix.vars: adds ${DEFAULT_ZIPDIST_FNAME_PREFIX}.
2019-01-18vars/build.vars:dist: adds mpackage (master.)Lucio Andrés Illanes Albornoz3-3/+9
subr/pkg_install.subr:pkg_install(): exclude mpackage from package list files. subr/pkg_install_rpm.subr:pkg_install_rpm(): exclude mpackage from RPM generation.
2019-01-18patches/nasm{_host,}-2.14.02.local.patch: initial Midipix COFF GOT support, ↵Lucio Andrés Illanes Albornoz1-7/+9
pt. III.
2019-01-18vars/build.vars:nginx:${PKG_CFLAGS_BUILD_EXTRA}: build w/ -Wno-sign-compare ↵Lucio Andrés Illanes Albornoz1-0/+1
(via midipix.)
2019-01-18vars/build.vars:u16ports:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ ↵Lucio Andrés Illanes Albornoz1-1/+1
--sysroot=${PREFIX_NATIVE} -Wno-missing-field-initializers (via midipix.)
2019-01-17patches/musl/: removes obsolete patches (via Redfoxmoon.)Lucio Andrés Illanes Albornoz4-347/+0
2019-01-17vars/build.vars:musl_{no_complex_host,full_host,full}: updated to v1.1.20.Lucio Andrés Illanes Albornoz1-6/+6
2019-01-17vars/build.vars:native_packages_dev: adds nasm v2.14.02.Lucio Andrés Illanes Albornoz2-4/+9
patches/nasm-2.14.02.local.patch: symlinked.
2019-01-17patches/nasm_host-2.14.02.local.patch: initial Midipix COFF GOT support, pt. II.Lucio Andrés Illanes Albornoz1-9/+12
2019-01-17vars/build.vars:ffmpeg:${PKG_CONFIGURE_ARGS}: build w/o --disable-x86asm and ↵Lucio Andrés Illanes Albornoz2-4/+11
w/ --x86asmexe=${DEFAULT_TARGET}-nasm. patches/ffmpeg-4.1_pre.local.patch: don't pass -DPREFIX to nasm.