summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2021-11-11 14:03:13 +0000
committerkim <kim@pkgsrc.org>2021-11-11 14:03:13 +0000
commitc51db7e5568d46996f5bd96f42cb3022a3691da4 (patch)
treec6aa8f6518512b58b18788c80a4f0c0844602154 /shells
parent6dfc46f969a0bd0e2e09c08e10b3089dc8bcbdf6 (diff)
downloadpkgsrc-c51db7e5568d46996f5bd96f42cb3022a3691da4.tar.gz
tcsh: Remove unnecessary patch
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/distinfo3
-rw-r--r--shells/tcsh/patches/patch-configure18
2 files changed, 1 insertions, 20 deletions
diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo
index a256a6e6ceb..bc6a0aa47e2 100644
--- a/shells/tcsh/distinfo
+++ b/shells/tcsh/distinfo
@@ -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 --git a/shells/tcsh/patches/patch-configure b/shells/tcsh/patches/patch-configure
deleted file mode 100644
index 60926668d28..00000000000
--- a/shells/tcsh/patches/patch-configure
+++ /dev/null
@@ -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