summaryrefslogtreecommitdiffhomepage
path: root/subr
AgeCommit message (Expand)AuthorFilesLines
2022-03-27devbuild.sh: updated.Lucía Andrea Illanes Albornoz1-0/+3
2021-09-09Don't copy etc/config.guess for binutils{,_*}.Lucio Andrés Illanes Albornoz1-15/+27
2021-08-27subr/{build,pkgtool}_init.subr:{build,pkgtool}p_init_env(): correctly impleme...Lucio Andrés Illanes Albornoz2-22/+39
2021-08-26Implements localised message files.Lucio Andrés Illanes Albornoz7-25/+40
2021-08-26Optionally source etc/{build,pkgtool}.theme.local.Lucio Andrés Illanes Albornoz2-0/+10
2021-08-26Install Midipix' config.guess w/ autotools packages.Lucio Andrés Illanes Albornoz1-0/+10
2021-08-26Implements logging tags, tag sets, and themes.Lucio Andrés Illanes Albornoz7-57/+87
2021-08-26Log messages at {info,notice,verbose} and {,-v,-vv}.Lucio Andrés Illanes Albornoz4-6/+6
2021-08-25subr/build_init.subr:buildp_init_getopts(): filter etc/build.usage{,.short} i...Lucio Andrés Illanes Albornoz2-3/+18
2021-08-25Implements ./build.sh -V {notice,verbose,build,fileops,install,xtrace}.Lucio Andrés Illanes Albornoz2-12/+27
2021-08-25subr/ex_pkg_env.subr:exp_pkg_env_set(): correctly inherit ${PKG_VARS_FILE} gi...Lucio Andrés Illanes Albornoz1-3/+9
2021-08-24midipix.env:${DEFAULT_BUILD_VARS}: adds INSTALL_FILES_V2.Lucio Andrés Illanes Albornoz2-0/+28
2021-08-24subr/ex_pkg_env.subr:ex_pkg_env(): correctly source ${PKG_VARS_FILE}.Lucio Andrés Illanes Albornoz1-2/+8
2021-08-24Split ./build.sh -x from ./build.sh -vvvv.Lucio Andrés Illanes Albornoz1-5/+5
2021-08-24subr/pkg_fetch_download.subr:pkg_fetch_download_clean_dlcache(): correctly si...Lucio Andrés Illanes Albornoz1-1/+1
2021-08-24subr/pkg_install.subr:pkg_install(): remove useless date(1) call.Lucio Andrés Illanes Albornoz1-1/+1
2021-08-24Adds ${PKG_VARS_FILE} package variable.Lucio Andrés Illanes Albornoz1-1/+1
2021-08-19subr.rtl/rtl_fetch_git.subr:{rtlp_fetch_url_git,rtl_fetch_mirror_urls_git}():...Lucio Andrés Illanes Albornoz1-14/+15
2021-08-19subr/ex_pkg_exec.subr:exp_pkg_exec_pre(): always create any of ${PKG_{{BASE,B...Lucio Andrés Illanes Albornoz1-0/+3
2021-08-19Switch to portable [!...] vs. [^...] patterns.Lucio Andrés Illanes Albornoz2-3/+3
2021-07-14subr/pkg_install_files.subr:pkgp_install_files_pkgconfig(): Amend absolute in...David Macek1-0/+5
2021-05-12Implements CMake support.Lucio Andrés Illanes Albornoz5-55/+173
2021-05-11subr/ex_pkg_restart.subr:ex_pkg_process_restart_spec(): correctly lift ${${_e...Lucio Andrés Illanes Albornoz1-2/+3
2021-05-11subr/ex_pkg_restart.subr:exp_pkg_expand_restart_spec(): fix variable name.Lucio Andrés Illanes Albornoz1-26/+28
2021-05-11subr/ex_pkg_restart.subr:ex_pkg_process_restart_spec(): correctly handle {ALL...Lucio Andrés Illanes Albornoz1-12/+17
2021-05-10Implements {fetch,configure,build,install}_clean.Lucio Andrés Illanes Albornoz7-156/+389
2021-05-07Implements extended -r syntax.Lucio Andrés Illanes Albornoz4-125/+234
2021-05-06patches/texinfo{,_host}-6.7.local.patch: added.Lucio Andrés Illanes Albornoz3-11/+30
2021-04-16subr/ex_pkg_env.subr:ex_pkg_env_sofort(): remove stray backslash (via Redfoxm...Lucio Andrés Illanes Albornoz1-1/+1
2021-04-11Integrate w/ sofort's ${NATIVE_{C,CXX,LD}FLAGS}.Lucio Andrés Illanes Albornoz2-1/+45
2021-04-06subr/build_init.subr:buildp_init_args(): check both automatic as well as non-...Lucio Andrés Illanes Albornoz2-6/+18
2021-04-06subr/build_init.subr:buildp_init_args(): correctly concatenate ${DEFAULT_WGET...Lucio Andrés Illanes Albornoz1-2/+2
2021-04-06subr/pkg_configure_patch.subr: infer -pnum from whether only one or both of $...Lucio Andrés Illanes Albornoz1-4/+5
2021-04-06subr/pkg_configure_patch.subr:pkg_configure_patch(): correctly reference poss...Lucio Andrés Illanes Albornoz2-11/+11
2021-04-06pkgtool.sh:pkgtoolp_mirror_fetch(): call pkg_fetch_download_clean_dlcache() p...Lucio Andrés Illanes Albornoz3-14/+37
2021-04-05subr/pkg_fetch_{download,extract}.subr: download into & auto-cleanup ${BUILD_...Lucio Andrés Illanes Albornoz2-9/+38
2021-04-05pkgtool.sh:pkgtoolp_mirror_fetch(), subr/pkgtool_init.subr: implement and hon...Lucio Andrés Illanes Albornoz1-3/+9
2021-04-05pkgtool.sh:pkgtool{,p_mirror}(): split -m <dname1>,<dname2> into -m <dname> -...Lucio Andrés Illanes Albornoz1-4/+6
2021-01-24Reimplements Git repository mirroring because Git is a special snowflake.Lucio Andrés Illanes Albornoz1-2/+6
2021-01-23subr.rtl/rtl_fetch.subr:{rtlp_fetch_url_git,rtl_fetch_urls_git}(): {receive,p...Lucio Andrés Illanes Albornoz1-1/+1
2021-01-23Implements setting up & fetching from mirrors.Lucio Andrés Illanes Albornoz2-13/+17
2021-01-22Implements ${{DEFAULT,PKG,...}_MIRRORS}.Lucio Andrés Illanes Albornoz1-1/+1
2021-01-06etc/README.md: updated.Lucio Andrés Illanes Albornoz1-1/+1
2020-12-30subr/rtl*.subr, subr.rtl/: moved.Lucio Andrés Illanes Albornoz11-959/+2
2020-12-24subr/build_init.subr:buildp_init_getopts(): fix -F.Lucio Andrés Illanes Albornoz1-3/+3
2020-11-26subr/build_init.subr:buildp_init_files(): export TMP{,DIR}=${BUILD_WORKDIR}.Lucio Andrés Illanes Albornoz2-2/+3
2020-11-21subr/pkg_install_rpm.subr: ignore all but first ${PKG_URL} if list.Lucio Andrés Illanes Albornoz1-1/+1
2020-09-25subr/rtl_fetch.subr:rtl_fetch_url_wget(): updated.Lucio Andrés Illanes Albornoz1-5/+5
2020-09-10subr/pkgtool_init.subr:pkgtoolp_init_getopts(): allow overriding ${PKGTOOL_PK...Lucio Andrés Illanes Albornoz1-5/+1
2020-09-08subr/rtl_fetch.subr:rtl_fetch_url_wget(): implement passing list of alternati...Lucio Andrés Illanes Albornoz1-18/+48