summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2021-05-06groups/010.host_deps.group:gdb_host:${PKG_DISABLED}: disable (via midipix.)Lucio Andrés Illanes Albornoz2-0/+2
groups/221.native_packages_dev.group:gdb:${PKG_DISABLED}: disable (via midipix.)
2021-05-06patches/binutils{,_host}-2.24.51.local.patch: added.Lucio Andrés Illanes Albornoz2-0/+63
2021-05-06patches/gdb{,_host}-7.12.local.patch: added.Lucio Andrés Illanes Albornoz2-0/+31
2021-05-06groups/010.host_deps.group:expat_host:${PKG_CONFIGURE_ARGS_EXTRA}: configure ↵Lucio Andrés Illanes Albornoz2-0/+2
w/ --without-docbook. groups/231.native_packages_etc.group:expat:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --without-docbook.
2021-05-06patches/texinfo{,_host}-6.7.local.patch: added.Lucio Andrés Illanes Albornoz6-14/+56
midipix.env:${DEFAULT_{CROSS,HOST,NATIVE}_MAKE}: default to make. subr/pkg_{build,install}.subr: honour ${PKG_MAKE}. subr/pkg_build.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_MAKE} if non-zero and not "none". subr/pkg_configure.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_CONFIGURE} if non-zero and not "none". subr/pkg_install_make.subr: export "make LIBTOOL=${PKG_LIBTOOL}" during ${PKG_MAKE} if non-zero and not "none".
2021-04-23groups/211.native_packages_dev.group: posix_cc: add DEPENDSØrjan Malde1-0/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-23groups/231.native_packages_etc.group: php: bump to v8.0.2Ørjan Malde2-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-23groups/221.native_packages_dev.group: adds posix_cc v1.6Ørjan Malde1-1/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-20groups/211.native_packages_cmdline.group: clipboard_utils: add DEPENDSØrjan Malde1-0/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-19groups/241.native_packages_inet.group: irssi: bump to v1.2.3Ørjan Malde2-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-19groups/211.native_packages_cmdline.group: adds clipboard-utils (git master)Ørjan Malde1-1/+5
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-19groups/241.native_packages_inet.group: gnupg: bump to v2.3.0Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-19groups/231.native_packages_etc.group: lcms2: bump to v2.12Ørjan Malde1-2/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-19groups/211.native_packages_cmdline.group: calcurse: bump to v4.7.1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-16groups/241.native_packages_inet.group: wget: build w/ gpgmeØrjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-16groups/211.native_packages_cmdline.group: profanity: build w/o pgpØrjan Malde1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-16subr/ex_pkg_env.subr:ex_pkg_env_sofort(): remove stray backslash (via ↵Lucio Andrés Illanes Albornoz1-1/+1
Redfoxmoon.)
2021-04-11groups/800.minipix.group:${*_SOFORT_NATIVE_{C,CXX,LD}FLAGS}: build w/ ↵Lucio Andrés Illanes Albornoz1-0/+3
-I${PREFIX}/include and -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib, resp.
2021-04-11groups/{241,251}: update nettle dependenciesØrjan Malde2-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-11groups/251.native_packages_lib.group: nettle: bump to v3.7.2Ørjan Malde4-24/+27
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-11Integrate w/ sofort's ${NATIVE_{C,CXX,LD}FLAGS}.Lucio Andrés Illanes Albornoz8-61/+68
groups/{000.host_tools,010.host_deps,200.native_packages}.group:${*_SOFORT_NATIVE_C{,XX}FLAGS}: build w/ -I${PREFIX}/include. groups/010.host_deps.group:python[23]_host:${PKG_ENV_VARS_EXTRA}: updated. groups/010.host_deps.group:python[23]_host:${PKG_SOFORT_FORCE}: force calling ex_pkg_env_sofort(). groups/010.host_deps.group:python3_host:${PKG_SOFORT_NATIVE_CC}: build w/ ${DEFAULT_HOST_CC} (via midipix.) groups/221.native_packages_dev.group:python[23]:${PKG_SOFORT_FORCE}: force calling ex_pkg_env_sofort(). groups/221.native_packages_dev.group:${PKG_{ENV_VARS_EXTRA,SOFORT_NATIVE_CFLAGS_EXTRA}}: updated. midipix.env:${DEFAULT_BUILD_VARS}: adds SOFORT_NATIVE_{{CC,CXX,LD},{C,CXX,LD}FLAGS{,_EXTRA}}. patches/python3_host-3.6.3.local.patch: removes obsolete patch. subr/ex_pkg_env.subr:ex_pkg_env_sofort(): initial implementation. subr/ex_pkg_env.subr:ex_pkg_env(): call ex_pkg_env_sofort() initially. subr/pkg_configure_autotools.subr: call ex_pkg_env_sofort().
2021-04-11patches/python2_host-2.7.15.local.patch: removed (via midipix.)Lucio Andrés Illanes Albornoz1-32/+0
2021-04-11groups/221.native_packages_dev.group:${PKG_DISABLED}: re-enables package ↵Lucio Andrés Illanes Albornoz2-2/+0
(via midipix.) groups/251.native_packages_lib.group:${PKG_DISABLED}: re-enables package (via midipix.)
2021-04-09groups/231.native_packages_etc.group: ffmpeg: bump to v4.4Ørjan Malde3-3/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-08groups/221.native_packages_dev.group: adds cssc v1.4.1Ørjan Malde2-1/+70
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-08groups/010.host_deps.group: expat_host: bump to v2.3.0Ørjan Malde1-3/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-08groups/231.native_packages_etc.group: expat: bump to v2.3.0Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-08groups/010.host_deps.group:bmake_host:${PKG_CONFIGURE_ARGS}: configure w/ ↵Lucio Andrés Illanes Albornoz1-0/+1
--with-default-sys-path=${PREFIX}/share/mk (via midipix.)
2021-04-07groups/251.native_packages_lib.group: libredwg: bump to v0.12.4Ørjan Malde2-2/+18
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-07groups/251.native_packages_lib.group: libksba: bump to v1.5.1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-07groups/251.native_packages_lib.group: libassuan: bump to v2.5.5Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2021-04-06subr/build_init.subr:buildp_init_args(): check both automatic as well as ↵Lucio Andrés Illanes Albornoz2-6/+18
non-automatic build groups. subr/ex_pkg.subr(:ex_pkg_load_vars(): return both automatic as well as non-automatic build groups.
2021-04-06groups/dev_packages.group: remove outdated and redundant package variables.Lucio Andrés Illanes Albornoz1-86/+0
2021-04-06subr/build_init.subr:buildp_init_args(): correctly concatenate ↵Lucio Andrés Illanes Albornoz1-2/+2
${DEFAULT_WGET_ARGS}.
2021-04-06subr.rtl/rtl_fetch{_git,}.subr: split.Lucio Andrés Illanes Albornoz6-294/+315
subr.rtl/rtl_{filepath,complex}.subr: split. subr.rtl/{rtl_filepath,}.subr: split. subr.rtl/rtl_{platform,complex}.subr: split.
2021-04-06build.sh:build(): workaround bash >=4.4.20 & Zsh inconsistency concerning ↵Lucio Andrés Illanes Albornoz1-2/+3
local uninitialised variables inheriting from the environment (or not.)
2021-04-06subr/pkg_configure_patch.subr: infer -pnum from whether only one or both of ↵Lucio Andrés Illanes Albornoz3-16/+17
${PKG_{URL,URLS_GIT}} are present. patches/python2_host-2.7.15.local.patch: updated. patches/python3_host-3.6.3.local.patch: updated.
2021-04-06groups/010.host_deps.group:python[23]_host:${PKG_ENV_VARS_EXTRA}: build w/ ↵Lucio Andrés Illanes Albornoz1-2/+2
PYCOMPILE_CFLAGS=-I${PREFIX}/include:NATIVE_LDFLAGS=-Wl,-rpath,${PREFIX}/lib.
2021-04-06groups/010.host_deps.group:python[23]_host:${PKG_ENV_VARS_EXTRA}: build w/ ↵Lucio Andrés Illanes Albornoz1-2/+2
NATIVE_CFLAGS=-I${PREFIX}/include:NATIVE_LDFLAGS=-Wl,-rpath,${PREFIX}/lib.
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.