diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2015-05-25 14:46:46 +0100 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2015-05-25 14:46:46 +0100 |
commit | 2de5acd6bd1c4de4ecd9cb2f2242d71b357a3d8f (patch) | |
tree | 521d333ec3255eb81563c524a3ba7e162b075e03 /utils/tcsh | |
parent | d8362b6d049a1e64b5294078e1e069697ff80df5 (diff) |
tcsh: update to 6.19.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'utils/tcsh')
-rw-r--r-- | utils/tcsh/Makefile | 6 | ||||
-rw-r--r-- | utils/tcsh/patches/001-gethost | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index a50f18200..e2b6b4fdc 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh -PKG_VERSION:=6.18.01 +PKG_VERSION:=6.19.00 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.astron.com/pub/tcsh/ -PKG_MD5SUM:=6eed09dbd4223ab5b6955378450d228a +PKG_SOURCE_URL:=http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ +PKG_MD5SUM:=f5f854833578647795bc906dd4bcb5d5 PKG_LICENSE:=BSD-4-Clause-UC PKG_LICENSE_FILES:=Copyright diff --git a/utils/tcsh/patches/001-gethost b/utils/tcsh/patches/001-gethost new file mode 100644 index 000000000..b05e155de --- /dev/null +++ b/utils/tcsh/patches/001-gethost @@ -0,0 +1,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -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 ${CPPFLAGS} $(srcdir)/gethost.c + + tc.defs.c: gethost host.defs + @rm -f $@.tmp |