summaryrefslogtreecommitdiff
path: root/chat/silc-client/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-01-26 18:30:08 +0000
committerhubertf <hubertf@pkgsrc.org>2002-01-26 18:30:08 +0000
commit613737d6e168220e3e8d762d16095683800e97e1 (patch)
treeed31f026ccb463d34f825d730e98374b356bcba2 /chat/silc-client/patches
parent0414a1ce6c69f8f760f811ce3460df571f46a14e (diff)
downloadpkgsrc-613737d6e168220e3e8d762d16095683800e97e1.tar.gz
Update silc-client to 0.7.3. Changes:
changes in the package: - patch-ab is no longer needed, integrated into distribution. patch-ac has been moved in it's place - minor change in Makefile, long transscription of ${PKG_SYSCONFDIR} was changed into one variable - patch-aa was modified to follow change in Makefile.in changes in the silc-client: 0.7.3: This version fixes the NICK command to always give the unformatted nickname, instead of possibility of formatted nickname, fixes the GETKEY command to save the public key to correct filename, and to first resolve the client information and server information only if client was not found. The public keys are now (when connecting to server for first time) saved with using the IP address of the server, instead of the hostname of the server. The old hostname format is used as a fall back method if the IP address based filename could not be found. Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15380
Diffstat (limited to 'chat/silc-client/patches')
-rw-r--r--chat/silc-client/patches/patch-aa8
-rw-r--r--chat/silc-client/patches/patch-ab23
-rw-r--r--chat/silc-client/patches/patch-ac13
3 files changed, 16 insertions, 28 deletions
diff --git a/chat/silc-client/patches/patch-aa b/chat/silc-client/patches/patch-aa
index d084b49b997..29d532bbc99 100644
--- a/chat/silc-client/patches/patch-aa
+++ b/chat/silc-client/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 2002/01/14 21:16:01 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 2002/01/26 18:30:09 hubertf Exp $
---- Makefile.in.orig Sat Jan 5 13:47:56 2002
-+++ Makefile.in Sat Jan 5 14:16:11 2002
+--- Makefile.in.orig Tue Jan 22 20:30:22 2002
++++ Makefile.in Wed Jan 23 16:29:41 2002
@@ -529,24 +529,13 @@
install-dirs:
@@ -17,7 +17,7 @@ $NetBSD: patch-aa,v 1.3 2002/01/14 21:16:01 hubertf Exp $
- fi
-
-sim-install:
-- -cp -fRL $(srcdir)/lib/silcsim/*.so $(modulesdir)/
+- $(INSTALL_DATA) $(srcdir)/lib/silcsim/*.so $(modulesdir)/
doc-install:
$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/
diff --git a/chat/silc-client/patches/patch-ab b/chat/silc-client/patches/patch-ab
index cdd40ce5c22..c11cc50e1ac 100644
--- a/chat/silc-client/patches/patch-ab
+++ b/chat/silc-client/patches/patch-ab
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2001/12/21 20:48:30 hubertf Exp $
+$NetBSD: patch-ab,v 1.3 2002/01/26 18:30:09 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"; };
- };
+--- irssi/src/fe-text/Makefile.in.orig Sat Jan 5 13:48:19 2002
++++ irssi/src/fe-text/Makefile.in Sat Jan 5 14:07:17 2002
+@@ -170,8 +170,6 @@
+ -DLOCALEDIR=\""$(datadir)/locale"\"
+
+
+-silc_DEPENDENCIES = @COMMON_LIBS@
+-
+ LIBS = $(SILC_COMMON_LIBS)
+ silc_LDADD = \
+ @COMMON_LIBS@ \
diff --git a/chat/silc-client/patches/patch-ac b/chat/silc-client/patches/patch-ac
deleted file mode 100644
index 6199556ff58..00000000000
--- a/chat/silc-client/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2002/01/14 21:16:46 hubertf Exp $
-
---- irssi/src/fe-text/Makefile.in.orig Sat Jan 5 13:48:19 2002
-+++ irssi/src/fe-text/Makefile.in Sat Jan 5 14:07:17 2002
-@@ -170,8 +170,6 @@
- -DLOCALEDIR=\""$(datadir)/locale"\"
-
-
--silc_DEPENDENCIES = @COMMON_LIBS@
--
- LIBS = $(SILC_COMMON_LIBS)
- silc_LDADD = \
- @COMMON_LIBS@ \