summaryrefslogtreecommitdiff
path: root/shells/tcsh
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-10 23:04:10 +0000
committerjoerg <joerg>2005-11-10 23:04:10 +0000
commit96d434cc184ef4211081e1e71fd223b88c32c0ff (patch)
treec7acad3240d3ea9c90b5ebbc975a3654a5b3d78b /shells/tcsh
parent5819af50663ebb8a24616e748c68bbb83848ba6a (diff)
downloadpkgsrc-96d434cc184ef4211081e1e71fd223b88c32c0ff.tar.gz
Also patch host.defs for completeness.
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/distinfo3
-rw-r--r--shells/tcsh/patches/patch-ae20
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"