summaryrefslogtreecommitdiffhomepage
path: root/vars
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13patches/qpdf-6.0.0.local.patch, vars/build.vars: adds qpdf v6.0.0.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+8
subr/pkg_configure.subr: explictly pass ${CPPFLAGS}. subr/pkg_setup_env.subr: explicitly set ${LIBTOOL} if ${PKG_SLIBTOOL} is st.
2017-02-12patches/openlitespeed-1.4.24.local.patch, vars/build.vars: fix openlitespeed ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+4
build sans modules.
2017-02-11vars/build.vars, patches/*: adds geoip (HEAD) and OpenLiteSpeed v1.4.24 ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+11
(preliminary commit.) subr/pkg_autoconf.subr: try either of ${WORKDIR}/${PKG_SUBDIR}/{bootstrap,autogen.sh}. subr/pkg_configure.subr: pass ${CXXFLAGS} as well as ${CFLAGS} during ./configure. subr/pkg_setup_env.subr: fix ${PKG_SUBDIR} inference when ${PKG_FNAME} does not end w/ .tar*.
2017-02-09vars/musl.vars: install libc.so into ${PREFIX_MINIPIX}/lib.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-02-06build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)4-18/+23
2017-02-06build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2017-02-06build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)12-113/+70
2017-02-06build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)2-136/+139
2017-02-05vars/build.vars: build binutils* w/ --enable-deterministic-archives (via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+4
Redfoxmoon.)
2017-02-05build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-05build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-05build.sh, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)21-115/+107
2017-02-04vars/build.vars: pass --with-gssapi=no when configuring bind v9.11.0-P2 (via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
midipix.)
2017-02-04vars/build.vars: adds libxml2 v2.9.4, fixing the bind v9.11.0-P2 build.Lucio Andrés Illanes Albornoz (arab, vxp)2-2/+26
patches/bind-9.11.0-P2.local.patch: call $use_libxml2 instead of $use_libxml2/bin/xml2-config. vars/libxml2.vars: install ${PKG_TARGET}-xml2-config.
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-5/+10
(via Redfoxmoon.) subr/pkg_fetch.subr: force ${PKG_FNAME} in pkgp_fetch().
2017-02-03vars/build.vars: force ${PKG_BUILD_DIR} ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
`binutils-${...}-native-x86_64-nt64-midipix-x86_64-w64-mingw32.'
2017-02-03build.sh, etc/build.usage, {subr,vars}/*: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)14-48/+49
2017-02-03vars/build.vars, patches/httpd-2.4.25.local.patch: preliminarily adds httpd ↵Lucio Andrés Illanes Albornoz (arab, vxp)3-3/+30
v2.4.25 (via Redfoxmoon) (not built by default.) build.sh, subr/{pkg_{build_dir,distclean,setup},rtl}.subr: adds `distclean' build step between setup and configure. vars/apr{,_util}.vars: provide ${PREFIX}/bin/${PKG_TARGET}-ap[ru]-1-config to facilitate building Apache.
2017-02-02vars/build.vars: adds apr-util v1.5.4.Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+9
patches/apr-util-1.5.4.local.patch: force slibtool when installing/linking and force -lapr-1 when linking modules.
2017-02-02vars/build.vars, patches/apr-1.5.2.local.patch, etc/config.cache: adds apr ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+4
1.5.2 (via Redfoxmoon.)
2017-02-02vars/build.vars: adds nginx v1.11.3.Lucio Andrés Illanes Albornoz (arab, vxp)2-3/+21
patches/nginx-1.11.3.local.patch: build w/ pregenerated Makefiles etc. pp.
2017-02-02vars/build.vars: fix gzip install prefix.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2017-02-01vars/gcc.vars: consistent build dirs for all flavours of gcc (via midipix.)Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2017-02-01vars/build.vars: include gzip, tar, and xz in the minipix distribution (via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+3
Redfoxmoon.)
2017-02-01vars/build.vars: fix ${PKG_SUBDIR} for psxscl_strace.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-02-01subr/{pkg,pkg_fetch}.subr: merges fetch{,_git}() into pkg_fetch.subr and ↵Lucio Andrés Illanes Albornoz (arab, vxp)6-92/+97
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-31vars/{build,gcc}.vars: fix build & cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)4-60/+66
2017-01-31vars/gcc.vars, subr/build.subr: cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-290/+105
2017-01-31vars/build.vars: set $PCRE_CONFIG when building lighttpd.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-01-31vars/build.vars: updates broken xz URL.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-01-30vars/build.vars: correctly set ${PKG_TARGET} to `x86_64-w64-mingw32' when ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+3
building gcc_{stage1,native}_x86_64_w64_mingw32.
2017-01-30build.sh: 2nd refactoring pt. I.Lucio Andrés Illanes Albornoz (arab, vxp)14-24/+567
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().
2017-01-30build/gcc.full.build: fix gcc.{host,stage1}.mingw_w64 build.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+3
patches/gcc.stage1.mingw_w64.local.patch: force libiberty/pex-unix.c when targeting mingw_w64. subr/build.subr: create ${PREFIX}/man -> share/man symlink as w/ ${PREFIX_NATIVE}. subr/rtl.subr: obtain target from ${PKG_TARGET} in set_build_dir(). vars/build.vars: adds ${PKG_TARGET} var; reenables gcc.stage1.mingw_w64.
2017-01-29vars/build.vars: removes gcc.stage1.mingw_w64 pending fixes.Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+4
2017-01-29vars/build.vars: adds sqlite3 v3160200 and lighttpd v1.4.45 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+13
2017-01-28vars/build.vars: fix libatomic_ops fetch build step.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-01-28vars/build.vars: fix binutils_native_mingw_w64 build (wrong --host=...).Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-01-27vars/build.vars: fix {perk,mdso}_host install step.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+2
2017-01-27vars/build.vars: adds binutils_native_mingw_w64 v2.24.51.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+7
2017-01-26vars/build.vars: adds mdso (HEAD) and installs bin/${TARGET}-{mdso,perk} ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+13
symlinks (via midipix.)
2017-01-26vars/build.vars, build/gcc.*.mingw_w64.build: adds gcc.*.mingw_w64.Lucio Andrés Illanes Albornoz (arab, vxp)1-5/+10
2017-01-26vars/build.vars, patches/ldns-1.7.0.local.patch: adds ldns v1.7.0 (via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+7
Redfoxmoon.)
2017-01-23vars/build.vars, patches/bdwgc.midipix.patch: adds libatomic_ops (HEAD) and ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-8/+22
bdwgc (HEAD) (via Redfoxmoon.)
2017-01-23vars/git.vars: fix manpage filename generation (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+13
subr/build.subr: ensure ${PREFIX_NATIVE}/man is a symlink to ${...}/share/man. Followup to <b5933a508096cb77de8e1fedab23c97aec9d4626>.
2017-01-23vars/build.vars: adds SmallBASIC (HEAD) (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+6
2017-01-23vars/{build,mingw_w64}.vars: adds mingw-w64 v5.0.1.Lucio Andrés Illanes Albornoz (arab, vxp)3-3/+49
vars/clang_host.vars: fix typo in subr name.
2017-01-20build.sh, vars/build.vars: rename `init' target to `invariants,' whose ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-5/+5
packages are always built. etc/build.usage: excluded from -h screen.
2017-01-20build.sh: fetch ${GITROOT}/ports/chainport during `init' target and apply ↵Lucio Andrés Illanes Albornoz (arab, vxp)2-4/+25
patches found within. build/pkg.build, etc/build.usage, vars/{build,chainport}.vars: adds newly introduced `init' target. patches/{binutils,gmp,lib{elf,ffi}}-*.patch: moved to chainport repository.
2017-01-19vars/build.vars: updates ed to 1.14.1 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2017-01-19{clang,llvm}_host: adds clang v3.8.1 and llvm v3.8.1 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)5-25/+89