pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/tcsh Also patch host.defs for completeness.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17fb2b71034f
branches:  trunk
changeset: 502926:17fb2b71034f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 10 23:04:10 2005 +0000

description:
Also patch host.defs for completeness.

diffstat:

 shells/tcsh/distinfo         |   3 ++-
 shells/tcsh/patches/patch-ae |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 26a972afc816 -r 17fb2b71034f shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Thu Nov 10 22:54:09 2005 +0000
+++ b/shells/tcsh/distinfo      Thu Nov 10 23:04:10 2005 +0000
@@ -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-ab) = b368e3b5d82ed5eb1148ceeaef675bc9a33c7309
 SHA1 (patch-ac) = 3111462df95fe390695038c4208f22b6b57d8876
 SHA1 (patch-ad) = 0cb983da575050d7aa7ac41dc0c980302503768b
+SHA1 (patch-ae) = 14b36c07ab120c013d630c225aefbdc6322a1b3d
 SHA1 (patch-ap) = 332a71c54a3bba11b96e43b94b2d050a3a114540
diff -r 26a972afc816 -r 17fb2b71034f shells/tcsh/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patch-ae      Thu Nov 10 23:04:10 2005 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index