]> git.pld-linux.org Git - packages/epic4.git/blame - epic4pre2.508-make.patch
- Don't run autoconf. It's generates a broken configure script.
[packages/epic4.git] / epic4pre2.508-make.patch
CommitLineData
3799f06b 1diff -Nru epic4pre2.508.orig/Makefile.in epic4pre2.508/Makefile.in
2--- epic4pre2.508.orig/Makefile.in Sat Apr 22 21:04:06 2000
3+++ epic4pre2.508/Makefile.in Sat Apr 22 21:05:34 2000
4@@ -73,7 +73,7 @@
5
6 epic = @epic@
7 epic_exe = $(bindir)/$(epic)
8-wserv_exe = $(libexecdir)/wserv
9+wserv_exe = $(libexecdir)/wserv-epic4
10 epicdir = $(sharedir)/$(epic)
11
12 ############ You ought not change anything below this line ###################
13@@ -125,7 +125,7 @@
14 $(MV) $(IP)$(EPIC_LINK) $(IP)$(EPIC_OLD); \
15 fi; \
16 $(RM) $(IP)$(EPIC_LINK); \
17- ln -s $(IP)$(EPIC) $(IP)$(EPIC_LINK); \
18+ mv -f $(IP)$(EPIC) $(IP)$(EPIC_LINK); \
19 fi
20
21 #
22diff -Nru epic4pre2.508.orig/include/config.h epic4pre2.508/include/config.h
23--- epic4pre2.508.orig/include/config.h Sat Apr 22 21:04:06 2000
24+++ epic4pre2.508/include/config.h Sat Apr 22 21:08:29 2000
25@@ -42,7 +42,7 @@
26 * the client will NOT compile and work properly! Use the default here if
27 * you dont have other servers to use.
28 */
29-#define DEFAULT_SERVER "localhost irc.efnet.net irc.undernet.org irc.dal.net"
30+#define DEFAULT_SERVER "poznan.irc.pl krakow.irc.pl warszawa.irc.pl lublin.irc.pl"
31
32 /*
33 * The left and right brace characters ('{', '}') are special characters in
34@@ -269,7 +269,7 @@
35 * settings. Useful for paranoid users who dont want others to know
36 * that theyre running a buggy SunOS machine. >;-)
37 */
38-#undef UNAME_HACK
39+#define UNAME_HACK
40
41
42 /* And here is the port number for default client connections. */
43@@ -282,7 +282,7 @@
44 * hostname:portnum:password (with the portnum and password being
45 * optional). This server list will supercede the DEFAULT_SERVER
46 */
47-#define SERVERS_FILE "ircII.servers"
48+#define SERVERS_FILE "/etc/irc/ircII.servers"
49
50
51 /*
52@@ -338,7 +338,7 @@
53 #define DEFAULT_BOLD_VIDEO 1
54 #define DEFAULT_CHANNEL_NAME_WIDTH 0
55 #define DEFAULT_CLOCK 1
56-#define DEFAULT_CLOCK_24HOUR 0
57+#define DEFAULT_CLOCK_24HOUR 1
58 #define DEFAULT_CLOCK_FORMAT NULL
59 #define DEFAULT_CMDCHARS "/"
60 #define DEFAULT_COLOR 1
61@@ -384,7 +384,7 @@
62 #define DEFAULT_LASTLOG 256
63 #define DEFAULT_LASTLOG_LEVEL "ALL"
64 #define DEFAULT_LOG 0
65-#define DEFAULT_LOGFILE "irc.log"
66+#define DEFAULT_LOGFILE ".irc.log"
67 #define DEFAULT_MAIL 2
68 #define DEFAULT_MAX_RECONNECTS 4
69 #define DEFAULT_META_STATES 40
70@@ -515,7 +515,7 @@
71 #undef EMACS_KEYBINDINGS /* meta-key keybindings. */
72 #undef EPIC_DEBUG /* force coredump on panic */
73 #define EXEC_COMMAND /* allow /exec comamnd */
74-#undef HACKED_DCC_WARNING /* warn if handshake != sender */
75+#define HACKED_DCC_WARNING /* warn if handshake != sender */
76 #undef HARD_UNFLASH /* do a hard reset instead of soft on refresh */
77 #undef NO_BOTS /* no bots allowed */
78 #undef NO_CHEATING /* always do it the "right" way, no shortcuts */
79diff -Nru epic4pre2.508.orig/script/global epic4pre2.508/script/global
80--- epic4pre2.508.orig/script/global Sat Apr 22 21:04:06 2000
81+++ epic4pre2.508/script/global Sat Apr 22 21:09:02 2000
82@@ -10,4 +10,4 @@
83 load 2.8script
84 # If you want this script, load it in your .ircrc
85 #load newaway
86-load local
87+#load local
This page took 0.109198 seconds and 4 git commands to generate.