diff options
l--------- | 349.procps_ng.build (renamed from 349.python3.build) | 0 | ||||
l--------- | 350.python3.build (renamed from 350.rsync.build) | 0 | ||||
-rw-r--r-- | 350.python3.vars (renamed from 349.python3.vars) | 0 | ||||
l--------- | 351.rsync.build (renamed from 351.sed.build) | 0 | ||||
l--------- | 352.sed.build (renamed from 352.tar.build) | 0 | ||||
l--------- | 353.tar.build (renamed from 353.tcsh.build) | 0 | ||||
l--------- | 354.tcsh.build (renamed from 354.the_silver_searcher.build) | 0 | ||||
l--------- | 355.the_silver_searcher.build (renamed from 355.tmux.build) | 0 | ||||
l--------- | 356.tmux.build (renamed from 356.util_linux.build) | 0 | ||||
l--------- | 357.util_linux.build (renamed from 357.vim.build) | 0 | ||||
l--------- | 358.vim.build (renamed from 358.which.build) | 0 | ||||
l--------- | 359.which.build (renamed from 359.zsh.build) | 0 | ||||
l--------- | 360.zsh.build | 1 | ||||
-rw-r--r-- | build.vars | 6 | ||||
-rw-r--r-- | config.cache | 3 | ||||
-rw-r--r-- | pkg.build | 17 |
16 files changed, 21 insertions, 6 deletions
diff --git a/349.python3.build b/349.procps_ng.build index 52bb82e5..52bb82e5 120000 --- a/349.python3.build +++ b/349.procps_ng.build diff --git a/350.rsync.build b/350.python3.build index 52bb82e5..52bb82e5 120000 --- a/350.rsync.build +++ b/350.python3.build diff --git a/349.python3.vars b/350.python3.vars index 9cdc016f..9cdc016f 100644 --- a/349.python3.vars +++ b/350.python3.vars diff --git a/351.sed.build b/351.rsync.build index 52bb82e5..52bb82e5 120000 --- a/351.sed.build +++ b/351.rsync.build diff --git a/352.tar.build b/352.sed.build index 52bb82e5..52bb82e5 120000 --- a/352.tar.build +++ b/352.sed.build diff --git a/353.tcsh.build b/353.tar.build index 52bb82e5..52bb82e5 120000 --- a/353.tcsh.build +++ b/353.tar.build diff --git a/354.the_silver_searcher.build b/354.tcsh.build index 52bb82e5..52bb82e5 120000 --- a/354.the_silver_searcher.build +++ b/354.tcsh.build diff --git a/355.tmux.build b/355.the_silver_searcher.build index 52bb82e5..52bb82e5 120000 --- a/355.tmux.build +++ b/355.the_silver_searcher.build diff --git a/356.util_linux.build b/356.tmux.build index 52bb82e5..52bb82e5 120000 --- a/356.util_linux.build +++ b/356.tmux.build diff --git a/357.vim.build b/357.util_linux.build index 52bb82e5..52bb82e5 120000 --- a/357.vim.build +++ b/357.util_linux.build diff --git a/358.which.build b/358.vim.build index 52bb82e5..52bb82e5 120000 --- a/358.which.build +++ b/358.vim.build diff --git a/359.zsh.build b/359.which.build index 52bb82e5..52bb82e5 120000 --- a/359.zsh.build +++ b/359.which.build diff --git a/360.zsh.build b/360.zsh.build new file mode 120000 index 00000000..52bb82e5 --- /dev/null +++ b/360.zsh.build @@ -0,0 +1 @@ +pkg.build
\ No newline at end of file @@ -386,6 +386,12 @@ PKG_LVL3_MAKEFLAGS_INSTALL="DESTDIR=${PREFIX_NATIVE}"; : ${PKG_PERL_CONFIGURE_ARGS:="-A ccflags=-I${PREFIX_NATIVE}/include --sysroot=${PREFIX_NATIVE} --target=${TARGET}"}; : ${PKG_PERL_ENV_VARS_EXTRA:="TARGET=${TARGET}"}; : ${PKG_PERL_MAKEFLAGS_BUILD:=-j1}; +: ${PKG_PROCPS_NG_VERSION:=3.3.12}; +: ${PKG_PROCPS_NG_SHA256SUM:=b1036c109f271c7c50325b11a748236f8e58aa1dbafefb30c995ff1d05b4a1a8}; +: ${PKG_PROCPS_NG_URL:=https://gitlab.com/procps-ng/procps/repository/archive.tar.gz?ref=v${PKG_PROCPS_NG_VERSION}}; +: ${PKG_PROCPS_NG_CFLAGS_CONFIGURE_EXTRA:=-I${PREFIX_NATIVE}/include/ncursesw}; +: ${PKG_PROCPS_NG_MAKEFLAGS_BUILD_EXTRA=V=99}; +: ${PKG_PROCPS_NG_SUBDIR:=procps-v${PKG_PROCPS_NG_VERSION}-e0784ddaed30d095bb1d9a8ad6b5a23d10a212c4}; : ${PKG_PYTHON3_VERSION:=3.5.1}; : ${PKG_PYTHON3_SHA256SUM:=687e067d9f391da645423c7eda8205bae9d35edc0c76ef5218dcbe4cc770d0d7}; : ${PKG_PYTHON3_URL:=https://www.python.org/ftp/python/${PKG_PYTHON3_VERSION}/Python-${PKG_PYTHON3_VERSION}.tgz}; diff --git a/config.cache b/config.cache index 995bbdd8..06856b2c 100644 --- a/config.cache +++ b/config.cache @@ -140,6 +140,9 @@ bash_cv_ulimit_maxfds=yes bash_cv_under_sys_siglist=yes bash_cv_unusable_rtsigs=no +# procps_ng +ac_cv_func_realloc_0_nonnull=yes + # vim vim_cv_bcopy_handles_overlap=yes vim_cv_getcwd_broken=no @@ -64,12 +64,17 @@ if [ -e ${PKG_SUBDIR}/configure -o \ if [ -e ${PKG_SUBDIR}/configure.ac -a \ ! -e ${PKG_SUBDIR}/configure ]; then if [ -x ${PKG_SUBDIR}/autogen.sh ]; then - if [ ! -e ${PKG_SUBDIR}/build-aux/config.sub ]; then - echo install -m 0700 ${MIDIPIX_BUILD_PWD}/config.sub \ - ${PKG_SUBDIR}/build-aux/config.sub; - install -m 0700 ${MIDIPIX_BUILD_PWD}/config.sub \ - ${PKG_SUBDIR}/build-aux/config.sub; - fi; + for __ in ${PKG_SUBDIR}/build-aux ${PKG_SUBDIR}; do + if [ -e ${__} ]; then + echo install -m 0700 \ + ${MIDIPIX_BUILD_PWD}/config.sub \ + ${__}/config.sub; + install -m 0700 \ + ${MIDIPIX_BUILD_PWD}/config.sub \ + ${__}/config.sub; + break; + fi; + done; (cd ${PKG_SUBDIR} && ./autogen.sh) || exit 1; else (cd ${PKG_SUBDIR} && autoconf) || exit 1; |