summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2022-12-13 13:41:52 +0100
committerØrjan Malde <red@foxi.me>2022-12-13 13:41:52 +0100
commit7dbc08519c61501a87caa2c22422aa62fb93bc00 (patch)
tree4b2f7d59745d34f95bed9df7f89b8134e434e514
parente22317a49509215f7d6163e969a406c4dba2186a (diff)
downloadmidipix_build-7dbc08519c61501a87caa2c22422aa62fb93bc00.tar.bz2
midipix_build-7dbc08519c61501a87caa2c22422aa62fb93bc00.tar.xz
groups/211.native_packages_cmdline.group: tcsh: bump to v6.24.05
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r--groups/211.native_packages_cmdline.group4
-rw-r--r--patches/tcsh-6.24.05.local.patch (renamed from patches/tcsh-6.24.02.local.patch)48
2 files changed, 26 insertions, 26 deletions
diff --git a/groups/211.native_packages_cmdline.group b/groups/211.native_packages_cmdline.group
index 0727f8d5..39c74176 100644
--- a/groups/211.native_packages_cmdline.group
+++ b/groups/211.native_packages_cmdline.group
@@ -248,8 +248,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:=6691e15af0719575cad91ce9212c77a754f6c89f0a1f70454625e5e21ba0bdad};
-: ${PKG_TCSH_VERSION:=6.24.02};
+: ${PKG_TCSH_SHA256SUM:=3d1ff94787859b5a4063400470251618f76bc24f8041ba7ef2c2753f782c296c};
+: ${PKG_TCSH_VERSION:=6.24.05};
: ${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.02.local.patch b/patches/tcsh-6.24.05.local.patch
index 2e8b6283..62702482 100644
--- a/patches/tcsh-6.24.02.local.patch
+++ b/patches/tcsh-6.24.05.local.patch
@@ -1,3 +1,23 @@
+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
+@@ -421,6 +421,7 @@
+ #CC= cc -h0,ansi,novector,float0
+ #CC= lcc -wa
+ CC_FOR_GETHOST = @CC_FOR_GETHOST@
++CPPFLAGS_FOR_GETHOST=-I. -I$(srcdir)
+ ED= ed
+ AS= as
+ RM= rm
+@@ -497,7 +498,7 @@
+ # emxbind tcsh
+
+ gethost.${SUF}: gethost.c sh.err.h tc.const.h sh.h
+- ${CC_FOR_GETHOST} ${CF} ${CPPFLAGS} ${CFLAGS} $(srcdir)/gethost.c
++ ${CC_FOR_GETHOST} ${CF} ${CPPFLAGS_FOR_GETHOST} ${CFLAGS_FOR_GETHOST} $(srcdir)/gethost.c
+
+ gethost: gethost.${SUF}
+ rm -f gethost
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
@@ -5,14 +25,14 @@ diff -ru tcsh-6.23.02.orig/config_f.h tcsh-6.23.02/config_f.h
* 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__)
+-#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(HAVE_WORKING_SBRK)
++#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__) || !defined(HAVE_WORKING_SBRK)
# 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
+--- tcsh-6.22.00.orig/system/midipix 1970-01-01 01:00:00.000000000 +0100
++++ tcsh-6.22.00/system/midipix 2020-08-21 19:12:56.066600827 +0200
@@ -0,0 +1,138 @@
+/*
+ * config.h -- configure various defines for tcsh
@@ -179,26 +199,6 @@ diff -Nru tcsh-6.22.00.orig/ed.inputl.c tcsh-6.22.00/ed.inputl.c
#define OKCMD INT_MAX
/* ed.inputl -- routines to get a single line from the input. */
-diff -Nru tcsh-6.22.00.orig/Makefile.in tcsh-6.22.00/Makefile.in
---- tcsh-6.22.00.orig/Makefile.in 2019-11-28 17:00:05.000000000 +0100
-+++ tcsh-6.22.00/Makefile.in 2020-08-21 19:28:01.686381892 +0200
-@@ -339,6 +339,7 @@
- #CC= cc -h0,ansi,novector,float0
- #CC= lcc -wa
- CC_FOR_GETHOST = @CC_FOR_GETHOST@
-+CPPFLAGS_FOR_GETHOST=-I. -I$(srcdir)
- ED= ed
- AS= as
- RM= rm
-@@ -447,7 +448,7 @@
-
- gethost: gethost.c sh.err.h tc.const.h sh.h
- rm -f gethost
-- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} $(srcdir)/gethost.c
-+ ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS_FOR_GETHOST} ${CFLAGS_FOR_GETHOST} ${LDFLAGS_FOR_GETHOST} $(srcdir)/gethost.c
-
- tc.defs.c: gethost host.defs
- @rm -f $@.tmp
diff -Nru tcsh-6.22.00.orig/sh.h tcsh-6.22.00/sh.h
--- tcsh-6.22.00.orig/sh.h 2019-11-28 17:00:05.000000000 +0100
+++ tcsh-6.22.00/sh.h 2020-08-21 19:10:44.030604961 +0200