summaryrefslogtreecommitdiffhomepage
path: root/vars/build.vars
AgeCommit message (Collapse)AuthorFilesLines
2017-12-02vars/build.vars:st: explicitly pass -I${PREFIX_NATIVE}.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-12-02vars/build.vars:mintty: fix build.Lucio Andrés Illanes Albornoz (arab, vxp)1-4/+2
2017-12-01vars/build.vars:mintty: added (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-1/+7
2017-11-30vars/build.vars: fix typo.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-29vars/build.vars:thttpd: always build w/ -j1.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-11-29vars/build.vars:bzip2_flavour_minipix: explicitly pass ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
--sysroot=${PREFIX_NATIVE} during linking.
2017-11-29vars/build.vars:${DEFAULT_CONFIG_CACHE}: adds ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+2
`xorg_cv_malloc0_returns_null=yes'. vars/libX11.vars: merged & removed.
2017-11-29vars/build.vars:${DEFAULT_CONFIG_CACHE}: adds ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
`ac_cv_func_realloc_0_nonnull=yes'.
2017-11-29subr/pkg_configure_autotools.subr: create ${PKG_BUILD_DIR}/config.cache from ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+16
${PKG_CONFIG_CACHE{,_EXTRA}}. etc/config.cache, vars/*.vars: split into vars/*.vars.
2017-11-29vars/build.vars:httpd: disabled pending update to v2.4.29.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+2
2017-11-28vars/build.vars, etc/build.usage: split build targets.Lucio Andrés Illanes Albornoz (arab, vxp)1-314/+372
subr/pkg_install.subr, vars/env.vars: removes ${PKG_PREFIX_EXTRA}. etc/config.cache: adds util_linux.
2017-11-28etc/config.cache, vars/build.vars: adds ac_cv_prog_have_pcre.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+0
2017-11-28build.sh: log build target {start,finish}.Lucio Andrés Illanes Albornoz (arab, vxp)1-26/+36
vars/build.vars, etc/build.usage: adds {host,native}_toolchain_deps.
2017-11-28vars/build.vars: remove ${ENV_VARS_EXTRA} hacks in favour of ${PKG{,_}CONFIG}.Lucio Andrés Illanes Albornoz (arab, vxp)1-15/+4
subr/ex_pkg_env.subr: export ${PKG{,_}CONFIG} and ${PKG_CONFIG_LIBDIR} during non-host builds.
2017-11-28vars/build.vars:{cparser,libfirm}: disabled due to unreachable URL.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+2
2017-11-25vars/build.vars:u16ports: use ${DEFAULT_GITROOT}.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-22vars/build.vars, patches/weechat-1.6.local.patch: fix linking against libgcrypt.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-22vars/build.vars: remove redundant ${PKG_CONFIG} exports.Lucio Andrés Illanes Albornoz (arab, vxp)1-6/+3
2017-11-22vars/build.vars:toilet: only pass -lcaca in ${CACA_LIBS}.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-22vars/build.vars, patches/intltool_host-0.51.0.local.patch: apply intltool ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+0
patch to intltool_host as well.
2017-11-22subr/ex_pkg_dispatch.subr: correctly check for finished package status.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-11-22vars/build.vars:glib: force -L${PREFIX}/lib during configure.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-22subr/*: reorganised as {ex{,_{pkg,rtl,setup}},pkg}_*.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+2
2017-11-22vars/build.vars:{chainport,install_strip_host,dist:*}: don't log build vars.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+3
vars/env.vars, subr/pkg_setup_env.subr: adds ${PKG_NO_LOG_VARS}.
2017-11-21vars/build.vars:mtr: disabled.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-11-21vars/build.vars:glib_host: force -L${PREFIX}/lib during configure.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2017-11-21vars/build.vars:glib_host: re-enabled.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+0
2017-11-21vars/build.vars:{{gcc,musl}*,libfirm,cparser,perl}: use nested ${PKG_BASE_DIR}s.Lucio Andrés Illanes Albornoz (arab, vxp)1-16/+17
vars/perl.vars: fix ${PKG_BASE_DIR} reference.
2017-11-21vars/build.vars: wake up disabled packages.Lucio Andrés Illanes Albornoz (arab, vxp)1-13/+0
vars/env.vars: fix ${DEFAULT_BUILD_CPUS} reference. vars/{gcc,libfirm,psxstub}.vars: fix ${PKG_MAKEFLAGS_BUILD} reference. vars/git.vars:pkg_git_install_post(): process files in destdir. subr/pkg_install_libs.subr:pkgp_install_lib_link(): ln(1) w/ target's basename. subr/pkg_install_libs.subr:pkg_install_libs(): sanity-check filenames. subr/pkg_setup_env.subr:pkg_setup_env(): rm(1) ${PKG_BASE_DIR} during -r. etc/build.usage: updated.
2017-11-21Refactors build steps along the sequence {setup,fetch,configure,build,install}.Lucio Andrés Illanes Albornoz (arab, vxp)1-23/+26
subr/mode_check_updates.subr: seperated into check_updates.sh. subr/post_{copy_etc,sha256sums,tarballs}.subr: absorbed into `dist' target.
2017-11-20subr/pkg_{autoconf,configure,patch}.subr: reference ${PKG_BASE_DIR} instead ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-69/+87
of ${WORKDIR}. subr/pkg_build_dir.subr: {build,install} packages nested within ${PKG_BUILD_DIR}/. subr/pkg_distclean.subr: removed from repository. subr/pkg_{extract,fetch}.subr: {extract,fetch} within ${PKG_BASE_DIR}. subr/pkg_install.subr: install to ../destdir to facilitate post-installation processing. subr/pkg_setup_env.subr: set & create ${PKG_BASE_DIR}. subr/pre_subdirs.subr: always create ${PREFIX}/bin. vars/build.vars: consistently use ${PKG_{PREFIX,MAKE_INSTALL_VNAME,MAKEFLAGS_INSTALL}}. vars/env.vars, *: cleanup.
2017-11-20vars/{build,env}.vars: diet, pt. II.Lucio Andrés Illanes Albornoz (arab, vxp)1-178/+62
vars/build.vars: install w/ `DESTDIR=<prefix> PREFIX= prefix=' by default. vars/build.vars:cmake: build w/ -g0 -O2. vars/cmake.vars: build using cmake_host. vars/pkgconf_host.vars: remove & don't install ${PREFIX}/bin/pkg-config link to avoid confusing host packages. vars/{apr_util,chainport}.vars: replaced w/ corresponding ${PKG_BUILD_STEPS}. patches/perl-5.22.1.local.patch: pass -L. -lperl when linking. patches/smallbasic.local.patch: don't call pcre-config. subr/pkg_autoconf.subr, vars/{lib{caca,udns},toilet}.vars: always install config.sub after bootstrap. subr/pkg_disabled.subr: always silently finish disabled packages. subr/pkg_setup_{env,vars}.subr: split. subr/pkg_{build,install}.subr: always pass LIBTOOL=${PKG_SLIBTOOL:=slibtool}. subr/pkg_{{build,work}_dir,extract,setup_env}.subr: infer ${PKG_BUILD_DIR} from ${PKG_SUBDIR} given the absence of configure{,.{ac,in}}.
2017-11-19vars/build.vars: general cleanup.Lucio Andrés Illanes Albornoz (arab, vxp)1-56/+48
2017-11-19vars/build.vars, subr/pkg_setup_env.subr: automatically infer ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-55/+0
${PKG_{SUB,BUILD_}DIR} from ${PKG_URLS_GIT}.
2017-11-19subr/pkg_install.subr:pkgp_install_dlltool(): va-yehi ken.Lucio Andrés Illanes Albornoz (arab, vxp)1-79/+79
subr/build.subr:build_fileop(): include -L when testing pathnames for existence. vars/build.vars: adds `host_packages' target comprised of all host packages. vars/build.vars:lib_packages: adds w32lib (via Redfoxmoon.)
2017-11-18vars/build.vars: updates {gawk,nano,the_silver_searcher,util_linux,wget} to ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-12/+12
v{4.2.0,2.9.0,2.1.0,2.31,1.19.2} (via Redfoxmoon.) patches/the_silver_searcher-2.1.0.local.patch: prefer cpu_set_t on Linux and Midipix (via Redfoxmoon.)
2017-11-15vars/build.vars:u16ports: include `-Wno-error=missing-field-initializers' in ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
${CFLAGS_CONFIGURE} (via Redfoxmoon.)
2017-11-14vars/build.vars:smallbasic: include `-std=gnu99' in ${CFLAGS_CONFIGURE}.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-11-12vars/build.vars:curl: configure w/ --with-ssl (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2017-11-12vars/build.vars:thttpd: fix install (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-12vars/build.vars: adds u16ports (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+4
2017-11-11vars/build.vars:libXaw: create lib/libXaw.lib.a symlink to fix vim build ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
(via Redfoxmoon.)
2017-11-11vars/build.vars:apr: updated to v1.6.3.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
patches/apr-1.6.2.local.patch: updated for v1.6.3.
2017-11-08vars/build.vars: adds thttpd v2.27. patches/thttpd-2.27.local.patch: don't ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+8
change {user,group} ownership during install.
2017-11-08vars/build.vars:w32api: fix Git URL branch (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-08vars/build.vars: adds w32api via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+8
<git://github.com/midipix-ports/w32api.ports@master> (via Redfoxmoon.)
2017-11-08vars/build.vars:binutils: install bin/{windmc,windres} -> ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
${TARGET}-{windmc,windres} symlinks.
2017-10-29vars/build.vars: build infounzip{_host,} via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-9/+9
<https://github.com/Redfoxmoon3/infounzip.git@master> (via Redfoxmoon.)
2017-10-27vars/build.vars: build infozip{_host,} via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-9/+9
<https://github.com/Redfoxmoon3/infozip.git@master> (via Redfoxmoon.) patches/zip30.local.patch: removed.
2017-10-26vars/build.vars: updates apr_util to v1.6.1.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2