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/30d976e75696
branches:  trunk
changeset: 769291:30d976e75696
user:      kim <kim%pkgsrc.org@localhost>
date:      Thu Nov 11 14:10:25 2021 +0000

description:
tcsh: Remove unnecessary patch

diffstat:

 shells/tcsh/distinfo                 |   3 +--
 shells/tcsh/patches/patch-tc.alloc.c |  20 --------------------
 2 files changed, 1 insertions(+), 22 deletions(-)

diffs (38 lines):

diff -r 0354ab80f7ba -r 30d976e75696 shells/tcsh/distinfo
--- a/shells/tcsh/distinfo      Thu Nov 11 14:03:13 2021 +0000
+++ b/shells/tcsh/distinfo      Thu Nov 11 14:10:25 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.51 2021/11/11 14:03:13 kim Exp $
+$NetBSD: distinfo,v 1.52 2021/11/11 14:10:25 kim Exp $
 
 BLAKE2s (tcsh-6.23.00.tar.gz) = a61b142efc2ca927cb33ea4eb87c0530cacc0c79ff1c30d5e9022a4404cef72d
 SHA512 (tcsh-6.23.00.tar.gz) = 8ea491e9409f12ab113bf5551398cb827692a50340318b050d0f8278d3cd9c133ba89a407dc692d9c4bd69957ecd6d4d92db7ccfacc7064ace3b09e3bd562f30
@@ -7,4 +7,3 @@
 SHA1 (patch-config_f.h) = 715d939e8a8f4917bd219dccd91d5c49ae502939
 SHA1 (patch-nls_Makefile.in) = 58d859e8a50e6436b9bc6514497eb876426d92d7
 SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e
-SHA1 (patch-tc.alloc.c) = 14c19c860b1a963428cce77b23df4a250abd4561
diff -r 0354ab80f7ba -r 30d976e75696 shells/tcsh/patches/patch-tc.alloc.c
--- a/shells/tcsh/patches/patch-tc.alloc.c      Thu Nov 11 14:03:13 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-tc.alloc.c,v 1.3 2020/07/14 21:48:30 christos Exp $
-
-Fix static linking since NetBSD's libc needs these for pthread_atfork();
-
---- tc.alloc.c.orig    2019-12-04 12:51:54.000000000 -0500
-+++ tc.alloc.c 2020-07-14 17:42:39.103744313 -0400
-@@ -655,3 +655,13 @@
-     USE(c);
-     USE(v);
- }
-+
-+#ifndef SYSMALLOC
-+/* jemalloc defines these */
-+void _malloc_prefork(void);
-+void _malloc_postfork(void);
-+void _malloc_postfork_child(void);
-+void _malloc_prefork(void) {}
-+void _malloc_postfork(void) {}
-+void _malloc_postfork_child(void) {}
-+#endif



Home | Main Index | Thread Index | Old Index