summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2020-04-25pkgtool.sh:pkgtoolp_rdepends(): print direct reverse dependencies in bright ↵Lucio Andrés Illanes Albornoz2-9/+44
yellow and their dependencies in dark yellow, if any. subr/ex_pkg.subr:ex_pkg_unfold_depends_direct(): initial implementation.
2020-04-24vars/python3_host.vars: explicitly disable `ossaudiodev' module given ↵Lucio Andrés Illanes Albornoz1-0/+3
presence of oss4-dev host package (via JL2210.)
2020-04-24groups/010.host_deps.group:python3_host:${PKG_DEPENDS}: adds bzip2_host and ↵Lucio Andrés Illanes Albornoz1-1/+1
expat_host.
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-04-23groups/010.host_deps.group:python2_host:${PKG_DEPENDS}: adds expat_host.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-23groups/010.host_deps.group:python2_host:${PKG_DEPENDS}: adds bzip2_host.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-17dist/dist_minipix.dist: additionally distribute libz.so.1.2 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-1/+1
2020-04-17subr/pkg_install_libs.subr:pkgp_install_libs_shared(): correctly reference ↵Lucio Andrés Illanes Albornoz1-1/+1
${_so_src_path}.
2020-04-17groups/800.minipix.group: adds libz_minipix (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+3
2020-04-13subr/pkg_build.subr: pass either ${PKG_MAKEFLAGS_VERBOSITY} or nothing if ↵Lucio Andrés Illanes Albornoz5-4/+11
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-13subr/pkg_build.subr: invariably call make(1) w/ V=99.Lucio Andrés Illanes Albornoz6-7/+4
groups/*.group: remove redundant ${PKG_MAKEFLAGS_BUILD_EXTRA:="V=99"} variables.
2020-04-13groups/261.native_packages_x11.group:libcaca:${PKG_DEPENDS}: adds freetype ↵Lucio Andrés Illanes Albornoz1-2/+2
(via duvallj.) groups/261.native_packages_x11.group:libcaca:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -I${PREFIX_NATIVE}/include/freetype2 -std=gnu99.
2020-04-13ed: update to version 1.16Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-13datamash: update to version 1.6Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-13gnutls: use external libtasn1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-13251.native_packages_lib.group: adds libtasn1Ørjan Malde2-1/+39
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-12subr/build_init.subr:buildp_init_args(): skip unknown packages check given ↵Lucio Andrés Illanes Albornoz1-1/+1
-r ALL|LAST (via duvallj.)
2020-04-12gnutls: update to version 3.6.13Ørjan Malde3-18/+24
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/251.native_packages_lib.group:libnettle:${PKG_MAKEFLAGS_BUILD}: build ↵Lucio Andrés Illanes Albornoz1-0/+1
w/ -j1.
2020-04-11libarchive: enable shared librariesØrjan Malde1-0/+20
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/241.native_packages_inet.group:wget:${PKG_SHA256SUM}: fixed.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-11openssh: update to version 8.2p1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11wget: update to version 1.20.3Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11libzip: update to 1.6.1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/020.host_deps_rpm.group:libarchive_host:${PKG_MAKEFLAGS_BUILD_EXTRA}: ↵Lucio Andrés Illanes Albornoz2-0/+2
build w/ V=99. groups/251.native_packages_lib.group:libarchive:${PKG_MAKEFLAGS_BUILD_EXTRA}: build w/ V=99.
2020-04-11libarchive{,_host}: update to version 3.4.2Ørjan Malde2-4/+6
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/020.host_deps_rpm.group:libarchive_host: revert to v3.3.3.Lucio Andrés Illanes Albornoz2-7/+4
groups/251.native_packages_lib.group:libarchive: revert to v3.3.3.
2020-04-10Pass pkg-config(1) search path via ${PKG_CONFIG_LIBDIR}.Lucio Andrés Illanes Albornoz10-15/+16
2020-04-10subr/ex_pkg.subr:ex_pkg_get_packages(): correctly call rtl_log_msg() w/ ↵Lucio Andrés Illanes Albornoz1-2/+2
`warning'. subr/ex_pkg.subr:ex_pkg_get_packages(): fix info message.
2020-04-10groups/020.host_deps_rpm.group:libarchive_host: updated to v3.4.2 (via ↵Lucio Andrés Illanes Albornoz1-2/+4
Redfoxmoon.) groups/020.host_deps_rpm.group:libarchive_host:${PKG_LIBTOOL}: build w/ libtool. groups/020.host_deps_rpm.group:libarchive_host:${PKG_MAKEFLAGS_BUILD_EXTRA}: build w/ V=99.
2020-04-10subr/pkgtool_init.subr:pkgtoolp_init_getopts_help(): correctly cat ↵Lucio Andrés Illanes Albornoz1-1/+1
etc/pkgtool.usage given -h option.
2020-04-10subr/build_init.subr:buildp_init_args(): don't filter `host_deps_rpm' build ↵Lucio Andrés Illanes Albornoz1-2/+4
group given either of --dump-{in,on-abort}.
2020-04-10groups/241.native_packages_inet.group:icecast: moved from ↵Lucio Andrés Illanes Albornoz2-12/+12
groups/231.native_packages_etc.group.
2020-04-10libressl: update to 3.1.0Ørjan Malde3-508/+35
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-09subr/build_init.subr:buildp_init_files(): trap SIG{HUP,INT,TERM,USR[12]} ↵Lucio Andrés Illanes Albornoz1-1/+1
during prefix cleaning, if requested.
2020-04-09build.sh:buildp_ast(): remove ${DEFAULT_BUILD_STATUS_IN_PROGRESS_FNAME} at ↵Lucio Andrés Illanes Albornoz1-3/+3
last opportunity.
2020-04-09subr/build_init.subr:buildp_init_files(): trap SIG{HUP,INT,TERM,USR[12]} ↵Lucio Andrés Illanes Albornoz1-0/+2
during prefix cleaning, if requested.
2020-04-09subr/build_init.subr:buildp_init_getopts(): exit w/ error on attempt to ↵Lucio Andrés Illanes Albornoz1-1/+5
specify maximum parallelisation job count w/ -P vs. -p jobs.
2020-04-09subr/rtl.subr:rtl_date(): default ${DEFAULT_TIMESTAMP_FMT} to "%Y/%m/%d ↵Lucio Andrés Illanes Albornoz1-1/+1
%H:%M:%S".
2020-04-08subr/build_init.subr:buildp_init_args(): move ${BUILD_HNAME} check & default ↵Lucio Andrés Illanes Albornoz3-5/+7
from buildp_init_env(). midipix.env:${DEFAULT_CLEAR_ENV_VARS_EXCEPT}: adds BUILD_HNAME. etc/README.md: updated.
2020-04-04subr/rtl_complex.subr:rtl_is_newer(): reimplemented w/ stat(1).Lucio Andrés Illanes Albornoz2-5/+10
subr/build_init.subr:buildp_init_prereqs(): adds stat(1).
2020-03-30groups/030.host_toolchain.group:mpc_host:${PKG_CONFIGURE_ARGS}: configure w/ ↵Lucio Andrés Illanes Albornoz2-4/+4
--disable-assembly --disable-nls --prefix= --with-gmp=${PREFIX} --with-mpfr=${PREFIX} (via midipix.) groups/030.host_toolchain.group:mpfr_host:${PKG_CONFIGURE_ARGS}: configure w/ --disable-assembly --disable-nls --prefix= --with-gmp=${PREFIX} (via midipix.) groups/110.native_toolchain.group:mpc:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --disable-assembly --with-gmp=${PREFIX_NATIVE} --with-mpfr=${PREFIX_NATIVE} (via midipix.) groups/110.native_toolchain.group:mpfr:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --disable-assembly --with-gmp=${PREFIX_NATIVE} (via midipix.)
2020-03-28Merge pull request #15 from duvallj/masterLucio Andrés Illanes Albornoz10-11/+123
Various fixes for various -L flags, other build errors
2020-03-27Final patches to make things work all the way throughJack Duvall5-4/+51
2020-03-27Fix some erraneous -L in config scriptsJack Duvall6-7/+72
2020-03-27dist/dist_zipdist.dist: correctly check for presence of ↵Lucio Andrés Illanes Albornoz1-1/+1
${DEFAULT_ZIPDIST_SIGN_GPG_KEY} (via duvallj.)
2020-03-27patches/w3m-0.5.3+git20190105.local.patch: forcibly configure w/ imlib2 and ↵Lucio Andrés Illanes Albornoz1-2/+227
X11 (via duvallj.)
2020-03-27patches/w3m-0.5.3+git20190105.local.patch: skip faulty ↵Lucio Andrés Illanes Albornoz1-0/+27
lib{bsd,BSD,44bsd,socket,nsl,dld,dl} check (via duvallj.)
2020-03-26subr/ex_pkg_env.subr:exp_pkg_env_set(): correctly join NL-separated package ↵Lucio Andrés Illanes Albornoz1-7/+7
variable names before passing to rtl_set_vars().
2020-03-25etc/README.md: updated.Lucio Andrés Illanes Albornoz1-2/+2