summaryrefslogtreecommitdiff
path: root/chat/bitchx/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-08 14:56:16 +0000
committerwiz <wiz@pkgsrc.org>2001-02-08 14:56:16 +0000
commit700d314697d4dca841b137864ce8314a310627fd (patch)
treec238ce6549a784fd701224e051bc4c55494d88a6 /chat/bitchx/patches
parente8eaad53f0bdc3645ee6915624e5e2d38bb5de17 (diff)
downloadpkgsrc-700d314697d4dca841b137864ce8314a310627fd.tar.gz
Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967
by Jared D. McNeill who provided the update.
Diffstat (limited to 'chat/bitchx/patches')
-rw-r--r--chat/bitchx/patches/patch-aa33
-rw-r--r--chat/bitchx/patches/patch-ac24
2 files changed, 20 insertions, 37 deletions
diff --git a/chat/bitchx/patches/patch-aa b/chat/bitchx/patches/patch-aa
index fdb0ef5c2e1..3a0eb0bf413 100644
--- a/chat/bitchx/patches/patch-aa
+++ b/chat/bitchx/patches/patch-aa
@@ -1,15 +1,22 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2001/02/08 14:56:16 wiz Exp $
---- configure.orig Tue Aug 29 04:14:44 2000
-+++ configure Tue Oct 24 20:22:36 2000
-@@ -2400,7 +2400,9 @@
- havetputs=1
+--- configure.orig Mon Jan 8 02:24:22 2001
++++ configure Mon Jan 15 12:58:42 2001
+@@ -12004,7 +12004,7 @@
+ mandir="\$(IRCLIB)"
else
- rm -rf conftest*
-- blahhack=1; echo "$ac_t""no" 1>&6
-+# XXX: Force this to work
-+# blahhack=1; echo "$ac_t""no" 1>&6
-+ havetputs=1; echo "$ac_t""forced" 1>&6
- fi
- rm -f conftest*
-
+ INSTALL_IRC="\${bindir}/\$(_VERSION_)\$(EXEEXT)"
+- IRCLIB="\${libdir}/bx"
++ IRCLIB="\${datadir}/bx"
+ IRCPATH="\$(DEFAULT_CTOOLZ_DIR):\$(DEFAULT_CTOOLZ_DIR)/plugins:.:\$(PLUGINDIR):\$(INSTALL_SCRIPT):\$(IRCLIB)"
+ TRANSLATION_PATH="\$(IRCLIB)/translation"
+ HELPDIR="\$(IRCLIB)/help"
+@@ -12012,7 +12012,7 @@
+ INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)"
+ INSTALL_SCRIPT="\$(IRCLIB)/script"
+ INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(HELPDIR)"
+- PLUGINDIR="\$(IRCLIB)/plugins"
++ PLUGINDIR="\${libdir}/bx/plugins"
+ DEFAULT_CTOOLZ_DIR="~/.BitchX"
+ DEFAULT_MSGLOGFILE="BitchX.away"
+ DEFAULT_BITCHX_HELP_FILE="BitchX.help"
diff --git a/chat/bitchx/patches/patch-ac b/chat/bitchx/patches/patch-ac
deleted file mode 100644
index de0485eb7a4..00000000000
--- a/chat/bitchx/patches/patch-ac
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2000/12/16 14:02:48 wiz Exp $
-
---- source/misc.c.orig Tue Aug 29 09:19:23 2000
-+++ source/misc.c
-@@ -2641,6 +2641,11 @@
- switch(type)
- {
- case T_A :
-+ if (dlen != sizeof(struct in_addr))
-+ {
-+ cp += dlen;
-+ break;
-+ }
- rptr->re_he.h_length = dlen;
- if (ans == 1)
- rptr->re_he.h_addrtype=(class == C_IN) ?
-@@ -2687,6 +2692,7 @@
- *alias = NULL;
- break;
- default :
-+ cp += dlen;
- break;
- }
- }