diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2009-01-12 07:15:50 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2009-01-12 07:15:50 +0000 |
commit | c165c64df0c05029a053b28e7ff2e52e74c2f0f0 (patch) | |
tree | 02aeebeb0cc896a619da3f07db5fb4404255e37e /chat | |
parent | 6fa9bad13431b1ff91807f6150d3a5dee91a08ef (diff) | |
download | pkgsrc-c165c64df0c05029a053b28e7ff2e52e74c2f0f0.tar.gz |
And now add the PERLIO_INIT fix for silc-client as well.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-client/Makefile | 3 | ||||
-rw-r--r-- | chat/silc-client/distinfo | 3 | ||||
-rw-r--r-- | chat/silc-client/patches/patch-af | 13 |
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) |