Selaa lähdekoodia

tcsh: update to 6.19.00

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Nuno Goncalves 9 vuotta sitten
vanhempi
commit
2de5acd6bd
2 muutettua tiedostoa jossa 14 lisäystä ja 3 poistoa
  1. 3
    3
      utils/tcsh/Makefile
  2. 11
    0
      utils/tcsh/patches/001-gethost

+ 3
- 3
utils/tcsh/Makefile Näytä tiedosto

@@ -7,12 +7,12 @@
7 7
 include $(TOPDIR)/rules.mk
8 8
 
9 9
 PKG_NAME:=tcsh
10
-PKG_VERSION:=6.18.01
10
+PKG_VERSION:=6.19.00
11 11
 PKG_RELEASE:=1
12 12
 
13 13
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
-PKG_SOURCE_URL:=ftp://ftp.astron.com/pub/tcsh/
15
-PKG_MD5SUM:=6eed09dbd4223ab5b6955378450d228a
14
+PKG_SOURCE_URL:=http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/
15
+PKG_MD5SUM:=f5f854833578647795bc906dd4bcb5d5
16 16
 PKG_LICENSE:=BSD-4-Clause-UC
17 17
 PKG_LICENSE_FILES:=Copyright
18 18
 

+ 11
- 0
utils/tcsh/patches/001-gethost Näytä tiedosto

@@ -0,0 +1,11 @@
1
+--- a/Makefile.in
2
++++ b/Makefile.in
3
+@@ -449,7 +449,7 @@ pure:$(P) ${OBJS}
4
+ 
5
+ gethost:  gethost.c sh.err.h tc.const.h sh.h
6
+ 	rm -f gethost
7
+-	${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${CFLAGS} $(srcdir)/gethost.c
8
++	${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} $(srcdir)/gethost.c
9
+ 
10
+ tc.defs.c:	gethost host.defs
11
+ 	@rm -f $@.tmp