summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-11-30 23:01:17 +0000
committerhubertf <hubertf>2001-11-30 23:01:17 +0000
commit54adcfeada001190a5cb50e0a20ded210e39ef1f (patch)
tree8bc14c06c9ce5a4064d9d757accd720905bd9f29 /chat/silc-client
parent01b1121cfa2b7d7c74ef7c6327a5a758933fd5f0 (diff)
downloadpkgsrc-54adcfeada001190a5cb50e0a20ded210e39ef1f.tar.gz
Update to 0.6.6nb1: suppress an annoying warning on startup
patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/Makefile7
-rw-r--r--chat/silc-client/distinfo3
-rw-r--r--chat/silc-client/patches/patch-ac12
3 files changed, 17 insertions, 5 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index f5efc2b5daa..caf36613581 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 16:17:43 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/30 23:01:17 hubertf Exp $
DISTNAME= silc-client-0.6.6
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://ftp.silcnet.org/client/sources/ \
ftp://ftp.silcnet.org/silc/client/sources/ \
@@ -24,9 +25,7 @@ USE_BUILDLINK_ONLY= yes
.include "../../mk/bsd.prefs.mk"
-.ifndef PKG_SYSCONFSUBDIR
-PKG_SYSCONFSUBDIR= silc
-.endif
+PKG_SYSCONFSUBDIR?= silc
CONFIGURE_ARGS+= --with-helpdir=${PREFIX}/share/silc/help \
--with-docdir=${PREFIX}/share/doc/silc \
diff --git a/chat/silc-client/distinfo b/chat/silc-client/distinfo
index d1f26f86196..e1ca1380578 100644
--- a/chat/silc-client/distinfo
+++ b/chat/silc-client/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/11/29 16:17:43 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2001/11/30 23:01:17 hubertf Exp $
SHA1 (silc-client-0.6.6.tar.bz2) = 9f5cd7ee8d87d072dc0e59d67bd6c97d966ab437
Size (silc-client-0.6.6.tar.bz2) = 1106953 bytes
SHA1 (patch-aa) = 3ed8917c9e642eba503a32993a5016605084ccb2
SHA1 (patch-ab) = 9aee9c5b74f0c59ae38a89f339bb0d5a96e789d6
+SHA1 (patch-ac) = 27a0fb7c760c3fff2327af4b3d43060d60542749
diff --git a/chat/silc-client/patches/patch-ac b/chat/silc-client/patches/patch-ac
new file mode 100644
index 00000000000..065d43e1ccd
--- /dev/null
+++ b/chat/silc-client/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2001/11/30 23:01:18 hubertf Exp $
+
+--- irssi/config.orig Fri Nov 30 02:18:01 2001
++++ irssi/config Fri Nov 30 02:18:19 2001
+@@ -57,7 +57,6 @@
+ use_msgs_window = "no";
+ autocreate_windows = "no";
+ autocreate_query_level = "none";
+- use_auto_addr = "no";
+ };
+ "fe-text" = { topicbar = "no"; mail_counter = "yes"; indent = "8"; };
+ };