summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21vars/build.vars:{{gcc,musl}*,libfirm,cparser,perl}: use nested ${PKG_BASE_DIR}s.Lucio Andrés Illanes Albornoz (arab, vxp)2-17/+18
vars/perl.vars: fix ${PKG_BASE_DIR} reference.
2017-11-21build.sh, subr/{build,pre_state}.subr: split.Lucio Andrés Illanes Albornoz (arab, vxp)3-27/+33
2017-11-21build.sh: ensure ${BUILD_SCRIPT_RC} is set correctly.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+4
2017-11-21{build.sh,subr/pre_setup_args.subr}: split.Lucio Andrés Illanes Albornoz (arab, vxp)3-50/+74
subr/pre_setup_env.subr: set -o noglob.
2017-11-21subr/pkg_setup_dispatch.subr: fix permissions.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+0
2017-11-21build.sh: update copyright & email legend.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-11-21{build.sh,subr/pkg_setup_dispatch.subr}: split.Lucio Andrés Illanes Albornoz (arab, vxp)2-62/+68
2017-11-21subr/pkg_setup_distclean.subr: rm(1) ${PKG_BASE_DIR} on-demand.Lucio Andrés Illanes Albornoz (arab, vxp)5-14/+38
etc/build.usage: updated. subr/pkg_setup_{env,subdirs}.subr: split {cd,mkdir}(1) sequence into setup_env_subdirs. vars/env.vars: adds setup_distclean:variant & setup_subdirs:invariant build steps.
2017-11-21vars/cmake.vars:pkg_cmake_host_install_make_pre(): call ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
pkg_cmake_install_make_pre().
2017-11-21vars/build.vars: wake up disabled packages.Lucio Andrés Illanes Albornoz (arab, vxp)9-44/+49
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-21subr/pkg_setup_env.subr:pkg_setup_env(): correctly check for presence of ↵Lucio Andrés Illanes Albornoz (arab, vxp)5-20/+21
package build subroutine. vars/dist_{etc,digest,tarballs}.vars: renamed from vars/*.subr & fixed.
2017-11-21Refactors build steps along the sequence {setup,fetch,configure,build,install}.Lucio Andrés Illanes Albornoz (arab, vxp)51-515/+505
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)27-226/+277
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)25-387/+326
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)2-56/+8
${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)3-102/+126
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)2-12/+24
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-17patches/perl-5.22.1.local.patch: always link against -lperl (via Redfoxmoon.)Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+14
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-12patches/apr-1.6.3.local.patch: readd apr v1.6.3 patch.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+96
2017-11-12patches/intltool-0.51.0.local.patch: escape curly braces within regular ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+50
expressions in intltool-update.
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)2-98/+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)2-1/+34
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-29patches/unzip60.local.patch: removes obsolete patch.Lucio Andrés Illanes Albornoz (arab, vxp)1-14/+0
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-29subr/pkg_install.subr:pkgp_install_dlltool(): restrict find(1) to ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+3
*.so.[0-9]*, etc. pp.
2017-10-29subr/pkg_install.subr:pkgp_install_dlltool(): pass basename of ${_so_fname} ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+2
to ${PKG_TARGET}-mdso (via midipix.) subr/pkg_install.subr:pkgp_install_dlltool(): don't skip ${_so_fname} even if -e ${PKG_PREFIX}/lib/${_so_fname##*/}.
2017-10-28subr/pkg_install.subr:pkgp_install_dlltool(): skip library archives already ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+2
present.
2017-10-28subr/pkg_install.subr:pkgp_install_dlltool(): fix typo.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2017-10-27subr/pkg_install.subr:pkgp_install_dlltool(): don't pass -printf to find(1) ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+3
and correctly check for the existence of the target library archive.
2017-10-27vars/build.vars: build infozip{_host,} via ↵Lucio Andrés Illanes Albornoz (arab, vxp)2-25/+9
<https://github.com/Redfoxmoon3/infozip.git@master> (via Redfoxmoon.) patches/zip30.local.patch: removed.
2017-10-26patches/gtk+-2.24.31.local.patch: don't {build,install} demos due to ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
build-time dependence on gdk-pixbuf.
2017-10-26subr/pkg_install.subr:pkgp_install_dlltool(): generate library archives via ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-16/+19
{perk,mdso} (via midipix.) subr/pkg_install.subr:pkgp_install_dlltool(): correctly infer {so,lib} file names.
2017-10-26vars/build.vars: updates apr_util to v1.6.1.Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
2017-10-26vars/build.vars: fix ${PKG_ST_INSTALL_FILES} (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-1/+1
2017-10-25vars/build.vars:ldso_host: force non-host build-type for non-host package.Lucio Andrés Illanes Albornoz (arab, vxp)2-1/+3
vars/build.vars:ldso: correctly symlink ${TARGET}/lib/libldso.a. subr/pre_subdirs.subr:pre_subdirs(): mkdir ${PREFIX_NATIVE}/${TARGET}/lib.
2017-10-25subr/pre_subdirs.subr:pre_subdirs(): correctly mkdir ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-2/+2
${PREFIX}/${TARGET}/{bin,lib}/.
2017-10-25vars/build.vars: build mdso_host prior to toolchain and {psxtypes,ldso}_host ↵Lucio Andrés Illanes Albornoz4-14/+37
prior to the runtime components. vars/build.vars:mdso{,_host}: additionally install mdso to ${TARGET}/bin/mdso. vars/build.vars:ldso_host: additionally install libldso.a to ${PREFIX}/lib/libldso.a. vars/build.vars:ldso: additionally install libldso.a to ${TARGET}/lib/libldso.a. vars/build.vars:python3: pass -mout-dsolib vs. -mout-implib in ${BLDSHARED} (via midipix.) subr/build.subr:install_files(): fix -v flag & only prepend ${_prefix} w/ relative pathnames during {ln,mkdir,cp}. subr/pre_subdirs.subr:pre_subdirs(): mkdir ${PREFIX_TARGET}/bin. vars/gcc.vars:pkgp_gcc_setup_env(): pass -midata in ${GCCTARGET_FLAGS} (via midipix.)
2017-10-23vars/build.vars: install ldso w/ STATIC_LIB_NAME=libldso.a (via midipix.)Lucio Andrés Illanes Albornoz1-0/+1
2017-10-23vars/build.vars: configure w/ --with-ssl (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-1/+12
patches/lynx.local.patch: explicitly call SSL_set_options() in HTLoadHTTP() (via Redfoxmoon.)
2017-10-22vars/build.vars: adds ldso (master) (via midipix.)Lucio Andrés Illanes Albornoz1-1/+6