pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/silc-client And now add the PERLIO_INIT fix for s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af46e725c21e
branches:  trunk
changeset: 552932:af46e725c21e
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Mon Jan 12 07:15:50 2009 +0000

description:
And now add the PERLIO_INIT fix for silc-client as well.

diffstat:

 chat/silc-client/Makefile         |   3 ++-
 chat/silc-client/distinfo         |   3 ++-
 chat/silc-client/patches/patch-af |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 61c40c22ecf6 -r af46e725c21e chat/silc-client/Makefile
--- a/chat/silc-client/Makefile Mon Jan 12 06:47:05 2009 +0000
+++ b/chat/silc-client/Makefile Mon Jan 12 07:15:50 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2009/01/12 06:46:43 tonnerre Exp $
+# $NetBSD: Makefile,v 1.52 2009/01/12 07:15:50 tonnerre Exp $
 #
 
 DISTNAME=              ${SILC_CLIENT_DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            chat security
 MASTER_SITES=          http://www.silcnet.org/download/client/sources/ \
                        ftp://ftp.silcnet.org/silc/client/sources/ \
diff -r 61c40c22ecf6 -r af46e725c21e chat/silc-client/distinfo
--- a/chat/silc-client/distinfo Mon Jan 12 06:47:05 2009 +0000
+++ b/chat/silc-client/distinfo Mon Jan 12 07:15:50 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2009/01/12 06:46:43 tonnerre Exp $
+$NetBSD: distinfo,v 1.34 2009/01/12 07:15:50 tonnerre Exp $
 
 SHA1 (silc-client-1.1.7.tar.bz2) = 3d6ebdeaea98a728cd225114c972116c8746fb72
 RMD160 (silc-client-1.1.7.tar.bz2) = 06bb20b4ee795b814fc0fb73c07b3ae19b9b4e71
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = 576299d98ea63f6c42cc341bf31ad7ec903f93c8
 SHA1 (patch-ad) = 490e3b2a99e14683b9a0005494d29b5a91186755
 SHA1 (patch-ae) = b437cb3433093592573802e70b600c7556ee5834
+SHA1 (patch-af) = 29738fac989989fdd2a8865f9f5e2b3ea2ed7198
diff -r 61c40c22ecf6 -r af46e725c21e chat/silc-client/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/silc-client/patches/patch-af Mon Jan 12 07:15:50 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.3 2009/01/12 07:15:50 tonnerre Exp $
+
+--- apps/irssi/src/perl/perl-core.c.orig       2008-12-04 13:45:24.000000000 +0100
++++ apps/irssi/src/perl/perl-core.c
+@@ -452,6 +452,8 @@ void perl_core_init(void)
+       perl_signals_init();
+         signal_add_last("script error", (SIGNAL_FUNC) sig_script_error);
+ 
++      PERLIO_INIT;
++
+       perl_scripts_init();
+ 
+       if (irssi_init_finished)



Home | Main Index | Thread Index | Old Index