summaryrefslogtreecommitdiffhomepage
path: root/patches
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 /patches
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>
Diffstat (limited to 'patches')
-rw-r--r--patches/tcsh-6.24.07.local.patch (renamed from patches/tcsh-6.24.05.local.patch)29
1 files changed, 14 insertions, 15 deletions
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