Wed Apr 24 20:14:59 2013 UTC ()
Pullup ticket #4123 - requested by bsiegert
shells/tcsh: build fix

Revisions pulled up:
- shells/tcsh/distinfo                                          1.31
- shells/tcsh/patches/patch-configure                           1.1

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Tue Apr  2 20:37:55 UTC 2013

   Modified Files:
           pkgsrc/shells/tcsh: distinfo
   Added Files:
           pkgsrc/shells/tcsh/patches: patch-configure

   Log Message:
   Fix build under MirBSD.


(tron)
diff -r1.30 -r1.30.4.1 pkgsrc/shells/tcsh/distinfo
diff -r0 -r1.1.2.2 pkgsrc/shells/tcsh/patches/patch-configure

cvs diff -r1.30 -r1.30.4.1 pkgsrc/shells/tcsh/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/distinfo 2012/10/10 06:07:44 1.30
+++ pkgsrc/shells/tcsh/distinfo 2013/04/24 20:14:59 1.30.4.1
@@ -1,9 +1,10 @@ @@ -1,9 +1,10 @@
1$NetBSD: distinfo,v 1.30 2012/10/10 06:07:44 dholland Exp $ 1$NetBSD: distinfo,v 1.30.4.1 2013/04/24 20:14:59 tron Exp $
2 2
3SHA1 (tcsh-6.18.01.tar.gz) = eee2035645737197ff8059c84933a75d23cd76f9 3SHA1 (tcsh-6.18.01.tar.gz) = eee2035645737197ff8059c84933a75d23cd76f9
4RMD160 (tcsh-6.18.01.tar.gz) = ea18bb6d4d6dca2700d74daa2940f67d45a18cb9 4RMD160 (tcsh-6.18.01.tar.gz) = ea18bb6d4d6dca2700d74daa2940f67d45a18cb9
5Size (tcsh-6.18.01.tar.gz) = 926872 bytes 5Size (tcsh-6.18.01.tar.gz) = 926872 bytes
6SHA1 (patch-aa) = eadb2c1f4ad8bab7826c8e07c8edfc68569c74d4 6SHA1 (patch-aa) = eadb2c1f4ad8bab7826c8e07c8edfc68569c74d4
7SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2 7SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2
8SHA1 (patch-ac) = c2a944f9c6857cdd8ba9753e3ce7c496749f8f87 8SHA1 (patch-ac) = c2a944f9c6857cdd8ba9753e3ce7c496749f8f87
 9SHA1 (patch-configure) = 91c2019da8c074bd6f24b84bf798ccd497110727
9SHA1 (patch-sh.c) = 9f7a1449a0ff0da5a3af886fcf86bdc551e10732 10SHA1 (patch-sh.c) = 9f7a1449a0ff0da5a3af886fcf86bdc551e10732

File Added: pkgsrc/shells/tcsh/patches/Attic/patch-configure
$NetBSD: patch-configure,v 1.1.2.2 2013/04/24 20:14:59 tron Exp $

Add support for MirBSD systems.
--- configure.orig	Tue Mar  5 20:51:17 2013
+++ configure
@@ -2801,6 +2801,11 @@ case "${host}" in
     tcsh_config_file=bsd4.4
   ;;
 
+  ## MirBSD systems
+  *-*-mirbsd*)
+    tcsh_config_file=bsd4.4
+  ;;
+
   ## OpenBSD systems
   *-*-openbsd*)
     tcsh_config_file=bsd4.4