summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-12-27 12:30:25 +0100
committerØrjan Malde <red@foxi.me>2022-12-27 12:30:25 +0100
commitcca4028533e798781721273ead54e32dba91b96d (patch)
treeb3c66bc45b24a6f8eeb51d3329593b75119a1149
parent3811f1883c09fd59802d2a6567b888989ecb8b5d (diff)
downloadmidipix_build-cca4028533e798781721273ead54e32dba91b96d.tar.bz2
midipix_build-cca4028533e798781721273ead54e32dba91b96d.tar.xz
groups/211.native_packages_cmdline.group: tcsh: bump to v6.24.07
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r--groups/211.native_packages_cmdline.group6
-rw-r--r--patches/tcsh-6.24.07.local.patch (renamed from patches/tcsh-6.24.05.local.patch)29
2 files changed, 17 insertions, 18 deletions
diff --git a/groups/211.native_packages_cmdline.group b/groups/211.native_packages_cmdline.group
index 6b6cd731..e785a0c4 100644
--- a/groups/211.native_packages_cmdline.group
+++ b/groups/211.native_packages_cmdline.group
@@ -247,9 +247,9 @@ libopts_cv_run_fopen_binary=yes"};
: ${PKG_TAR_SHA256SUM:=66a8344b1dc83a411d311bd1547e0176e56cc311f28ee94a30f84dafb3d9067e};
: ${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:=3d1ff94787859b5a4063400470251618f76bc24f8041ba7ef2c2753f782c296c};
-: ${PKG_TCSH_VERSION:=6.24.05};
+: ${PKG_TCSH_DEPENDS:="ncurses libiconv"};
+: ${PKG_TCSH_SHA256SUM:=74e4e9805cbd9413ed34b4ffa1d72fc8d0ef81a5b79476854091416ce9336995};
+: ${PKG_TCSH_VERSION:=6.24.07};
: ${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.24.05.local.patch b/patches/tcsh-6.24.07.local.patch
index 62702482..1a7f9362 100644
--- a/patches/tcsh-6.24.05.local.patch
+++ b/patches/tcsh-6.24.07.local.patch
@@ -1,3 +1,17 @@
+diff -ru tcsh-6.24.07.orig/configure tcsh-6.24.07/configure
+--- tcsh-6.24.07.orig/configure 2022-12-21 20:44:53.000000000 +0100
++++ tcsh-6.24.07/configure 2022-12-27 12:27:29.897963800 +0100
+@@ -6171,6 +6171,10 @@
+ *-qnx6*) :
+ tcsh_config_file=qnx6
+ ;; #(
++ ## Midipix
++ *-midipix*) :
++ tcsh_config_file=midipix
++ ;; #(
+ *) :
+ as_fn_error $? "Tcsh can't guess the configuration file name
+ for \`${host}' systems.
diff -ru tcsh-6.24.05.orig/Makefile.in tcsh-6.24.05/Makefile.in
--- tcsh-6.24.05.orig/Makefile.in 2022-12-04 09:20:48.000000000 +0100
+++ tcsh-6.24.05/Makefile.in 2022-12-13 13:36:05.821910068 +0100
@@ -172,21 +186,6 @@ diff -Nru tcsh-6.22.00.orig/config/midipix tcsh-6.22.00/config/midipix
+#define HAVE_SLASHSLASH 1
+
+#endif /* _h_config */
-diff -Nru tcsh-6.22.00.orig/configure tcsh-6.22.00/configure
---- tcsh-6.22.00.orig/configure 2019-11-28 17:00:05.000000000 +0100
-+++ tcsh-6.22.00/configure 2020-08-21 19:08:03.600976202 +0200
-@@ -2975,6 +2975,11 @@
- tcsh_config_file=qnx6
- ;;
-
-+ ## midipix
-+ *-midipix*)
-+ tcsh_config_file=midipix
-+ ;;
-+
- * )
- as_fn_error $? "Tcsh can't guess the configuration file name
- for \`${host}' systems.
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