]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
Patcze na bitchx
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 7 Jul 1999 16:29:42 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-pld.patch -> 1.1

BitchX-pld.patch [new file with mode: 0644]

diff --git a/BitchX-pld.patch b/BitchX-pld.patch
new file mode 100644 (file)
index 0000000..272e73a
--- /dev/null
@@ -0,0 +1,128 @@
+diff -ur BitchX.orig/Makefile.in BitchX/Makefile.in
+--- BitchX.orig/Makefile.in    Sat Nov 28 05:31:21 1998
++++ BitchX/Makefile.in Wed Jul  7 15:56:35 1999
+@@ -22,7 +22,7 @@
+ # Where the ircII library will be.  Generally this is the place that
+ # you put the scripts, help pages and translation tables.  It is
+ # very important that you set this correctly.
+-IRCLIB = @IRCLIB@
++IRCLIB = ${prefix}/share/BitchX
+ PMOS2 = @WITH_PM@
+@@ -109,8 +109,8 @@
+ # INSTALL_HELP_CMD = @echo The help files have not been installed.
+ INSTALL_HELP_CMD = @INSTALL_HELP_CMD@
+-INSTALL_WSERV = $(bindir)/wserv
+-INSTALL_SCRBX = $(bindir)/scr-bx
++INSTALL_WSERV = $(IRCLIB)/wserv
++INSTALL_SCRBX = $(IRCLIB)/scr-bx
+ ## You shouldn't have to change anything below here
+diff -ur BitchX.orig/include/config.h BitchX/include/config.h
+--- BitchX.orig/include/config.h       Tue Feb 23 16:59:14 1999
++++ BitchX/include/config.h    Wed Jul  7 16:09:12 1999
+@@ -33,7 +33,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
+ /*
+@@ -120,8 +120,13 @@
+                       "irc-rr.vitamina.ca "\
+                       "irc.phrozen.org "\
+                       "irc.openface.ca "\
+-                      "irc.u-net.com:6673"\
+-                      "insane.loonybin.net"
++                      "irc.u-net.com:6673 "\
++                      "insane.loonybin.net "\
++                      "[ircnet] "\
++                      "warszawa.irc.pl "\
++                      "lublin.irc.pl "\
++                      "krakow.irc.pl "\
++                      "poznan.irc.pl"
+ #endif
+ /*
+@@ -167,7 +172,7 @@
+ #if defined(WINNT) || defined(__EMX__)
+ #define SERVERS_FILE "irc-serv"
+ #else
+-#define SERVERS_FILE "ircII.servers"
++#define SERVERS_FILE "/etc/irc/ircII.servers"
+ #endif
+ /*
+@@ -181,14 +186,14 @@
+  * we define the default network type for server groups. Do not just
+  * undefine this.
+  */
+- #define DEFAULT_NETWORK "efnet"
++ #define DEFAULT_NETWORK "ircnet"
+ /*
+  * defining this enables translation to occur. You need a copy of the 
+  * translation tables from ircII for this to work. Also enable /set TRANSLATE
+  */
+  
+-#define TRANSLATION_PATH "/usr/local/lib/bx/translation"
++#define TRANSLATION_PATH "/usr/share/BitchX/translation"
+ /*
+  * Below are the IRCII variable defaults.  For boolean variables, use 1 for
+@@ -232,7 +237,7 @@
+  * in the client. defining this variable to 1 allows that happen. It also
+  * adds a HEBREW_TOGGLE variable which can turn this feature on/off
+  */
+-#undef WANT_HEBREW
++#define WANT_HEBREW
+ /* if you use cidentd the filename is called .authlie instead of .noident.
+  * as well some modifications to the format of the file were made. So we 
+@@ -569,7 +574,7 @@
+ #define DEFAULT_SHELL "/bin/sh"
+ #define DEFAULT_SHELL_FLAGS "-c"
+ #define DEFAULT_USERINFO ""
+-#define DEFAULT_XTERM "rxvt"
++#define DEFAULT_XTERM "xterm-color"
+ #define DEFAULT_XTERM_OPTIONS "-bg black -fg white"
+ #define DEFAULT_DCC_DLDIR "~"
+@@ -586,7 +591,7 @@
+ #define DEFAULT_MSGLOGFILE "BitchX.away"
+ #define DEFAULT_CTOOLZ_DIR "~/.BitchX"
+ #define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
+-#define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
++#define DEFAULT_BITCHX_HELP_FILE IRCLIB"/BitchX.help"
+ #endif
+ #define DEFAULT_PAD_CHAR ' '
+diff -ur BitchX.orig/include/irc.h BitchX/include/irc.h
+--- BitchX.orig/include/irc.h  Sun Feb 21 23:54:38 1999
++++ BitchX/include/irc.h       Wed Jul  7 15:56:35 1999
+@@ -140,7 +140,7 @@
+ #define RAND_MAX 2147483647
+ #endif
+-#define NICKNAME_LEN 15
++#define NICKNAME_LEN 30
+ #define NAME_LEN 80
+ #define REALNAME_LEN 50
+ #define PATH_LEN 1024
+diff -ur BitchX.orig/source/translat.c BitchX/source/translat.c
+--- BitchX.orig/source/translat.c      Mon Oct 19 00:44:10 1998
++++ BitchX/source/translat.c   Wed Jul  7 15:56:35 1999
+@@ -32,7 +32,7 @@
+ #include "hebrew.h"
+ #ifndef TRANSLATION_PATH
+-#define TRANSLATION_PATH "/usr/local/lib/irc/translation"
++#define TRANSLATION_PATH "/usr/share/BitchX/translation"
+ #endif
This page took 0.091897 seconds and 4 git commands to generate.