From 4329784c14db2b11dd219511b0a24e5221ad1dec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Feb 2014 07:14:13 +0100 Subject: [PATCH] bash: update to 4.3. --- srcpkgs/bash/template | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 22ad7218dde..b372e932b29 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -1,26 +1,14 @@ # Template build file for 'bash'. pkgname=bash -_bash_distver=4.2 -_bash_patchlevel=045 +_bash_distver=4.3 +_bash_patchlevel=000 version=${_bash_distver}.${_bash_patchlevel} -revision=3 -#version=${_bash_distver} +revision=1 wrksrc=${pkgname}-${_bash_distver} build_style=gnu-configure -configure_args="--without-bash-malloc --with-curses --with-installed-readline - bash_cv_under_sys_siglist=yes bash_cv_unusable_rtsigs=no - bash_cv_void_sighandler=yes bash_cv_wcontinued_broken=no - bash_cv_sys_named_pipes=present bash_cv_job_control_missing=present - bash_cv_wexitstatus_offset=8 bash_cv_must_reinstall_sighandlers=no - bash_cv_opendir_not_robust=no bash_cv_signal_vintage=posix - bash_cv_getenv_redef=yes bash_cv_getpw_declared=yes - bash_cv_func_sigsetjmp=present bash_cv_ulimit_maxfds=yes - bash_cv_getcwd_malloc=yes bash_cv_under_sys_siglist=yes - bash_cv_sys_siglist=yes bash_cv_func_ctype_nonascii=no - bash_cv_dup2_broken=no bash_cv_pgrp_pipe=no bash_cv_printf_a_format=yes - bash_cv_func_strcoll_broken=no bash_cv_func_vsnprintf=yes" +configure_args="--without-bash-malloc --with-curses --without-installed-readline" hostmakedepends="bison" -makedepends="readline-devel" +makedepends="ncurses-devel" conflicts="chroot-bash>=0" register_shell="/bin/bash" short_desc="The GNU Bourne Again Shell" @@ -28,7 +16,7 @@ maintainer="Juan RP " homepage="http://www.gnu.org/software/bash/bash.html" license="GPL-3" distfiles="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}.tar.gz" -checksum=a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 +checksum=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4 pre_configure() { local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches"