pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/tcsh tcsh: Remove unnecessary patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0354ab80f7ba
branches:  trunk
changeset: 769290:0354ab80f7ba
user:      kim <kim%pkgsrc.org@localhost>
date:      Thu Nov 11 14:03:13 2021 +0000

description:
tcsh: Remove unnecessary patch

diffstat:

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

diffs (38 lines):

diff -r 8dda1765934a -r 0354ab80f7ba shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Thu Nov 11 13:20:12 2021 +0000
+++ b/shells/tcsh/distinfo      Thu Nov 11 14:03:13 2021 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.50 2021/11/11 13:20:12 kim Exp $
+$NetBSD: distinfo,v 1.51 2021/11/11 14:03:13 kim Exp $
 
 BLAKE2s (tcsh-6.23.00.tar.gz) = a61b142efc2ca927cb33ea4eb87c0530cacc0c79ff1c30d5e9022a4404cef72d
 SHA512 (tcsh-6.23.00.tar.gz) = 8ea491e9409f12ab113bf5551398cb827692a50340318b050d0f8278d3cd9c133ba89a407dc692d9c4bd69957ecd6d4d92db7ccfacc7064ace3b09e3bd562f30
 Size (tcsh-6.23.00.tar.gz) = 1010250 bytes
 SHA1 (patch-Makefile.in) = 6ec2bcee6029e733743a73d267aa51bfcc898843
 SHA1 (patch-config_f.h) = 715d939e8a8f4917bd219dccd91d5c49ae502939
-SHA1 (patch-configure) = 6970c041a66910325d1fb53ebf8ab3627d764778
 SHA1 (patch-nls_Makefile.in) = 58d859e8a50e6436b9bc6514497eb876426d92d7
 SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e
 SHA1 (patch-tc.alloc.c) = 14c19c860b1a963428cce77b23df4a250abd4561
diff -r 8dda1765934a -r 0354ab80f7ba shells/tcsh/patches/patch-configure
--- a/shells/tcsh/patches/patch-configure       Thu Nov 11 13:20:12 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-configure,v 1.2 2019/05/09 11:46:21 leot 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



Home | Main Index | Thread Index | Old Index