diff options
author | salo <salo@pkgsrc.org> | 2003-11-27 12:40:53 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-11-27 12:40:53 +0000 |
commit | fb9eda97eee57366222bc8a1fe875321716115ba (patch) | |
tree | da18b915a1f03039c703f60f668b1c73c1ef7325 /chat/silc-client | |
parent | 58608adddc896f59802b6460e365fe75edf458fa (diff) | |
download | pkgsrc-fb9eda97eee57366222bc8a1fe875321716115ba.tar.gz |
Update to version 1.0
Changes:
- disable perl support. it's broken and needs patches for lang/perl5[8] which
won't be applied during the freeze
1.0:
====
- Help file updates.
Diffstat (limited to 'chat/silc-client')
-rw-r--r-- | chat/silc-client/Makefile | 6 | ||||
-rw-r--r-- | chat/silc-client/Makefile.common | 4 | ||||
-rw-r--r-- | chat/silc-client/distinfo | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index 54c3f7e03b4..8e2c5a42391 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2003/11/01 16:45:13 salo Exp $ +# $NetBSD: Makefile,v 1.30 2003/11/27 12:40:53 salo Exp $ # DISTNAME= ${SILC_CLIENT_DISTNAME} @@ -61,7 +61,11 @@ CONFIGURE_ARGS+= --enable-ipv6 # Optional support for perl scripting. # If you want to disable it, set SILC_CLIENT_WITH_PERL to NO # in your /etc/mk.conf + +# XXX: perl support is currently broken (bug in perl) so disable it. # +SILC_CLIENT_WITH_PERL= NO + .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" diff --git a/chat/silc-client/Makefile.common b/chat/silc-client/Makefile.common index 729bc7abd24..94c0d9dbff2 100644 --- a/chat/silc-client/Makefile.common +++ b/chat/silc-client/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2003/11/18 18:14:32 salo Exp $ +# $NetBSD: Makefile.common,v 1.6 2003/11/27 12:40:53 salo Exp $ # # Distribution specific information. # -SILC_CLIENT_VERSION= 0.9.16 +SILC_CLIENT_VERSION= 1.0 SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION} SILC_CLIENT_EXTRACT_SUFX= .tar.bz2 SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX} diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo index 6458243a554..9e6f7cc9daa 100644 --- a/chat/silc-client/distinfo +++ b/chat/silc-client/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2003/11/18 18:14:32 salo Exp $ +$NetBSD: distinfo,v 1.24 2003/11/27 12:40:53 salo Exp $ -SHA1 (silc-client-0.9.16.tar.bz2) = 7bf5842c9e4ba7191589ef9f7b4bd2632433d478 -Size (silc-client-0.9.16.tar.bz2) = 1551750 bytes +SHA1 (silc-client-1.0.tar.bz2) = 6f5d454110123ce5b21572c510f10f81c1c8e2b5 +Size (silc-client-1.0.tar.bz2) = 1454135 bytes SHA1 (patch-aa) = b9ae5da26840b193d3c9484c975af89294fa8049 |