pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh Add DragonFly to the list of BSD derived s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26a972afc816
branches:  trunk
changeset: 502925:26a972afc816
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 10 22:54:09 2005 +0000

description:
Add DragonFly to the list of BSD derived systems.

diffstat:

 shells/tcsh/distinfo         |   3 ++-
 shells/tcsh/patches/patch-ac |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r c8b2be71043e -r 26a972afc816 shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Thu Nov 10 22:48:07 2005 +0000
+++ b/shells/tcsh/distinfo      Thu Nov 10 22:54:09 2005 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.18 2005/09/20 14:18:02 tron Exp $
+$NetBSD: distinfo,v 1.19 2005/11/10 22:54:09 joerg Exp $
 
 SHA1 (tcsh-6.14.00.tar.gz) = 55a08b31a57cfd8631edd1fb7e42f18578d8198a
 RMD160 (tcsh-6.14.00.tar.gz) = fa7635225ceb0225aedcfad5dd9d8e17d8d70849
 Size (tcsh-6.14.00.tar.gz) = 859780 bytes
 SHA1 (patch-aa) = 98ab704908a6fe2f570d2688c2a9bdb600f630eb
 SHA1 (patch-ab) = b368e3b5d82ed5eb1148ceeaef675bc9a33c7309
+SHA1 (patch-ac) = 3111462df95fe390695038c4208f22b6b57d8876
 SHA1 (patch-ad) = 0cb983da575050d7aa7ac41dc0c980302503768b
 SHA1 (patch-ap) = 332a71c54a3bba11b96e43b94b2d050a3a114540
diff -r c8b2be71043e -r 26a972afc816 shells/tcsh/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/tcsh/patches/patch-ac      Thu Nov 10 22:54:09 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.9 2005/11/10 22:54:09 joerg Exp $
+
+--- configure.orig     2005-11-10 22:51:12.000000000 +0000
++++ configure
+@@ -1486,6 +1486,11 @@ case "${host}" in
+     tcsh_config_file=bsd4.4
+   ;;
+ 
++  ## DragonFly systems
++  *-*-dragonfly*)
++    tcsh_config_file=bsd4.4
++  ;;
++
+   ## Silicon Graphics machines
+   *-sgi-iri* )
+     tcsh_config_file=irix



Home | Main Index | Thread Index | Old Index