summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--groups/211.native_packages_cmdline.group4
-rw-r--r--patches/tcsh-6.23.02.local.patch (renamed from patches/tcsh-6.23.00.local.patch)28
2 files changed, 14 insertions, 18 deletions
diff --git a/groups/211.native_packages_cmdline.group b/groups/211.native_packages_cmdline.group
index 7f783c30..60f2ef51 100644
--- a/groups/211.native_packages_cmdline.group
+++ b/groups/211.native_packages_cmdline.group
@@ -234,8 +234,8 @@ libopts_cv_run_fopen_binary=yes"};
: ${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:=4ebeb2f33633d115d9535f554c651a8523040d8d91e5de333fb2ee045b8e001e};
-: ${PKG_TCSH_VERSION:=6.23.00};
+: ${PKG_TCSH_SHA256SUM:=c03f80405136731b3091da735a81cdd848008510324ab325f235aff709e446eb};
+: ${PKG_TCSH_VERSION:=6.23.02};
: ${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.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