summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2021-04-06subr/pkg_configure_patch.subr:pkg_configure_patch(): correctly reference ↵Lucio Andrés Illanes Albornoz2-11/+11
possibly undefined ${PKG_{FNAME,URLS_GIT}}. subr/pkg_fetch_download.subr:pkg_fetch_download_clean_dlcache(): correctly reference possibly undefined ${_pkg_fname}.
2021-04-06groups/010.host_deps.group:python[23]_host:${PKG_URLS_GIT}: update subdir to ↵Lucio Andrés Illanes Albornoz9-83/+92
build/sbpython[23]. groups/010.host_deps.group:python2_host:${PKG_SUBDIR}: set to Python-${PKG_PYTHON2_HOST_VERSION}. groups/221.native_packages_dev.group:python[23]:${PKG_URLS_GIT}: update subdir to build/sbpython[23]. groups/221.native_packages_dev.group:python2:${PKG_SUBDIR}: set to Python-${PKG_PYTHON2_VERSION}. patches/python2_host-2.7.15.local.patch: split from vars/python2_host.vars. patches/python3_host-3.6.3.local.patch: split from vars/python3_host.vars. vars/python[23]{_host,}.vars: deleted
2021-04-06pkgtool.sh:pkgtoolp_mirror_fetch(): call pkg_fetch_download_clean_dlcache() ↵Lucio Andrés Illanes Albornoz5-40/+71
post-{archive,Git} mirroring. pkgtool.sh:pkgtoolp_mirror_fetch(): mirror both archive as well as Git URL(s). subr/pkg_configure_patch.subr:pkg_configure_patch(): apply patches from within ${PKG_BASE_DIR} given both ${PKG_FNAME} and ${PKG_URLS_GIT}. subr.rtl/rtl_fetch.subr:rtl_fetch_mirror_urls_git(): ignore all but last component in ${_subdir}. subr.rtl/rtl_fetch.subr:rtl_fetch_mirror_urls_git(): create prerequisite directories. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): ignore all but last component in ${_subdir} wrt. ${_cache_dlname}. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): create prerequisite directories wrt. ${_tgtdir}. subr/ex_pkg_env.subr:exp_pkg_env_defaults(): reject absence of ${PKG_SUBDIR} given both ${PKG_FNAME} and ${PKG_URLS_GIT}. subr/pkg_fetch_download.subr:pkg_fetch_download_clean_dlcache(): initial implementation. subr/pkg_fetch_download.subr:pkg_fetch_download(): call pkg_fetch_download_clean_dlcache() post-{archive,Git} download.
2021-04-06etc/README.md: updated.Lucio Andrés Illanes Albornoz1-3/+5
2021-04-06vars/libsolv.vars: updated.Lucio Andrés Illanes Albornoz1-1/+2
2021-04-05{build,pkgtool}.sh: update copyright legend.Lucio Andrés Illanes Albornoz3-3/+3
etc/README.md: updated.
2021-04-05subr/pkg_fetch_{download,extract}.subr: download into & auto-cleanup ↵Lucio Andrés Illanes Albornoz7-24/+63
${BUILD_DLCACHEDIR}/${PKG_NAME}/ vs. ${BUILD_DLCACHEDIR}/. vars/{gcc,python[23]{,_host}}.vars: updated.
2021-04-05etc/README.md: updated.Lucio Andrés Illanes Albornoz1-0/+3
2021-04-05pkgtool.sh:pkgtoolp_mirror_fetch(), subr/pkgtool_init.subr: implement and ↵Lucio Andrés Illanes Albornoz4-12/+20
honour -v. etc/{pkgtool.usage,README.md}: updated.
2021-04-05pkgtool.sh:pkgtoolp_mirror_fetch(): clean up archive URL(s) mirror directory ↵Lucio Andrés Illanes Albornoz1-1/+10
post-successful mirroring.
2021-04-05pkgtool.sh:pkgtoolp_mirror(): substitute `~' in ${_mirror_dname{,_git}} w/ ↵Lucio Andrés Illanes Albornoz1-0/+2
${HOME} for convenience.
2021-04-05pkgtool.sh:pkgtool{,p_mirror}(): split -m <dname1>,<dname2> into -m <dname> ↵Lucio Andrés Illanes Albornoz4-16/+25
-M <dname> for convenience. subr/pkgtool_init.subr: split -m <dname1>,<dname2> into -m <dname> -M <dname> for convenience. etc/{pkgtool.usage,README.md}: updated.
2021-04-05groups/231.native_packages_etc.group:procps_ng:${PKG_{SHA256SUM,URL,FNAME,SU ↵Lucio Andrés Illanes Albornoz1-4/+4
BDIR}}: updated.
2021-04-05subr.rtl/rtl_fetch.subr:rtl_fetch_url_wget(): log actual SHA256 message ↵Lucio Andrés Illanes Albornoz1-2/+8
digest of downloaded file on hash mismatch.
2021-04-05subr.rtl/rtl_fetch.subr:rtl_fetch_url_wget(): delete downloaded file given ↵Lucio Andrés Illanes Albornoz1-4/+7
non-recoverable failure.
2021-04-05pkgtool.sh:pkgtoolp_mirror_fetch(): honour and pass ${PKG_FNAME}, if present.Lucio Andrés Illanes Albornoz1-2/+5
2021-04-05groups/241.native_packages_inet.group:bind:${PKG_CONFIGURE_ARGS_EXTRA}: ↵Lucio Andrés Illanes Albornoz1-1/+1
configure w/ --with-libtool --disable-backtrace --with-eddsa=no --with-ecdsa=yes --with-gssapi=no --with-libxml2=no --with-libjson=no --with-openssl=${PREFIX_NATIVE} --without-lmdb BUILD_CC=gcc (via midipix.)
2021-04-04groups/221.native_packages_dev.group: chicken: bump to v5.2.0Ørjan Malde3-215/+112
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-04groups/010.host_deps.group: bison_host: bump to v3.7.6Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-04groups/221.native_packages_dev.group: bison: bump to v3.7.6Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-04etc/README.md: updated.Lucio Andrés Illanes Albornoz2-6/+6
etc/build.usage: updated.
2021-03-29patches/libite_pre.local.patch: updated.Lucio Andrés Illanes Albornoz1-12/+0
2021-03-29bump automake to 1.16.3.midipix1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-26groups/251.native_packages_lib.group: libmp3splt: enable mp3 pluginØrjan Malde1-1/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-26groups/251.native_packages_lib.group: adds libmad v0.15.1bØrjan Malde3-1/+290
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-26groups/211.native_packages_cmdline.group: adds mp3splt v2.6.2Ørjan Malde1-1/+6
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-26groups/251.native_packages_lib.group: adds libmp3splt v0.9.2Ørjan Malde4-1/+590
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-14pkgtool.sh:pkgtoolp_mirror_fetch(): skip mirroring of Git URL(s) if ↵Lucio Andrés Illanes Albornoz3-1/+8
${PKG_MIRRORS_GIT} specifies `skip'. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): skip attempting to use Git URL(s) mirror if ${_mirrors} specifies `skip'. groups/120.native_runtime.group:{ntctty,psxscl{,_strace}}:${PKG_MIRRORS_GIT}: skip mirroring.
2021-03-14groups/251.native_packages_lib.group: libredwg: bump to v0.12.3Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-14groups/251.native_packages_lib.group: libgcrypt: bump to v1.9.2Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-14groups/241.native_packages_inet.group: gnutls: bump to v3.7.1Ørjan Malde3-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-14groups/231.native_packages_etc.group: gdbm: bump to v1.19Ørjan Malde1-3/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-14groups/231.native_packages_etc.group: ffmpeg: bump to v4.3.2Ørjan Malde3-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-03-13subr.rtl/rtl_complex.subr:rtl_flock_acquire(): change flock(1) conflict exit ↵Lucio Andrés Illanes Albornoz1-1/+1
code to 253 within conformant 0-255 range.
2021-02-23groups/010.host_deps.group:flex_host:${PKG_CFLAGS_CONFIGURE_EXTRA}: ↵Lucio Andrés Illanes Albornoz3-0/+3
configure w/ -D_GNU_SOURCE. groups/221.native_packages_dev.group:flex:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -D_GNU_SOURCE. groups/dev_packages.group:flex:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -D_GNU_SOURCE.
2021-02-23Revert "groups/211.native_packages_cmdline.group: tar: bump to v1.34"Lucio Andrés Illanes Albornoz3-10/+2
This reverts commit 8fe1e1965706ae55cdad4f8b23f2c4c0a84e947f.
2021-02-19pkgtool.sh:pkgtoolp_mirror_fetch(): don't fail given skipped package w/ no URLs.Lucio Andrés Illanes Albornoz1-1/+1
2021-02-19groups/010.host_deps.group:flex_host:${PKG_SHA256SUM}: updated.Lucio Andrés Illanes Albornoz1-1/+1
2021-02-18groups/241.native_packages_inet.group: inetutils: bump to v2.0Ørjan Malde1-3/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-02-18groups/221.native_packages_dev.group: bison: bump to v3.7.5Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-02-18groups/211.native_packages_cmdline.group: tar: bump to v1.34Ørjan Malde3-2/+10
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-02-18groups/211.native_packages_cmdline.group: nano: bump to v5.5Ørjan Malde1-2/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-02-08groups/010.host_deps.group: flex: bump to v2.6.4Ørjan Malde1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-01-24vars/ca_certificates.vars:pkg_ca_certificates_host_install_make_pre(): updated.Lucio Andrés Illanes Albornoz1-1/+2
2021-01-24groups/241.native_packages_inet.group:ca_certificates:${PKG_URLS_GIT}: use ↵Lucio Andrés Illanes Albornoz2-2/+2
non-conflicting directory name. vars/ca_certificates.vars:pkg_ca_certificates_install_make_pre(): updated.
2021-01-24subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): correctly pass ↵Lucio Andrés Illanes Albornoz1-2/+2
${_git_branch:-main} to git-clone(1).
2021-01-24Reimplements Git repository mirroring because Git is a special snowflake.Lucio Andrés Illanes Albornoz13-88/+153
etc/{README.md,pkgtool.usage}: updated. groups/221.native_packages_dev.group:cparser:${PKG_DISABLED}: disabled due to repository unavailability. groups/251.native_packages_lib.group:libfirm:${PKG_DISABLED}: disabled due to repository unavailability. midipix.env:${DEFAULT_BUILD_VARS}: adds MIRRORS_GIT. midipix.env:${DEFAULT_MIRRORS{,_GIT}}: split; mirror Git repositories via https://midipix.lucioillanes.de/repos_git/. pkgtool.sh:pkgtoolp_mirror_fetch(): call rtl_fetch_mirror_urls_git() vs. rtl_fetch_urls_git(). pkgtool.sh:pkgtoolp_mirror_fetch(): symlink instead of downloading given package w/ parent package. pkgtool.sh:pkgtoolp_mirror{,_fetch}(): split archives vs. Git repositories directory name. subr.rtl/rtl_fetch.subr: factor out ${DEFAULT_GIT_ARGS}. subr.rtl/rtl_fetch.subr:rtl_fetch_mirror_urls_git(): initial implementation. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): always return on failure. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): correctly attempt to git-clone(1) from ${PKG_URL} and then via ${PKG_MIRRORS}. subr.rtl/rtl_fetch.subr:{rtlp_fetch_url_git,rtl_fetch_urls_git}(): cleanup. {subr/pkg_fetch_download.subr,vars/{gcc,python[23]{,_host}}.vars}: call rtl_fetch_urls_git() w/ ${PKG_NAME} and ${PKG_MIRRORS_GIT:-}.
2021-01-24pkgtool.sh:pkgtoolp_mirror_fetch(): skip disabled packages.Lucio Andrés Illanes Albornoz1-22/+27
2021-01-23subr.rtl/rtl_fetch.subr:{rtlp_fetch_url_git,rtl_fetch_urls_git}(): ↵Lucio Andrés Illanes Albornoz3-6/+8
{receive,pass} ${_pkg_name}. subr.rtl/rtl_fetch.subr:rtl_fetch_urls_git(): return 1 on failure from rtlp_fetch_url_git(). subr/pkg_fetch_download.subr: pass ${PKG_NAME} to rtl_fetch_urls_git(). etc/README.md: updated.
2021-01-23Implements setting up & fetching from mirrors.Lucio Andrés Illanes Albornoz11-103/+151
etc/pkgtool.usage: updated. etc/README.md: updated. pkgtool.sh:pkgtoolp_mirror{,_fetch}(): initial implementation. subr/pkg_fetch_download.subr: default to empty ${PKG_MIRRORS}. subr/pkg_fetch_download.subr: factor out ${ARG_FETCH_FORCE} check and ${BUILD_DLCACHEDIR}. subr/pkgtool_init.subr: updated. subr.rtl/rtl_fetch.subr:rtl_fetch_urls_{git,wget}(): factor out ${ARG_FETCH_FORCE} check and ${BUILD_DLCACHEDIR}; minor cleanup. subr.rtl/rtl_fetch.subr:rtl_fetch_url_wget(): return vs. exit on fatal failure. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): copy only if ${_cache_dname} != ${_tgtdir}. subr.rtl/rtl_fetch.subr:rtlp_fetch_url_git(): return if unable to git-clone(1). subr.rtl/rtl_fetch.subr:{rtlp_fetch_url_git,rtl_fetch_urls_git}(): implement Git repository mirroring. vars/{gcc,python[23]{,_host}}.vars: updated.