summaryrefslogtreecommitdiff
path: root/chat/silc-client/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-11-01 16:45:13 +0000
committersalo <salo@pkgsrc.org>2003-11-01 16:45:13 +0000
commit32a0b53a9a4296f68d7397d7cf3a378133a773c2 (patch)
tree50f67ee4bf50d3bbfafe2f6824e48fa0c5c1ca6f /chat/silc-client/Makefile
parentd963b28e1a0c9e83377d01559325720a0a18d7a0 (diff)
downloadpkgsrc-32a0b53a9a4296f68d7397d7cf3a378133a773c2.tar.gz
Update to version 0.9.15.
- added dependency on p5-File-MMagic if perl support enabled (for MMSG support) Changes: - Fixed race condition between silc_client_init and my_silc_scheduler. - Take reference of the socket in the parser context, as it's possible to have the parsers in queue after the socket is disconnected and this may cause crash. - Check that packet queue purging was successful. - Optimized the socket referencing in packet routines. - Resolve the IP for file transfer listener from the connection socket. - Added LISTKEYS command which can be used to list server and client public keys from the ~./silc directory. See /HELP LISTKEYS. - Improved the MMSG command. It now supports the target so it can be used to send private messages too without opening a windows. It also detects the MIME type now automatically. Support for digitally signing the messages was also added. See /HELP MMSG, the help file is there now. :) Replace the old silc-mime.pl script with the new one to take advantage of all new features. - Added /MMSG command help file.
Diffstat (limited to 'chat/silc-client/Makefile')
-rw-r--r--chat/silc-client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 6bf3125de7d..54c3f7e03b4 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/10/16 12:34:50 salo Exp $
+# $NetBSD: Makefile,v 1.29 2003/11/01 16:45:13 salo Exp $
#
DISTNAME= ${SILC_CLIENT_DISTNAME}
@@ -65,6 +65,7 @@ CONFIGURE_ARGS+= --enable-ipv6
.if defined(SILC_CLIENT_WITH_PERL) && !empty(SILC_CLIENT_WITH_PERL:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/silc/perl5
.include "../../lang/perl5/buildlink2.mk"
+DEPENDS+= p5-File-MMagic>=1.20:../../misc/p5-File-MMagic
PLIST_SRC+= ${PKGDIR}/PLIST.perl
.else
CONFIGURE_ARGS+= --with-perl=no