summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_fetch.subr
AgeCommit message (Collapse)AuthorFilesLines
2017-02-06build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-24/+22
2017-02-05build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-36/+32
2017-02-04vars/build.vars, patches/bind-9.11.0-P2.local.patch: adds bind v9.11.0-P2 ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+6
(via Redfoxmoon.) subr/pkg_fetch.subr: force ${PKG_FNAME} in pkgp_fetch().
2017-02-03build.sh, etc/build.usage, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-6/+8
2017-02-01subr/pkg_fetch.subr: correctly handle multiple arguments in ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
pkgp_fetch_urls_git().
2017-02-01subr/{pkg,pkg_fetch}.subr: merges fetch{,_git}() into pkg_fetch.subr and ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-7/+71
introduces ${PKG_URLS_GIT}. subr/pkg_extract.subr: only extract if ${PKG_URL} is set. var/build.vars: updated to use ${PKG_URLS_GIT}. vars/{cparser,gcc,libfirm,musl,perl}.vars: updated to call pkg_fetch() instead of fetch{,_git}(). vars/gcc.vars: cleanup pkgp_gcc_setup_env() and pkg_gcc_stage1_all().
2017-01-30build.sh: 2nd refactoring pt. I.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+18
build/{gcc,musl}.*.build: refactored into vars/{gcc,musl}.*.build. build/pkg.build: merged w/ build.sh (structurally) and refactored into subr/pkg_*.subr (implementations.) patches/gcc_native_x86_64_w64_mingw32.local.patch: fix wrong filename. subr/build.subr: merges source_scripts() into build.sh. subr/pkg.subr: accept either of ${PKG_..._{URL,VERSION}} when checking for missing entries in var/build.vars. vars/build.vars: adds vars for {gcc,musl}_*. vars/psxstub.vars: convert to pkg_..._all(); call pkg_fetch().