summaryrefslogtreecommitdiff
path: root/chat/silc-client/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-08 23:53:53 +0000
committersalo <salo@pkgsrc.org>2003-01-08 23:53:53 +0000
commit35b6872ecabeff191f2c44004eb1ea2da56c4992 (patch)
tree803d29d7d6a5b3cdca7aec22e43b1e8d124d1480 /chat/silc-client/Makefile
parentee26c7d6af7041c7c81015118db27f9c423d05cf (diff)
downloadpkgsrc-35b6872ecabeff191f2c44004eb1ea2da56c4992.tar.gz
Update to version 0.9.11
IMPORTANT NOTE: This version does not include backwards support for the old style SILC private key so if you skipped 0.9.10 version you won't be able to run this client without generating new key pair. Changes between 0.9.10 and 0.9.11 ================================= * workaround a bug in GCC which causes memory exhaustion when compiling sha1 with optimizations on UltraSPARC. from openbsd * Don't display "foo appears as foo\nYou're now known as foo" messages. * Do not print the nickname in SERVER_SIGNOFF if we do not have it. Prevents asserts in Irssi core. It is possible we don't have the nick if it was just being resolved when server signoff. * Prevent endless resolving of user informations in USERS command by checking the command reply status correctly. * Don't print signed messages when sending failed. * Send adequate signal when founding a channel by joing it. * Make GETKEY to update the client entrys fingerprint too. * Fixed autonick crashbug in client library. * Fix theme abstracts parsing. * Fixed double free in SKE library error hadling when signature error occurred.
Diffstat (limited to 'chat/silc-client/Makefile')
-rw-r--r--chat/silc-client/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 45a813059ea..97817ae728d 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2002/12/06 19:51:25 salo Exp $
+# $NetBSD: Makefile,v 1.20 2003/01/08 23:53:53 salo Exp $
-DISTNAME= silc-client-0.9.10
+DISTNAME= silc-client-0.9.11
CATEGORIES= chat security
MASTER_SITES= http://www.silcnet.org/download/client/sources/ \
ftp://ftp.silcnet.org/silc/client/sources/ \
http://www.fi.silcnet.org/download/client/sources/ \
ftp://ftp.au.silcnet.org/pub/silcnet/client/sources/ \
- http://www.us.silcnet.org/download/client/sources/ \
- ftp://ftp.no.silcnet.org/pub/silc/client/sources/ \
http://www.at.silcnet.org/download/client/sources/
EXTRACT_SUFX= .tar.bz2
@@ -15,11 +13,11 @@ MAINTAINER= salo@netbsd.org
HOMEPAGE= http://www.silcnet.org/
COMMENT= Client for the Secure Internet Live Conferencing (SILC) protocol
-GNU_CONFIGURE= # defined
-USE_GMAKE= # defined
-USE_GNU_ICONV= # defined
-USE_BUILDLINK2= # defined
-USE_LIBTOOL= # defined
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_GNU_ICONV= YES
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/irssi/libtool \
${WRKSRC}/lib/silcmath/mpi/libtool
@@ -41,6 +39,7 @@ CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-simdir=${PREFIX}/lib/silc/modules
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-terminfo
+CONFIGURE_ARGS+= --without-libtoolfix
# Use native curses library.
.if (${OPSYS} == "NetBSD") || (${OPSYS} == "SunOS")