summaryrefslogtreecommitdiffhomepage
path: root/vars
AgeCommit message (Collapse)AuthorFilesLines
2019-12-29vars/build.vars:native_packages_deps: adds libasr v1.0.3 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-1/+14
vars/libasr.vars: via Redfoxmoon.
2019-12-28vars/build.vars:imagemagick:${PKG_IN_TREE}: don't build in-tree (via midipix.)Lucio Andrés Illanes Albornoz1-1/+0
2019-12-28vars/build.vars:imagemagick:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ ↵Lucio Andrés Illanes Albornoz1-1/+1
-I${PREFIX_NATIVE}/include/freetype2 (via midipix.)
2019-12-27vars/build.vars:imagemagick: upgraded to v7.0.9-12.Lucio Andrés Illanes Albornoz1-5/+4
vars/build.vars:imagemagick:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -I${PREFIX_NATIVE}/include/freetype2 -I${PREFIX_NATIVE}/include/sltdl. vars/build.vars:imagemagick:${PKG_DISABLED}: enabled. patches/imagemagick-7.0.9-12.local.patch: upgraded to v7.0.9-12.
2019-12-27vars/build.vars:sltdl:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ ↵Lucio Andrés Illanes Albornoz1-0/+1
--as-ltdl-drop-in-replacement (via Redfoxmoon.)
2019-12-27vars/build.vars:libressl: updated to v3.0.2 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-4/+4
vars/build.vars:bison: updated to v3.5 (via Redfoxmoon.)
2019-12-24vars/build.vars:smallbasic:${PKG_DISABLE}: enabled.Lucio Andrés Illanes Albornoz1-1/+0
subr/ex_rtl_fetch.subr:ex_rtl_fetch_urls_git(): run git-submodule(1) update --init post-checkout.
2019-12-24vars/build.vars:smallbasic:${PKG_DISABLED}: disabled (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-0/+1
2019-12-24vars/build.vars:native_packages_etc: adds imagemagick v7.0.9-10 (via ↵Lucio Andrés Illanes Albornoz1-1/+8
Redfoxmoon.) patches/imagemagick-7.0.9-10.local.patch: via Redfoxmoon.
2019-12-24vars/build.vars:native_runtime: adds sltdl (master) (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-1/+4
2019-12-18vars/build.vars:util_linux: updated to v2.34 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-4/+4
vars/build.vars:util_linux:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --disable-agetty --disable-lslogins --disable-wall --disable-write --disable-nologin --disable-sulogin --disable-hwclock -- (via Redfoxmoon.) patches/util_linux-2.34.local.patch: via Redfoxmoon.
2019-11-24vars/build.vars:mlogin:${PKG_CFLAGS_BUILD_EXTRA}: don't build w/ -DINSECURE ↵Lucio Andrés Illanes Albornoz2-1/+9
-std=c99 (via Redfoxmoon.) vars/mlogin.vars: via Redfoxmoon.
2019-11-23vars/build.vars:libffi_host:${PKG_INSTALL_FILES}: install ↵Lucio Andrés Illanes Albornoz1-0/+1
include/ffi{,target}.h symlinks (via midipix.)
2019-11-08vars/build.vars:native_packages_deps_x11: adds sdl1 v1.2.15 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-1/+17
patches/sdl1-1.2.15_pre.local.patch: via Redfoxmoon. vars/sdl1.vars: via Redfoxmoon.
2019-11-06vars/build.vars:coreutils_minipix:${PKG_CONFIGURE_ARGS_EXTRA}: don't ↵Lucio Andrés Illanes Albornoz1-1/+0
configure w/ --enable-single-binary=shebangs.
2019-11-05vars/build.vars:native_packages_etc: adds bochs v2.6.9 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+10
patches/bochs-2.6.9.local.patch: via Redfoxmoon.
2019-11-01Remove incorrect --host=${DEFAULT_TARGET} when building host tools/librariesMartin Storsjö1-6/+6
When passing --host to autoconf build systems, it means that one wants to build code that is going to run on this specific target. When building host tools/libraries, we're building code that is going to run on the current host system, not ${DEFAULT_TARGET}. Building with the incorrect --host parameter has appeared to work despite this, due to other fallbacks in autoconf. When building with --host=<triple>, autoconf first looks for <triple>-gcc, but if this isn't found, then proceeds to use gcc and assumes this is what the caller meant. When building GMP, its configure script wants to inspect symbol names, and uses a name listing tool (normally nm) for this purpose. When building gmp_host, with the incorrect --host parameter, it first looks for <triple>-nm, which doesn't exist. As the previously set incorrect triple is for a Windows OS (x86_64-nt64-midipix), it then looks for other windows type name listing tools, <triple>-dumpbin, then unprefixed dumpbin. If dumpbin is found (I happen to have it around, as a wine wrapper around MSVC tools, for convenience), it is used, but then fails to inspect the ELF object files that the compiler has used. By removing the incorrect --host parameter, the host toolchain deps build succeeds by not relying on autoconf implicitly doing the right thing despite the incorrect parameter. Also remove --target from HOST_TOOLCHAIN_DEPS_CONFIGURE_ARGS. Adding --target when building host tools generally is correct, when configuring tools that generate code (like binutils and gcc). For other projects that don't generate code, --target normally has no effect. GMP explicitly errors out if --target is set to a different value than host (as GMP's configure script thinks the caller has made a mistake).
2019-10-20vars/build.vars:libressl: updated to v3.0.2 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-3/+7
vars/build.vars:native_packages_etc: adds libredwg v0.9 (via Redfoxmoon.) patches/libredwg-0.9.local.patch: via Redfoxmoon. patches/libressl-{2.9.1,3.0.2}.local.patch: via Redfoxmoon.
2019-10-20vars/build.vars:zsh: updated to 5.7.1 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-2/+12
vars/build.vars:zsh:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --enable-libc-musl --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc --enable-etcdir=/etc/zsh --enable-multibyte --enable-function-subdirs --enable-zsh-secure-free --with-tcsetpgrp (via Redfoxmoon.) vars/build.vars:zsh:${PKG_IN_TREE}: build in-tree (via Redfoxmoon.) vars/zsh.vars: via Redfoxmoon. patches/zsh-5.7.1.local.patch: via Redfoxmoon.
2019-10-19vars/build.vars:findutils: updated to v4.7.0 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-5/+14
vars/build.vars:libgcrypt: updated to v1.8.5 (via Redfoxmoon.) vars/libgcrypt.vars: via Redfoxmoon. patches/libgcrypt-1.8.{2,5}.local.patch: via Redfoxmoon.
2019-10-19vars/build.vars:dropbear: updated to v2019.78 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+2
patches/dropbear{,_minipix}-2017.75.local.patch: removes obsolete patch (via Redfoxmoon.)
2019-10-19vars/build.vars:irssi: updated to v1.2.2 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+2
patches/irssi-1.1.1.local.patch: removes obsolete patch (via Redfoxmoon.) patches/irssi-1.2.2.local.patch: via Redfoxmoon.
2019-10-19vars/build.vars:libpng: updated to v1.6.37 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+2
2019-10-19vars/build.vars:libpcap: updated to v1.9.1 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-3/+11
patches/libpcap-1.9.0.local.patch: removes obsolete patch (via Redfoxmoon.) vars/libpcap.vars: via Redfoxmoon.
2019-10-19vars/build.vars:calcurse: updated to v4.5.0 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-4/+5
vars/build.vars:calcurse:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --without-asciidoc (via Redfoxmoon.) vars/build.vars:nano: updated to v4.5 (via Redfoxmoon.)
2019-10-18vars/build.vars:coreutils: updated to v8.31 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+3
vars/build.vars:coreutils_minipix:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ --enable-single-binary=shebangs (via Redfoxmoon.) patches/coreutils{,_minipix}-8.{29,31}.local.patch: via Redfoxmoon (cluck.)
2019-10-16vars/build.vars:tcsh:${PKG_URL}: update dead URL.Lucio Andrés Illanes Albornoz1-1/+1
2019-10-16vars/build.vars:pcre:${PKG_{SHA256SUM,URL}}: update dead URL.Lucio Andrés Illanes Albornoz1-2/+2
2019-10-16vars/build.vars:host_packages_deps: build libreadline_host before building ↵Lucio Andrés Illanes Albornoz1-6/+6
python2_host.
2019-10-16vars/build.vars:popt:${PKG_URL}: update dead URL.Lucio Andrés Illanes Albornoz1-2/+2
2019-10-15vars/invariants_minipix.vars: copy ↵Lucio Andrés Illanes Albornoz1-1/+4
${PREFIX}/minipix_dist/{lib/python2.7,share/gdb}/. vars/invariants_minipix.vars: don't copy non-existent libz.so.1.
2019-10-15vars/build.vars:{gdb,python2}_minipix: added (via midipix.)Lucio Andrés Illanes Albornoz6-10/+23
vars/{gdb,python2}{,_minipix}.vars: inherit from {gdb,python2}_*(). vars/invariants_minipix.vars: copy lib{expat,ncurses,perk,python2.7}.so.*.
2019-10-13vars/build.vars:bzip2: updated to v1.0.8 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-4/+4
patches/bzip2/CVE-2016-3189.patch: removes obsolete patch (via Redfoxmoon.) patches/bzip2/bzip2-1.0.4-POSIX-shell.patch: removes obsolete patch (via Redfoxmoon.) patches/bzip2/bzip2-1.0.4-makefile-CFLAGS.patch: via Redfoxmoon. patches/bzip2/bzip2-1.0.4-man-links.patch: updated (via Redfoxmoon.) patches/bzip2/bzip2-1.0.6-saneso.patch: removes obsolete patch (via Redfoxmoon.) patches/bzip2/saneso.patch: via Redfoxmoon.
2019-10-12vars/build.vars:python2_host:${PKG_ENV_VARS_EXTRA}: build w/ ↵Lucio Andrés Illanes Albornoz1-0/+1
NATIVE_LDFLAGS=-Wl,-rpath,${PREFIX}/lib (via midipix.)
2019-10-12vars/build.vars:python3_host:${PKG_ENV_VARS_EXTRA}: build w/ ↵Lucio Andrés Illanes Albornoz2-1/+1
NATIVE_LDFLAGS=-Wl,-rpath,${PREFIX}/lib (via midipix.) vars/python3_host.vars: don't set ${LD_LIBRARY_PATH} (via midipix.)
2019-10-12Revert "vars/python3_host.vars: don't set ${LD_LIBRARY_PATH}."Lucio Andrés Illanes Albornoz1-0/+1
This reverts commit 5dfd91a45fa34c4799a1bab11abc1fca4843570d.
2019-10-12vars/python3_host.vars: don't set ${LD_LIBRARY_PATH}.Lucio Andrés Illanes Albornoz1-1/+0
2019-10-12subr/build_init.subr: don't set ${LD_LIBRARY_PATH}.Lucio Andrés Illanes Albornoz1-2/+3
subr/ex_pkg_env.subr: don't unset ${LD_LIBRARY_PATH} given build target host_packages_deps. vars/libsolv.vars: don't unset ${LD_LIBRARY_PATH}.
2019-10-11vars/libsolv.vars:pkg_libsolv_configure(): unset ${LD_LIBRARY_PATH}.Lucio Andrés Illanes Albornoz1-0/+1
2019-10-11vars/python3_host.vars:pkg_python3_host_fetch_download(): export ↵Lucio Andrés Illanes Albornoz1-0/+1
${LD_LIBRARY_PATH}.
2019-10-11vars/build.vars:host_packages_deps: adds libreadline_host v7.0 as a ↵Lucio Andrés Illanes Albornoz1-3/+8
dependency of gdb_host.
2019-10-11vars/cmake.vars:pkg_cmake_host_configure(): explicitly specify ↵Lucio Andrés Illanes Albornoz1-0/+6
-DCURSES_NCURSES_LIBRARY.
2019-10-11subr/ex_pkg_env.subr:exp_pkg_env_source(): unset ${LD_LIBRARY_PATH} given ↵Lucio Andrés Illanes Albornoz2-14/+0
build target host_packages_deps. vars/ncurses{,tw}_host.vars: removed.
2019-10-11patches/ncurses{{,{t,}w},w_host}-6.0.local.patch: removes obsolete patch.Lucio Andrés Illanes Albornoz2-0/+14
patches/ncurses{,tw}{,_host}-6.1.local.patch: updated. vars/ncurses{,tw}_host.vars: unset ${LD_LIBRARY_PATH} pre-install.
2019-10-11vars/build.vars:native_packages_deps_deps: split from native_packages_deps.Lucio Andrés Illanes Albornoz1-9/+42
vars/build.vars:native_packages_deps:{curl,libarchive,ncurses{t,}w,libuv}: moved to native_packages_deps_deps as dependencies of cmake. etc/build.usage: updated.
2019-10-10vars/build.vars:native_toolchain_deps: adds ncurses{,tw}_host as ↵Lucio Andrés Illanes Albornoz1-5/+18
dependencies of cmake_host (via midipix.)
2019-10-09vars/build.vars:host_{toolchain,packages_deps}: moves gdb_host (not via ↵Lucio Andrés Illanes Albornoz1-12/+12
Redfoxmoon.)
2019-10-07vars/build.vars:native_{toolchain_packages,packages_etc}: moves gdb (via ↵Lucio Andrés Illanes Albornoz1-13/+12
Redfoxmoon.)
2019-10-06gdb{_host}: --with-python: work around gdb's anti-cross-compilation patterns.midipix1-8/+9
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-09-28vars/build.vars:diffutils: updated to v3.7 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-3/+4
vars/build.vars:${CONFIG_CACHE_GNULIB}: adds gl_cv_C_locale_sans_EILSEQ=yes (via Redfoxmoon.)