diff options
author | kim <kim> | 2002-07-24 17:51:32 +0000 |
---|---|---|
committer | kim <kim> | 2002-07-24 17:51:32 +0000 |
commit | 2fe8e5eaa4df24c381b033d52c2bde5519feaf1f (patch) | |
tree | 171f3cefb3c23e9d12139b4c9837be8f21210f3c /shells/tcsh/patches | |
parent | 09a0783c17fa8a4b058c250bd781d896bc086efb (diff) | |
download | pkgsrc-2fe8e5eaa4df24c381b033d52c2bde5519feaf1f.tar.gz |
Upgrade to tcsh-6.12.00:
New Features:
* %j in prompt
* utf8 support
New Ports:
* darwin support
Locale Support:
* russian locale fixes
* polish locale fixes
Highlights from Bug Fixes:
* Dissallow setting of environment variables that do not contain
alphanumeric names
* Don't expand path components that don't resolve to path names
* Make $ignoreeof agree with the man page
* Don't close file descriptors too early because setuid scripts fail
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r-- | shells/tcsh/patches/patch-ab | 17 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ac | 24 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ae | 11 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-af | 17 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ag | 29 |
5 files changed, 0 insertions, 98 deletions
diff --git a/shells/tcsh/patches/patch-ab b/shells/tcsh/patches/patch-ab deleted file mode 100644 index 6234ee1fe1f..00000000000 --- a/shells/tcsh/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2002/04/11 15:26:46 abs Exp $ - ---- config.guess.orig Sun Mar 18 19:06:27 2001 -+++ config.guess -@@ -593,8 +593,11 @@ - fi - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit 0 ;; -- *:NetBSD:*:*) -+ *:NetBSD:0.*:* | *:NetBSD:1.[0123]*:*) - echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` -+ exit 0 ;; -+ *:NetBSD:*:*) -+ echo `uname -p`-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` - exit 0 ;; - *:OpenBSD:*:*) - echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` diff --git a/shells/tcsh/patches/patch-ac b/shells/tcsh/patches/patch-ac deleted file mode 100644 index 8fe79df8305..00000000000 --- a/shells/tcsh/patches/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ac,v 1.7 2002/04/11 15:26:20 abs Exp $ - ---- config.sub.orig Sun Mar 18 19:06:28 2001 -+++ config.sub -@@ -172,7 +172,8 @@ - | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \ - | alpha | alphaev[4-7] | alphaev56 | alphapca5[67] \ - | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \ -- | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \ -+ | 1750a | dsp16xx | pdp11 | mips16 | mips64 \ -+ | mipseb | mipsel | mips64el \ - | mips64orion | mips64orionel | mipstx39 | mipstx39el \ - | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ - | mips64vr5000 | miprs64vr5000el | mcore \ -@@ -206,7 +207,8 @@ - | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ - | clipper-* | orion-* \ - | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ -- | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \ -+ | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* \ -+ | mipseb-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-* \ - | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ - | mipstx39-* | mipstx39el-* | mcore-* \ diff --git a/shells/tcsh/patches/patch-ae b/shells/tcsh/patches/patch-ae deleted file mode 100644 index 7dc93e8a3f0..00000000000 --- a/shells/tcsh/patches/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2002/04/11 15:26:48 abs Exp $ - ---- nls/Makefile.orig Tue Aug 7 00:48:45 2001 -+++ nls/Makefile -@@ -1,5 +1,5 @@ - --SUBDIRS= C et finnish french german greek italian ja pl russian \ -+SUBDIRS= C et finnish french german greek italian ja russian \ - spanish ukrainian - #GENCAT= gencat -new - GENCAT= gencat diff --git a/shells/tcsh/patches/patch-af b/shells/tcsh/patches/patch-af deleted file mode 100644 index 5727a78c7b8..00000000000 --- a/shells/tcsh/patches/patch-af +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-af,v 1.8 2002/04/11 15:26:20 abs Exp $ - ---- sh.dol.c.orig Wed Jul 25 16:48:04 2001 -+++ sh.dol.c -@@ -585,10 +585,8 @@ - c = DgetC(0); - } while (Isdigit(c)); - unDredc(c); -- if (subscr < 0) { -- dolerror(vp->v_name); -- return; -- } -+ if (subscr < 0) -+ stderror(ERR_RANGE); - if (subscr == 0) { - if (bitset) { - dolp = dolzero ? STR1 : STR0; diff --git a/shells/tcsh/patches/patch-ag b/shells/tcsh/patches/patch-ag deleted file mode 100644 index 8ef8ec2aaec..00000000000 --- a/shells/tcsh/patches/patch-ag +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-ag,v 1.8 2002/04/11 15:26:21 abs Exp $ - ---- sh.func.c.orig Tue Mar 13 12:53:50 2001 -+++ sh.func.c -@@ -2143,6 +2143,9 @@ - else - rlim.rlim_cur = limit; - -+ if (rlim.rlim_cur > rlim.rlim_max) -+ rlim.rlim_max = rlim.rlim_cur; -+ - if (setrlimit(lp->limconst, &rlim) < 0) { - # else /* BSDLIMIT */ - if (limit != RLIM_INFINITY && lp->limconst == RLIMIT_FSIZE) -@@ -2153,10 +2156,10 @@ - # endif /* aiws */ - if (ulimit(toset(lp->limconst), limit) < 0) { - # endif /* BSDLIMIT */ -- xprintf(CGETS(15, 1, "%s: %s: Can't %s%s limit\n"), bname, lp->limname, -- limit == RLIM_INFINITY ? CGETS(15, 2, "remove") : -- CGETS(15, 3, "set"), -- hard ? CGETS(14, 4, " hard") : ""); -+ xprintf(CGETS(15, 1, "%s: %s: Can't %s%s limit (%s)\n"), bname, -+ lp->limname, limit == RLIM_INFINITY ? CGETS(15, 2, "remove") : -+ CGETS(15, 3, "set"), hard ? CGETS(14, 4, " hard") : "", -+ strerror(errno)); - return (-1); - } - return (0); |