summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authortonnerre <tonnerre>2009-01-12 07:15:50 +0000
committertonnerre <tonnerre>2009-01-12 07:15:50 +0000
commit18dedcf36587c65e0f43f5157649996d21703a9b (patch)
tree02aeebeb0cc896a619da3f07db5fb4404255e37e /chat/silc-client
parentd28b8ec7924ffeeaaf924b0a56f4d56adb7951ce (diff)
downloadpkgsrc-18dedcf36587c65e0f43f5157649996d21703a9b.tar.gz
And now add the PERLIO_INIT fix for silc-client as well.
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/Makefile3
-rw-r--r--chat/silc-client/distinfo3
-rw-r--r--chat/silc-client/patches/patch-af13
3 files changed, 17 insertions, 2 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 671dc325d6c..097e1c7c92c 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -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 --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo
index f707d4e2185..03d211d8cb8 100644
--- a/chat/silc-client/distinfo
+++ b/chat/silc-client/distinfo
@@ -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-ab) = 873c65a78da7195b8baddb33d1c71300fce704f1
SHA1 (patch-ac) = 576299d98ea63f6c42cc341bf31ad7ec903f93c8
SHA1 (patch-ad) = 490e3b2a99e14683b9a0005494d29b5a91186755
SHA1 (patch-ae) = b437cb3433093592573802e70b600c7556ee5834
+SHA1 (patch-af) = 29738fac989989fdd2a8865f9f5e2b3ea2ed7198
diff --git a/chat/silc-client/patches/patch-af b/chat/silc-client/patches/patch-af
new file mode 100644
index 00000000000..5f7c384a726
--- /dev/null
+++ b/chat/silc-client/patches/patch-af
@@ -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)