Thu May 9 11:46:22 2019 UTC ()
tcsh: Add a newline to make the comment more readable (NFC)


(leot)
diff -r1.40 -r1.41 pkgsrc/shells/tcsh/distinfo
diff -r1.1 -r1.2 pkgsrc/shells/tcsh/patches/patch-configure

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

--- pkgsrc/shells/tcsh/distinfo 2019/05/09 11:32:36 1.40
+++ pkgsrc/shells/tcsh/distinfo 2019/05/09 11:46:21 1.41
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.40 2019/05/09 11:32:36 leot Exp $ 1$NetBSD: distinfo,v 1.41 2019/05/09 11:46:21 leot Exp $
2 2
3SHA1 (tcsh-6.21.00.tar.gz) = aeb43ee952d47bdf33cc29fdecd170cfedbe8481 3SHA1 (tcsh-6.21.00.tar.gz) = aeb43ee952d47bdf33cc29fdecd170cfedbe8481
4RMD160 (tcsh-6.21.00.tar.gz) = 665d522ded31e3fa23b71a5726d2d52e1c60e085 4RMD160 (tcsh-6.21.00.tar.gz) = 665d522ded31e3fa23b71a5726d2d52e1c60e085
5SHA512 (tcsh-6.21.00.tar.gz) = d7f46588a35b9cd01cfa33d0f9bbae09e9692605b5c045c2b58e66dba958ab904ddfe45aa7361767034e6cc03a34ad9ba4d14fa836df723bade29f3f6a18a46c 5SHA512 (tcsh-6.21.00.tar.gz) = d7f46588a35b9cd01cfa33d0f9bbae09e9692605b5c045c2b58e66dba958ab904ddfe45aa7361767034e6cc03a34ad9ba4d14fa836df723bade29f3f6a18a46c
6Size (tcsh-6.21.00.tar.gz) = 1001909 bytes 6Size (tcsh-6.21.00.tar.gz) = 1001909 bytes
7SHA1 (patch-aa) = 6ec2bcee6029e733743a73d267aa51bfcc898843 7SHA1 (patch-aa) = 6ec2bcee6029e733743a73d267aa51bfcc898843
8SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2 8SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2
9SHA1 (patch-configure) = 91c2019da8c074bd6f24b84bf798ccd497110727 9SHA1 (patch-configure) = 6970c041a66910325d1fb53ebf8ab3627d764778
10SHA1 (patch-nls_Makefile.in) = 58d859e8a50e6436b9bc6514497eb876426d92d7 10SHA1 (patch-nls_Makefile.in) = 58d859e8a50e6436b9bc6514497eb876426d92d7
11SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e 11SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e

cvs diff -r1.1 -r1.2 pkgsrc/shells/tcsh/patches/Attic/patch-configure (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/patches/Attic/patch-configure 2013/04/02 20:37:55 1.1
+++ pkgsrc/shells/tcsh/patches/Attic/patch-configure 2019/05/09 11:46:21 1.2
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1$NetBSD: patch-configure,v 1.1 2013/04/02 20:37:55 bsiegert Exp $ 1$NetBSD: patch-configure,v 1.2 2019/05/09 11:46:21 leot Exp $
2 2
3Add support for MirBSD systems. 3Add support for MirBSD systems.
 4
4--- configure.orig Tue Mar 5 20:51:17 2013 5--- configure.orig Tue Mar 5 20:51:17 2013
5+++ configure 6+++ configure
6@@ -2801,6 +2801,11 @@ case "${host}" in 7@@ -2801,6 +2801,11 @@ case "${host}" in
7 tcsh_config_file=bsd4.4 8 tcsh_config_file=bsd4.4
8 ;; 9 ;;
9  10
10+ ## MirBSD systems 11+ ## MirBSD systems
11+ *-*-mirbsd*) 12+ *-*-mirbsd*)
12+ tcsh_config_file=bsd4.4 13+ tcsh_config_file=bsd4.4
13+ ;; 14+ ;;
14+ 15+
15 ## OpenBSD systems 16 ## OpenBSD systems
16 *-*-openbsd*) 17 *-*-openbsd*)