]> git.pld-linux.org Git - packages/BitchX.git/blame - BitchX-pld.patch
dirty patch for using ISO8859-2
[packages/BitchX.git] / BitchX-pld.patch
CommitLineData
00e9cb6c
JR
1diff -ur BitchX.orig/Makefile.in BitchX/Makefile.in
2--- BitchX.orig/Makefile.in Sat Nov 28 05:31:21 1998
3+++ BitchX/Makefile.in Wed Jul 7 15:56:35 1999
4@@ -22,7 +22,7 @@
5 # Where the ircII library will be. Generally this is the place that
6 # you put the scripts, help pages and translation tables. It is
7 # very important that you set this correctly.
8-IRCLIB = @IRCLIB@
9+IRCLIB = ${prefix}/share/BitchX
10
11 PMOS2 = @WITH_PM@
12
13@@ -109,8 +109,8 @@
14 # INSTALL_HELP_CMD = @echo The help files have not been installed.
15 INSTALL_HELP_CMD = @INSTALL_HELP_CMD@
16
17-INSTALL_WSERV = $(bindir)/wserv
18-INSTALL_SCRBX = $(bindir)/scr-bx
19+INSTALL_WSERV = $(IRCLIB)/wserv
20+INSTALL_SCRBX = $(IRCLIB)/scr-bx
21
22 ## You shouldn't have to change anything below here
23
24diff -ur BitchX.orig/include/config.h BitchX/include/config.h
25--- BitchX.orig/include/config.h Tue Feb 23 16:59:14 1999
26+++ BitchX/include/config.h Wed Jul 7 16:09:12 1999
27@@ -33,7 +33,7 @@
28 * too peruse this function all you like. It's not a BACKDOOR in any way,
29 * shape or form.
30 */
31-#define WANT_NOTIFY_BITCHX_COM ON
32+#undef WANT_NOTIFY_BITCHX_COM
33
34
35 /*
36@@ -120,8 +120,13 @@
37 "irc-rr.vitamina.ca "\
38 "irc.phrozen.org "\
39 "irc.openface.ca "\
40- "irc.u-net.com:6673"\
41- "insane.loonybin.net"
42+ "irc.u-net.com:6673 "\
43+ "insane.loonybin.net "\
44+ "[ircnet] "\
45+ "warszawa.irc.pl "\
46+ "lublin.irc.pl "\
47+ "krakow.irc.pl "\
48+ "poznan.irc.pl"
49 #endif
50
51 /*
52@@ -167,7 +172,7 @@
53 #if defined(WINNT) || defined(__EMX__)
54 #define SERVERS_FILE "irc-serv"
55 #else
56-#define SERVERS_FILE "ircII.servers"
57+#define SERVERS_FILE "/etc/irc/ircII.servers"
58 #endif
59
60 /*
61@@ -181,14 +186,14 @@
62 * we define the default network type for server groups. Do not just
63 * undefine this.
64 */
65- #define DEFAULT_NETWORK "efnet"
66+ #define DEFAULT_NETWORK "ircnet"
67
68 /*
69 * defining this enables translation to occur. You need a copy of the
70 * translation tables from ircII for this to work. Also enable /set TRANSLATE
71 */
72
73-#define TRANSLATION_PATH "/usr/local/lib/bx/translation"
74+#define TRANSLATION_PATH "/usr/share/BitchX/translation"
75
76 /*
77 * Below are the IRCII variable defaults. For boolean variables, use 1 for
78@@ -232,7 +237,7 @@
79 * in the client. defining this variable to 1 allows that happen. It also
80 * adds a HEBREW_TOGGLE variable which can turn this feature on/off
81 */
82-#undef WANT_HEBREW
83+#define WANT_HEBREW
84
85 /* if you use cidentd the filename is called .authlie instead of .noident.
86 * as well some modifications to the format of the file were made. So we
87@@ -569,7 +574,7 @@
88 #define DEFAULT_SHELL "/bin/sh"
89 #define DEFAULT_SHELL_FLAGS "-c"
90 #define DEFAULT_USERINFO ""
91-#define DEFAULT_XTERM "rxvt"
92+#define DEFAULT_XTERM "xterm-color"
93 #define DEFAULT_XTERM_OPTIONS "-bg black -fg white"
94 #define DEFAULT_DCC_DLDIR "~"
95
96@@ -586,7 +591,7 @@
97 #define DEFAULT_MSGLOGFILE "BitchX.away"
98 #define DEFAULT_CTOOLZ_DIR "~/.BitchX"
99 #define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
100-#define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
101+#define DEFAULT_BITCHX_HELP_FILE IRCLIB"/BitchX.help"
102 #endif
103
104 #define DEFAULT_PAD_CHAR ' '
105diff -ur BitchX.orig/include/irc.h BitchX/include/irc.h
106--- BitchX.orig/include/irc.h Sun Feb 21 23:54:38 1999
107+++ BitchX/include/irc.h Wed Jul 7 15:56:35 1999
108@@ -140,7 +140,7 @@
109 #define RAND_MAX 2147483647
110 #endif
111
112-#define NICKNAME_LEN 15
113+#define NICKNAME_LEN 30
114 #define NAME_LEN 80
115 #define REALNAME_LEN 50
116 #define PATH_LEN 1024
117diff -ur BitchX.orig/source/translat.c BitchX/source/translat.c
118--- BitchX.orig/source/translat.c Mon Oct 19 00:44:10 1998
119+++ BitchX/source/translat.c Wed Jul 7 15:56:35 1999
120@@ -32,7 +32,7 @@
121 #include "hebrew.h"
122
123 #ifndef TRANSLATION_PATH
124-#define TRANSLATION_PATH "/usr/local/lib/irc/translation"
125+#define TRANSLATION_PATH "/usr/share/BitchX/translation"
126 #endif
127
128
This page took 0.089739 seconds and 4 git commands to generate.