From 31ed213f99b6e3990c22e5bf48b4e25f78fc0bd6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 7 Nov 2015 23:42:01 +0100 Subject: tcsh: update to latest stable version --- package/tcsh/Makefile | 6 +++--- package/tcsh/patches/patch-Makefile_in | 11 +++++++++++ package/tcsh/patches/patch-sh_h | 8 ++++---- package/tcsh/patches/patch-sh_proc_c | 6 +++--- 4 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 package/tcsh/patches/patch-Makefile_in (limited to 'package/tcsh') diff --git a/package/tcsh/Makefile b/package/tcsh/Makefile index dd8551e6d..74e319ffd 100644 --- a/package/tcsh/Makefile +++ b/package/tcsh/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= tcsh -PKG_VERSION:= 6.18.01 -PKG_RELEASE:= 3 -PKG_HASH:= d81ca27851f3e8545666399b4bcf25433e602a195113b3f7c73886fef84c9fa8 +PKG_VERSION:= 6.19.00 +PKG_RELEASE:= 1 +PKG_HASH:= 12e271e0b89e4259d9d6e8d525322e77340e7244cfbd199a591e5f8146285c49 PKG_DESCR:= alternative csh PKG_SECTION:= base/shells PKG_DEPENDS:= libncurses diff --git a/package/tcsh/patches/patch-Makefile_in b/package/tcsh/patches/patch-Makefile_in new file mode 100644 index 000000000..d573b8df2 --- /dev/null +++ b/package/tcsh/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- tcsh-6.19.00.orig/Makefile.in 2014-07-25 00:52:13.000000000 +0200 ++++ tcsh-6.19.00/Makefile.in 2015-11-07 23:08:07.000000000 +0100 +@@ -449,7 +449,7 @@ pure:$(P) ${OBJS} + + gethost: gethost.c sh.err.h tc.const.h sh.h + rm -f gethost +- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} $(srcdir)/gethost.c ++ ${CC_FOR_GETHOST} -o gethost $(srcdir)/gethost.c + + tc.defs.c: gethost host.defs + @rm -f $@.tmp diff --git a/package/tcsh/patches/patch-sh_h b/package/tcsh/patches/patch-sh_h index c3d460ff6..2882aefe9 100644 --- a/package/tcsh/patches/patch-sh_h +++ b/package/tcsh/patches/patch-sh_h @@ -1,6 +1,6 @@ ---- tcsh-6.18.01.orig/sh.h 2011-04-14 20:25:25.000000000 +0200 -+++ tcsh-6.18.01/sh.h 2013-12-25 17:12:55.000000000 +0100 -@@ -361,7 +361,7 @@ typedef long tcsh_number_t; +--- tcsh-6.19.00.orig/sh.h 2015-05-10 15:29:28.000000000 +0200 ++++ tcsh-6.19.00/sh.h 2015-11-07 23:06:35.000000000 +0100 +@@ -366,7 +366,7 @@ typedef long tcsh_number_t; # include #endif /* (!FIOCLEX && SUNOS4) || (SYSVREL == 4 && !_SEQUENT_ && !SCO && !_SX ) */ @@ -9,7 +9,7 @@ # include #endif /* !_MINIX && !supermax && !WINNT_NATIVE && !defined(IRIS4D) */ -@@ -395,9 +395,11 @@ typedef long tcsh_number_t; +@@ -400,9 +400,11 @@ typedef long tcsh_number_t; #include #include #endif /* WINNT_NATIVE */ diff --git a/package/tcsh/patches/patch-sh_proc_c b/package/tcsh/patches/patch-sh_proc_c index db32df2eb..9b5e277ba 100644 --- a/package/tcsh/patches/patch-sh_proc_c +++ b/package/tcsh/patches/patch-sh_proc_c @@ -1,6 +1,6 @@ ---- tcsh-6.18.01.orig/sh.proc.c 2012-01-25 16:34:41.000000000 +0100 -+++ tcsh-6.18.01/sh.proc.c 2013-12-25 17:17:37.000000000 +0100 -@@ -47,7 +47,7 @@ RCSID("$tcsh: sh.proc.c,v 3.121 2012/01/ +--- tcsh-6.19.00.orig/sh.proc.c 2015-02-22 22:40:14.000000000 +0100 ++++ tcsh-6.19.00/sh.proc.c 2015-11-07 23:06:36.000000000 +0100 +@@ -47,7 +47,7 @@ RCSID("$tcsh: sh.proc.c,v 3.127 2015/02/ # define HZ 16 #endif /* aiws */ -- cgit v1.2.3