diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-10 23:04:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-10 23:04:10 +0000 |
commit | c004ec4f3b3d501a6f5e5897ad8ba45402fbca6e (patch) | |
tree | c7acad3240d3ea9c90b5ebbc975a3654a5b3d78b /shells/tcsh | |
parent | 56cdceeae5b82df0630a384febfdef5c2832c52b (diff) | |
download | pkgsrc-c004ec4f3b3d501a6f5e5897ad8ba45402fbca6e.tar.gz |
Also patch host.defs for completeness.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/distinfo | 3 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ae | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 95c8cde618e..661a64f7415 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.19 2005/11/10 22:54:09 joerg Exp $ +$NetBSD: distinfo,v 1.20 2005/11/10 23:04:10 joerg Exp $ SHA1 (tcsh-6.14.00.tar.gz) = 55a08b31a57cfd8631edd1fb7e42f18578d8198a RMD160 (tcsh-6.14.00.tar.gz) = fa7635225ceb0225aedcfad5dd9d8e17d8d70849 @@ -7,4 +7,5 @@ SHA1 (patch-aa) = 98ab704908a6fe2f570d2688c2a9bdb600f630eb SHA1 (patch-ab) = b368e3b5d82ed5eb1148ceeaef675bc9a33c7309 SHA1 (patch-ac) = 3111462df95fe390695038c4208f22b6b57d8876 SHA1 (patch-ad) = 0cb983da575050d7aa7ac41dc0c980302503768b +SHA1 (patch-ae) = 14b36c07ab120c013d630c225aefbdc6322a1b3d SHA1 (patch-ap) = 332a71c54a3bba11b96e43b94b2d050a3a114540 diff --git a/shells/tcsh/patches/patch-ae b/shells/tcsh/patches/patch-ae new file mode 100644 index 00000000000..23f5d152452 --- /dev/null +++ b/shells/tcsh/patches/patch-ae @@ -0,0 +1,20 @@ +$NetBSD: patch-ae,v 1.7 2005/11/10 23:04:10 joerg Exp $ + +--- host.defs.orig 2005-11-10 23:01:08.000000000 +0000 ++++ host.defs +@@ -522,6 +522,15 @@ machtype: defined(M_i386) : "i386" + enddef : + + ++newdef : defined(__DragonFly__) ++comment : DragonFly ++vendor : defined(M_intel) : "intel" ++hosttype: : "DragonFly" ++ostype : : "DragonFly" ++machtype: defined(M_i386) : "i386" ++enddef : ++ ++ + newdef : defined(__386BSD__) + comment : Bill Jolitz's 386BSD + vendor : defined(M_intel) : "intel" |