diff options
author | Ørjan Malde <red@foxi.me> | 2022-02-01 11:37:58 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2022-02-01 11:37:58 +0100 |
commit | 6a48192957cae50958adc636bce4b410bbe9b59f (patch) | |
tree | 826f8ed63c508e9019a2c802229e8d0be0ec070b /patches | |
parent | 462417707d408ce24ba66477d38a49e02e77dc40 (diff) | |
download | midipix_build-6a48192957cae50958adc636bce4b410bbe9b59f.tar.bz2 midipix_build-6a48192957cae50958adc636bce4b410bbe9b59f.tar.xz |
groups/211.native_packages_cmdline.group: tcsh: bump to v6.23.02
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/tcsh-6.23.02.local.patch (renamed from patches/tcsh-6.23.00.local.patch) | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/patches/tcsh-6.23.00.local.patch b/patches/tcsh-6.23.02.local.patch index 4ed41cd4..2e8b6283 100644 --- a/patches/tcsh-6.23.00.local.patch +++ b/patches/tcsh-6.23.02.local.patch @@ -1,3 +1,15 @@ +diff -ru tcsh-6.23.02.orig/config_f.h tcsh-6.23.02/config_f.h +--- tcsh-6.23.02.orig/config_f.h 2022-01-03 09:03:03.000000000 +0100 ++++ tcsh-6.23.02/config_f.h 2022-02-01 11:36:23.327968800 +0100 +@@ -149,7 +149,7 @@ + * This can be much slower and no memory statistics will be + * provided. + */ +-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) || defined(__NetBSD__) ++#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) || defined(__NetBSD__) || defined(__midipix__) + # define SYSMALLOC + #else + # undef SYSMALLOC diff -Nru tcsh-6.22.00.orig/config/midipix tcsh-6.22.00/config/midipix --- tcsh-6.22.00.orig/config/midipix 1970-01-01 01:00:00.000000000 +0100 +++ tcsh-6.22.00/config/midipix 2020-08-21 19:12:56.066600827 +0200 @@ -140,22 +152,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/config_f.h tcsh-6.22.00/config_f.h ---- tcsh-6.22.00.orig/config_f.h 2019-11-28 17:00:05.000000000 +0100 -+++ tcsh-6.22.00/config_f.h 2020-08-21 19:07:18.052977628 +0200 -@@ -138,11 +138,8 @@ - * This can be much slower and no memory statistics will be - * provided. - */ --#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) -+/* always use the system malloc. seriously guys. */ - # define SYSMALLOC --#else --# undef SYSMALLOC --#endif - - /* - * USE_ACCESS Use access(2) rather than stat(2) when POSIX is defined. 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 |