diff options
-rw-r--r-- | groups/211.native_packages_cmdline.group | 4 | ||||
-rw-r--r-- | patches/tcsh-6.23.00.local.patch (renamed from patches/tcsh-6.22.04.local.patch) | 9 |
2 files changed, 2 insertions, 11 deletions
diff --git a/groups/211.native_packages_cmdline.group b/groups/211.native_packages_cmdline.group index 4a7bc98a..79f02965 100644 --- a/groups/211.native_packages_cmdline.group +++ b/groups/211.native_packages_cmdline.group @@ -220,8 +220,8 @@ rc_cv_sysv_sigcld=no"}; : ${PKG_TAR_VERSION:=1.33}; : ${PKG_TAR_URL:=https://ftp.gnu.org/gnu/tar/tar-${PKG_TAR_VERSION}.tar.xz}; : ${PKG_TCSH_DEPENDS:="ncurses"}; -: ${PKG_TCSH_SHA256SUM:=eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231}; -: ${PKG_TCSH_VERSION:=6.22.04}; +: ${PKG_TCSH_SHA256SUM:=4ebeb2f33633d115d9535f554c651a8523040d8d91e5de333fb2ee045b8e001e}; +: ${PKG_TCSH_VERSION:=6.23.00}; : ${PKG_TCSH_URL:=https://ftp.osuosl.org/pub/blfs/conglomeration/tcsh/tcsh-${PKG_TCSH_VERSION}.tar.gz}; : ${PKG_THE_SILVER_SEARCHER_DEPENDS:="libz pcre xz"}; : ${PKG_THE_SILVER_SEARCHER_SHA256SUM:=d9621a878542f3733b5c6e71c849b9d1a830ed77cb1a1f6c2ea441d4b0643170}; diff --git a/patches/tcsh-6.22.04.local.patch b/patches/tcsh-6.23.00.local.patch index b2a3a1b3..4ed41cd4 100644 --- a/patches/tcsh-6.22.04.local.patch +++ b/patches/tcsh-6.23.00.local.patch @@ -171,15 +171,6 @@ diff -Nru tcsh-6.22.00.orig/configure tcsh-6.22.00/configure * ) as_fn_error $? "Tcsh can't guess the configuration file name for \`${host}' systems. -@@ -4284,7 +4289,7 @@ - return 0; - } - _ACEOF --for ac_lib in '' termlib tinfo termcap curses ncurses; do -+for ac_lib in '' termlib tinfo termcap curses ncurses tinfo; do - if test -z "$ac_lib"; then - ac_res="none required" - else diff -Nru tcsh-6.22.00.orig/ed.inputl.c tcsh-6.22.00/ed.inputl.c --- tcsh-6.22.00.orig/ed.inputl.c 2019-11-28 17:00:05.000000000 +0100 +++ tcsh-6.22.00/ed.inputl.c 2020-08-21 19:22:12.899460169 +0200 |