diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-07 13:28:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-07 13:28:04 +0000 |
commit | cf6e61598f87323bf0dfce527b25584bc3e1b20b (patch) | |
tree | e1ff9f193bb2bde08fe96786419f6f8fd3b944ac /shells | |
parent | f868463c0ca6665bc96557f1cfb2bc923c5e3682 (diff) | |
download | pkgsrc-cf6e61598f87323bf0dfce527b25584bc3e1b20b.tar.gz |
Recognize mipseb (for NetBSD/sgimips).
Patch from pkg/13132 by Rafal Boni.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcsh/distinfo | 3 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ac | 24 |
2 files changed, 26 insertions, 1 deletions
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index a10ecfb37b7..137f809ec3f 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.3 2001/05/24 01:17:29 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2001/06/07 13:28:04 wiz Exp $ SHA1 (tcsh-6.10.tar.gz) = 29074c586d432087b08d492f116726aad26fd426 Size (tcsh-6.10.tar.gz) = 665733 bytes SHA1 (patch-aa) = 64a8ed288ab0069b455f932ab39e6b2683020653 SHA1 (patch-ab) = b372d37d31ff01a262b4a145c69fa82ae0e07827 +SHA1 (patch-ac) = f59cbb6bfe04f51d55900932c470319d717e0bd5 SHA1 (patch-af) = 8db810383f043e65858b5925988cac5fd193c948 SHA1 (patch-ag) = e71ea3d9dd4ea70040ab18702260d3c8890b9da9 diff --git a/shells/tcsh/patches/patch-ac b/shells/tcsh/patches/patch-ac new file mode 100644 index 00000000000..3cdf687429f --- /dev/null +++ b/shells/tcsh/patches/patch-ac @@ -0,0 +1,24 @@ +$NetBSD: patch-ac,v 1.5 2001/06/07 13:28:05 wiz Exp $ + +--- config.sub.orig Sun Nov 12 00:03:33 2000 ++++ config.sub +@@ -156,8 +156,8 @@ + | alpha | alphaev5 | alphaev56 | alphaev6 \ + | we32k | ns16k | clipper \ + | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ +- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ +- | mipstx39 | mipstx39el \ ++ | mips64 | mipseb | mipsel | mips64el | mips64orion \ ++ | mips64orionel | mipstx39 | mipstx39el \ + | sparc | sparclet | sparclite | sparc64 | v850) + basic_machine=$basic_machine-unknown + ;; +@@ -183,7 +183,7 @@ + | we32k-* | cydra-* \ + | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ + | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ +- | sparc64-* | mips64-* | mipsel-* \ ++ | sparc64-* | mips64-* | mipseb-* | mipsel-* \ + | mips64el-* | mips64orion-* | mips64orionel-* \ + | mipstx39-* | mipstx39el-* \ + | f301-*) |