summaryrefslogtreecommitdiffhomepage
path: root/vars
AgeCommit message (Collapse)AuthorFilesLines
2019-09-27vars/build.vars:libflac: updated to v1.3.3 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-4/+4
vars/build.vars:libogg: updated to v1.3.4 (via Redfoxmoon.) patches/libflac/CVE-2017-6888.patch: removes obsolete patch (via Redfoxmoon.)
2019-09-07vars/build.vars:{gmp{,_host},binutils{,_host}{,_mingw32},libelf,libffi_host} ↵Lucio Andrés Illanes Albornoz1-11/+11
:${PKG_PATCHES_EXTRA}: adapt to chainport's new directory layout (please don't read this message.)
2019-09-03vars/build.vars:glib_host:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ ↵Lucio Andrés Illanes Albornoz2-2/+12
--with-pcre=internal (via Redfoxmoon.) vars/build.vars:glib_host:${PKG_CFLAGS_BUILD_EXTRA}: build w/ -Wno-missing-include-dirs (via Redfoxmoon.) vars/build.vars:libgpg_error:${PKG_IN_TREE}: build in-tree (via Redfoxmoon.) vars/libgpg_error.vars via Redfoxmoon. patches/libgpg_error-1.25_pre.local.patch: via Redfoxmoon.
2019-09-02vars/libzip.vars:pkg_libzip_configure(): fix -DZLIB_LIBRARY specification.Lucio Andrés Illanes Albornoz2-3/+3
vars/openjpeg.vars:pkg_openjpeg_configure(): fix -DZLIB_LIBRARY specification.
2019-09-01vars/build.vars:ncurses:${PKG_{C,LD}FLAGS}: don't pass ↵Lucio Andrés Illanes Albornoz1-4/+2
--sysroot=${PREFIX_NATIVE}. vars/build.vars:libreadline:${PKG_{C,LD}FLAGS}: pass {-I${PREFIX_NATIVE}/include,-L${PREFIX_NATIVE}/lib} vs. --sysroot=${PREFIX_NATIVE}.
2019-09-01vars/build.vars:native_toolchain_deps: move {ncurses,lib{readline,z}} from ↵Lucio Andrés Illanes Albornoz1-21/+34
native_packages_deps as dependencies of gdb.
2019-09-01vars/build.vars:native_toolchain: adds gdb v7.12.Lucio Andrés Illanes Albornoz3-2/+40
vars/build.vars:{host,native}_toolchain: adds gdb{_host,} v7.12.
2019-09-01vars/build.vars:{gmp{,_host},binutils{,_host}{,_mingw32},libelf,libffi_host} ↵Lucio Andrés Illanes Albornoz5-9/+36
:${PKG_PATCHES_EXTRA}: adapt to chainport's new directory layout. vars/binutils{,_host}{,_mingw32}.vars: adapt to chainport's new directory layout.
2019-08-24vars/pkgconf_host.vars:pkg_pkgconf_host_install_make_post(): have wrapper ↵Lucio Andrés Illanes Albornoz1-1/+7
call pkgconf w/ solely --version if necessary (fixes ffmpeg wrt. libshine.)
2019-08-23vars/pkgconf_host.vars:pkg_pkgconf_host_install_make_post(): pass ↵Lucio Andrés Illanes Albornoz1-1/+1
--keep-system-cflags to pkgconf in wrapper script to prevent CFLAGS or linker flag fragments from being filtered.
2019-08-23pkgconf,pkgconf_host: upgrade to v1.6.3.midipix1-7/+8
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-23mdso{_host},perk{_host}: restore default empty prefix.midipix1-4/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-21tk: fix xft diagnostics when cross-compiling.midipix1-0/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-20lynx: adjust CFLAGS following upgrade to ncurses-6.1.midipix1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-20hexcurse: fix linking semantics of libtinfo.midipix1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-20mc: fix flavour of libtinfo being linked.midipix1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-19procps_ng: adjust LIBS following upgrade to ncurses-6.1.midipix1-0/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-19nano: adjust LIBS following upgrade to ncurses-6.1.midipix1-0/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-19vars/build.vars:mc:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ ↵Lucio Andrés Illanes Albornoz1-1/+1
-DNCURSES_INTERNALS -I${PREFIX_NATIVE}/include -I${PREFIX_NATIVE}/include/ncursesw (via midipix.)
2019-08-19vars/build.vars:ncdu:${PKG_ENV_VARS_EXTRA}: build w/ LIBS=-lncursesw -ltinfo.Lucio Andrés Illanes Albornoz1-0/+1
2019-08-19ncurses[tw]: upgrade to ncurses-6.1, remove hard-coded -I/include from *.pc.midipix1-8/+8
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-18moon_buggy: link against -lncurses -ltinfo.midipix1-0/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-18ninvaders: linked against -lncurses -ltinfo.midipix1-1/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-18hexcurse: link with -ltinfo as needed.midipix1-1/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-18binutils_host: build with -g2 -O0 until enhancement of ld has completed.midipix1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-18vars/build.vars:libcaca:${PKG_LDFLAGS_CONFIGURE_EXTRA}: configure w/ ↵Lucio Andrés Illanes Albornoz1-1/+3
-Wl,--as-needed -ltinfow -Wl,--as-needed (via midipix.) vars/build.vars:terminally_tetris:${PKG_LDFLAGS_BUILD_EXTRA}: build w/ -L${PREFIX_NATIVE}/lib -lncurses -Wl,--as-needed -ltinfo -Wl,--no-as-needed (via midipix.) vars/build.vars:weechat:${PKG_LDFLAGS_CONFIGURE_EXTRA}: configure w/ -Wl,--as-needed -ltinfow -Wl,--no-as-needed (via midipix.)
2019-08-17binutils_host: finalize -lperk -lmdso integration.midipix1-1/+1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-16binutils: enable use of libraries (e.g. perk, mdso) found under ↵midipix1-0/+2
${PREFIX_NATIVE}. Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-15binutils_host: enable use of libraries (e.g. perk, mdso) found under ${PREFIX}.midipix1-0/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-14vars/libzip.vars:pkg_libzip_host_configure(): build w/ -L${PKG_PREFIX}/lib ↵Lucio Andrés Illanes Albornoz1-2/+2
-lbz2 -lfts (via midipix.)
2019-08-14vars/build.vars:host_packages_deps: adds musl_fts_host v1.2.7 as a ↵Lucio Andrés Illanes Albornoz1-2/+5
dependency of libzip_host (via midipix.)
2019-08-14vars/build.vars:host_packages_deps: build cmake_host before building ↵Lucio Andrés Illanes Albornoz1-4/+4
libzip_host (via midipix.)
2019-08-12vars/build.vars:host_packages_deps: adds libzip_host (via midipix.)Lucio Andrés Illanes Albornoz3-25/+56
vars/libzip{,_host}.vars: cleanup, adds pkg_libzip_host_configure().
2019-08-12vars/build.vars:native_packages_deps: adds libzip v1.5.2 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-1/+31
vars/libzip.vars: via Redfoxmoon.
2019-08-06vars/build.vars:{native_{packages{,_deps{,_x11}}},dev_packages,minipix}:${PK ↵Lucio Andrés Illanes Albornoz3-128/+131
G_CONFIG_CACHE_LOCAL}: set from ${CONFIG_CACHE_GNULIB} (via midipix.) vars/build.vars:${CONFIG_CACHE_GNULIB}, vars/gnulib.vars: merged. vars/env.vars:${DEFAULT_BUILD_VARS}: adds provisional ${CONFIG_CACHE_LOCAL} variable. subr/pkg_configure_autotools.subr: append ${PKG_CONFIG_CACHE_LOCAL} (provisional) to config.cache if non-empty prior to appending ${PKG_CONFIG_CACHE_EXTRA} if non-empty.
2019-08-06sbase, ubase, htop: compensate for non-portable major/minor assumption.midipix1-0/+3
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-06vars/gnulib.vars: add definitions needed when cross-compiling.midipix1-0/+4
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-06vars/build.vars:musl: updated to v1.1.23.midipix1-6/+6
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2019-08-05vars/build.vars:tmux:${PKG_CONFIGURE_ARGS_EXTRA}: configure w/ ↵Lucio Andrés Illanes Albornoz1-1/+4
--enable-utf8proc. vars/build.vars:native_packages_deps: adds utf8proc (master) as a dependency of tmux.
2019-07-22vars/build.vars:native_packages_deps: adds libshine v3.1.1 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+6
vars/build.vars:ffmpeg:${PKG_CONFIGURE_ARGS}: configure w/ --enable-libshine (via Redfoxmoon.)
2019-07-20vars/build.vars:nano: updated to v4.3 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-3/+20
vars/nano.vars: updated (via Redfoxmoon.)
2019-07-20vars/build.vars:ed: updated to v1.15 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-4/+4
vars/build.vars:gawk: updated to v5.0.1 (via Redfoxmoon.)
2019-07-05vars/build.vars:native_packages: adds screen v4.6.2-854c367 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-1/+7
patches/screen-4.6.2-854c367.local.patch: via Redfoxmoon.
2019-06-29vars/gcc.vars:pkgp_gcc_configure(): CONFIGURE WITH ↵Lucio Andrés Illanes Albornoz1-1/+2
--enable-languages=c,c++,fortran,objc,lto (VIA REDFOXMOON.)
2019-06-28vars/build.vars:rpm{,_host}:${PKG_URL}: fixed.Lucio Andrés Illanes Albornoz1-2/+2
2019-06-26vars/build.vars:rpm{,_host}: updated to v4.14.2.1.Lucio Andrés Illanes Albornoz1-4/+4
patches/rpm{,-host}-4.14.2.1.local.patch: updated.
2019-06-19vars/build.vars:yabasic:${PKG_DISABLED}: disabled (via midipix.)Lucio Andrés Illanes Albornoz1-0/+1
2019-06-16vars/build.vars:info{,un}zip:${PKG_CFLAGS_BUILD_EXTRA}: inherit from ↵Lucio Andrés Illanes Albornoz1-10/+13
${NATIVE_PACKAGES_CFLAGS_CONFIGURE}. patches/info{,un}zip{,_minipix}.local.patch: correctly inherit $(CFLAGS) & pass $(LDFLAGS).
2019-06-15vars/build.vars:native_packages_etc: adds yabasic v2.83.0 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz2-1/+12
vars/yabasic.vars: via Redfoxmoon. patches/yabasic-2.83.0.local.patch: via Redfoxmoon.
2019-06-02vars/build.vars:glib_host:${PKG_CFLAGS_BUILD_EXTRA}: additionally pass ↵Lucio Andrés Illanes Albornoz1-1/+1
-Wno-format-overflow (via midipix.)