summaryrefslogtreecommitdiff
path: root/chat/bitchx/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-01-31 00:17:45 +0000
committersalo <salo@pkgsrc.org>2003-01-31 00:17:45 +0000
commit0de9dffc6a25d2d7873e5b296ab5c00258fb493d (patch)
tree82308d2a2d04035d6d0fabc667b919e8bc4cf85d /chat/bitchx/patches
parent23337923f07157fe3dc0ccbabe66965bbbd30644 (diff)
downloadpkgsrc-0de9dffc6a25d2d7873e5b296ab5c00258fb493d.tar.gz
Update to version 1.0c19.
Changes unknown. Based on PR pkg/19296 from Juan RP.
Diffstat (limited to 'chat/bitchx/patches')
-rw-r--r--chat/bitchx/patches/patch-aa10
-rw-r--r--chat/bitchx/patches/patch-ab17
-rw-r--r--chat/bitchx/patches/patch-ac19
-rw-r--r--chat/bitchx/patches/patch-ad8
-rw-r--r--chat/bitchx/patches/patch-ae12
-rw-r--r--chat/bitchx/patches/patch-af22
6 files changed, 51 insertions, 37 deletions
diff --git a/chat/bitchx/patches/patch-aa b/chat/bitchx/patches/patch-aa
index 3a0eb0bf413..5f0e9cdedbd 100644
--- a/chat/bitchx/patches/patch-aa
+++ b/chat/bitchx/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2001/02/08 14:56:16 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2003/01/31 00:17:45 salo Exp $
---- configure.orig Mon Jan 8 02:24:22 2001
-+++ configure Mon Jan 15 12:58:42 2001
-@@ -12004,7 +12004,7 @@
+--- configure.orig Sun Mar 24 10:30:49 2002
++++ configure Thu Jan 30 23:30:53 2003
+@@ -14756,7 +14756,7 @@
mandir="\$(IRCLIB)"
else
INSTALL_IRC="\${bindir}/\$(_VERSION_)\$(EXEEXT)"
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2001/02/08 14:56:16 wiz Exp $
IRCPATH="\$(DEFAULT_CTOOLZ_DIR):\$(DEFAULT_CTOOLZ_DIR)/plugins:.:\$(PLUGINDIR):\$(INSTALL_SCRIPT):\$(IRCLIB)"
TRANSLATION_PATH="\$(IRCLIB)/translation"
HELPDIR="\$(IRCLIB)/help"
-@@ -12012,7 +12012,7 @@
+@@ -14764,7 +14764,7 @@
INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)"
INSTALL_SCRIPT="\$(IRCLIB)/script"
INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(HELPDIR)"
diff --git a/chat/bitchx/patches/patch-ab b/chat/bitchx/patches/patch-ab
index 5521f65da3f..6f270dfd388 100644
--- a/chat/bitchx/patches/patch-ab
+++ b/chat/bitchx/patches/patch-ab
@@ -1,17 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2003/01/31 00:17:45 salo Exp $
---- include/config.h.orig Tue Oct 24 20:24:43 2000
-+++ include/config.h Tue Oct 24 20:25:52 2000
-@@ -34,7 +34,7 @@
- * too peruse this function all you like. It's not a BACKDOOR in any way,
- * shape or form.
- */
--#define WANT_NOTIFY_BITCHX_COM ON
-+#undef WANT_NOTIFY_BITCHX_COM
-
-
- /*
-@@ -307,7 +307,7 @@
+--- include/config.h.orig Sun Mar 24 10:31:04 2002
++++ include/config.h Thu Jan 30 23:32:52 2003
+@@ -309,7 +309,7 @@
* This is recommended when you want to start BitchX in an xterm without
* the usage of the special "vga"-font.
*/
diff --git a/chat/bitchx/patches/patch-ac b/chat/bitchx/patches/patch-ac
index 9c00ae54e62..e50f4cfcd3b 100644
--- a/chat/bitchx/patches/patch-ac
+++ b/chat/bitchx/patches/patch-ac
@@ -1,13 +1,12 @@
-$NetBSD: patch-ac,v 1.3 2001/09/30 13:52:58 blymn Exp $
+$NetBSD: patch-ac,v 1.4 2003/01/31 00:17:45 salo Exp $
---- source/term.c.orig Mon Jan 8 16:54:22 2001
-+++ source/term.c
-@@ -819,14 +819,14 @@
- #ifndef WTERM_C
+--- source/term.c.orig Thu Feb 28 05:22:51 2002
++++ source/term.c Thu Jan 30 23:27:35 2003
+@@ -824,13 +824,14 @@
int i;
int desired;
--
-+ char *t2ptr;
+
++ char *t2ptr;
#if !defined(__EMX__) && !defined(WINNT) && !defined(GUI)
memset(current_term, 0, sizeof(struct term_struct));
@@ -19,11 +18,13 @@ $NetBSD: patch-ac,v 1.3 2001/09/30 13:52:58 blymn Exp $
if (!term && !(term = getenv("TERM")))
{
fprintf(stderr, "\n");
-@@ -873,11 +873,15 @@
+@@ -877,13 +878,15 @@
}
else
{
-- cval = Tgetstr(tcaps[i], termcap2);
+- char *tmp = termcap2;
+-
+- cval = Tgetstr(tcaps[i], tmp);
+ cval = Tgetstr(tcaps[i], t2ptr);
+#ifdef HAVE_TERMINFO
if (cval == (char *) -1)
diff --git a/chat/bitchx/patches/patch-ad b/chat/bitchx/patches/patch-ad
index 31822c92109..a23c50ed640 100644
--- a/chat/bitchx/patches/patch-ad
+++ b/chat/bitchx/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2002/09/09 18:04:19 wiz Exp $
+$NetBSD: patch-ad,v 1.2 2003/01/31 00:17:45 salo Exp $
---- source/screen.c.orig Mon Jan 8 07:24:22 2001
-+++ source/screen.c
-@@ -2971,6 +2971,8 @@ static char retbuf[512];
+--- source/screen.c.orig Thu Feb 28 05:22:50 2002
++++ source/screen.c Thu Jan 30 23:34:33 2003
+@@ -2975,6 +2975,8 @@
if (back == 58)
strcat(retbuf, current_term->TI_sgrstrs[TERM_SGR_BLINK_ON - 1]);
diff --git a/chat/bitchx/patches/patch-ae b/chat/bitchx/patches/patch-ae
index 2940c542006..708f0a6ad88 100644
--- a/chat/bitchx/patches/patch-ae
+++ b/chat/bitchx/patches/patch-ae
@@ -1,10 +1,10 @@
-$NetBSD: patch-ae,v 1.1 2002/11/06 00:59:31 grant Exp $
+$NetBSD: patch-ae,v 1.2 2003/01/31 00:17:45 salo Exp $
---- doc/BitchX.1.orig Mon Jan 8 17:24:22 2001
-+++ doc/BitchX.1
-@@ -171,14 +171,14 @@ is not there, this file is loaded on sta
+--- doc/BitchX.1.orig Sat Mar 31 00:58:28 2001
++++ doc/BitchX.1 Thu Jan 30 23:37:53 2003
+@@ -167,14 +167,14 @@
.I ~/.ircservers
- contains a list of IRC servers to cycle through.
+ Contains a list of IRC servers to cycle through.
.TP
-.I /usr/local/lib/bx/
+.I @PREFIX@/share/bx/
@@ -19,7 +19,7 @@ $NetBSD: patch-ae,v 1.1 2002/11/06 00:59:31 grant Exp $
.TP
.I ~/.BitchX/BitchX.formats
Personal
-@@ -186,12 +186,12 @@ Personal
+@@ -182,12 +182,12 @@
display formats.
.TP
.I ~/.BitchX/BitchX.reasons
diff --git a/chat/bitchx/patches/patch-af b/chat/bitchx/patches/patch-af
new file mode 100644
index 00000000000..27193d30776
--- /dev/null
+++ b/chat/bitchx/patches/patch-af
@@ -0,0 +1,22 @@
+$NetBSD: patch-af,v 1.1 2003/01/31 00:17:45 salo Exp $
+
+--- Makefile.in.orig Mon Mar 5 20:30:04 2001
++++ Makefile.in Fri Jan 31 00:35:17 2003
+@@ -231,7 +231,7 @@
+ $(INSTALL_DATA) $(top_srcdir)/BitchX.ircnames $(IRCLIB)/$(DEFAULT_BITCHX_IRCNAME_FILE)
+ $(INSTALL_DATA) $(top_srcdir)/BitchX.quit $(IRCLIB)/$(DEFAULT_BITCHX_QUIT_FILE)
+ $(INSTALL_DATA) $(top_srcdir)/BitchX.reasons $(IRCLIB)/$(DEFAULT_BITCHX_KICK_FILE)
+- $(WINNT_INSTALL)
++ $(INSTALL_DATA) $(top_srcdir)/doc/BitchX.doc $(IRCLIB)
+
+ install_local: all local_installdirs installdll_local
+ $(INSTALL) source/$(_VERSION_)$(EXEEXT) $(local_dir)/bin/$(VERSION)$(EXEEXT)
+@@ -302,8 +302,6 @@
+ done; \
+ fi; \
+ )
+- (find $(mandir)/man1/BitchX.1 -type f ! -name '*.bz2' ! -name '*.gz' -name '*' | \
+- (xargs bzip2 -9f || xargs gzip -9f) || :) 2>/dev/null
+
+ installdirs:
+ umask 022; $(top_srcdir)/mkinstalldirs $(bindir) $(IRCLIB) $(mandir)/man1 $(TRANSLATION_PATH) $(INSTALL_SCRIPT) $(HELPDIR)