diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/tcsh | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/tcsh')
-rw-r--r-- | data/tcsh/_metadata/in.1443.00 | 0 | ||||
-rw-r--r-- | data/tcsh/_metadata/version | 2 | ||||
-rw-r--r-- | data/tcsh/gethost.diff | 12 | ||||
-rw-r--r-- | data/tcsh/host.defs.patch | 14 | ||||
-rw-r--r-- | data/tcsh/make.sh | 4 | ||||
-rw-r--r-- | data/tcsh/tcsh-6.15.00.tar.gz | bin | 870886 -> 0 bytes | |||
-rw-r--r-- | data/tcsh/tcsh-67.tar.gz | bin | 0 -> 1863137 bytes |
7 files changed, 18 insertions, 14 deletions
diff --git a/data/tcsh/_metadata/in.1443.00 b/data/tcsh/_metadata/in.1443.00 deleted file mode 100644 index e69de29bb..000000000 --- a/data/tcsh/_metadata/in.1443.00 +++ /dev/null diff --git a/data/tcsh/_metadata/version b/data/tcsh/_metadata/version index 9ae0136fc..0fde1c3a7 100644 --- a/data/tcsh/_metadata/version +++ b/data/tcsh/_metadata/version @@ -1 +1 @@ -6.15.00 +6.18.01 diff --git a/data/tcsh/gethost.diff b/data/tcsh/gethost.diff deleted file mode 100644 index 774c46aea..000000000 --- a/data/tcsh/gethost.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru tcsh-6.15.00/Makefile.in tcsh-6.15.00+iPhone/Makefile.in ---- tcsh-6.15.00/Makefile.in 2006-08-24 20:56:31.000000000 +0000 -+++ tcsh-6.15.00+iPhone/Makefile.in 2008-03-03 13:07:58.000000000 +0000 -@@ -365,7 +365,7 @@ - - gethost: gethost.c sh.err.h tc.const.h sh.h - rm -f gethost -- ${CC} -o gethost ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} $(srcdir)/gethost.c ${LIBES} ${EXTRALIBS} -+ gcc -o gethost ${LDFLAGS} ${CFLAGS} ${CPPFLAGS} ${DFLAGS} $(srcdir)/gethost.c ${LIBES} - - tc.defs.c: gethost host.defs - @rm -f $@.tmp diff --git a/data/tcsh/host.defs.patch b/data/tcsh/host.defs.patch new file mode 100644 index 000000000..22ea7eb40 --- /dev/null +++ b/data/tcsh/host.defs.patch @@ -0,0 +1,14 @@ +--- ./host.defs 2014-09-03 12:16:39.000000000 -0700 ++++ ./host.defs 2014-09-03 12:15:58.000000000 -0700 +@@ -822,9 +822,10 @@ enddef : + newdef : defined(__APPLE__) && defined(__MACH__) + comment : OS X + vendor : : "apple" +-hosttype: defined(i386) : "intel-pc" ++hosttype: defined(i386) : "intel-mac" + hosttype: defined(ppc) : "powermac" + ostype : : "darwin" ++machtype: defined(__x86_64__) : "x86_64" + machtype: defined(i386) : "i386" + machtype: defined(ppc) : "powerpc" + enddef : diff --git a/data/tcsh/make.sh b/data/tcsh/make.sh index fdcbce7d7..0c826a897 100644 --- a/data/tcsh/make.sh +++ b/data/tcsh/make.sh @@ -1,4 +1,6 @@ pkg:setup +cd tcsh +cp ${PKG_BASE}/config.sub . pkg:configure ac_cv_func_setpgrp_void=yes -make +make -j8 pkg:install diff --git a/data/tcsh/tcsh-6.15.00.tar.gz b/data/tcsh/tcsh-6.15.00.tar.gz Binary files differdeleted file mode 100644 index a2eb514a2..000000000 --- a/data/tcsh/tcsh-6.15.00.tar.gz +++ /dev/null diff --git a/data/tcsh/tcsh-67.tar.gz b/data/tcsh/tcsh-67.tar.gz Binary files differnew file mode 100644 index 000000000..f54ecb267 --- /dev/null +++ b/data/tcsh/tcsh-67.tar.gz |