pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/silc-client Update to version 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee70ae0bfeff
branches:  trunk
changeset: 463795:ee70ae0bfeff
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Nov 27 12:40:53 2003 +0000

description:
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:

 chat/silc-client/Makefile        |  6 +++++-
 chat/silc-client/Makefile.common |  4 ++--
 chat/silc-client/distinfo        |  6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 5321c57a4956 -r ee70ae0bfeff chat/silc-client/Makefile
--- a/chat/silc-client/Makefile Thu Nov 27 09:55:27 2003 +0000
+++ b/chat/silc-client/Makefile Thu Nov 27 12:40:53 2003 +0000
@@ -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 @@
 # 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 -r 5321c57a4956 -r ee70ae0bfeff chat/silc-client/Makefile.common
--- a/chat/silc-client/Makefile.common  Thu Nov 27 09:55:27 2003 +0000
+++ b/chat/silc-client/Makefile.common  Thu Nov 27 12:40:53 2003 +0000
@@ -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 -r 5321c57a4956 -r ee70ae0bfeff chat/silc-client/distinfo
--- a/chat/silc-client/distinfo Thu Nov 27 09:55:27 2003 +0000
+++ b/chat/silc-client/distinfo Thu Nov 27 12:40:53 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index