diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-11-30 23:01:17 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-11-30 23:01:17 +0000 |
commit | 85c15b1d18988abfd2df67d402e078597179fc0d (patch) | |
tree | 8bc14c06c9ce5a4064d9d757accd720905bd9f29 | |
parent | 6e978a1a02b642c6c33f6d4ad719cf5c90a769ef (diff) | |
download | pkgsrc-85c15b1d18988abfd2df67d402e078597179fc0d.tar.gz |
Update to 0.6.6nb1: suppress an annoying warning on startup
patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
-rw-r--r-- | chat/silc-client/Makefile | 7 | ||||
-rw-r--r-- | chat/silc-client/distinfo | 3 | ||||
-rw-r--r-- | chat/silc-client/patches/patch-ac | 12 |
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"; }; + }; |