View | Details | Raw Unified | Return to bug 58670
Collapse All | Expand All

(-)/tmp/darkbot/Makefile (-7 / +1 lines)
Lines 24-36 Link Here
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
IS_INTERACTIVE=	yes
25
IS_INTERACTIVE=	yes
26
26
27
.include <bsd.port.pre.mk>
28
29
.if ${OSVERSION} >= 501000
30
BROKEN=		"Does not compile"
31
.endif
32
33
pre-install:
27
pre-install:
34
	${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST}
28
	${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST}
35
29
36
.include <bsd.port.post.mk>
30
.include <bsd.port.mk>
(-)/tmp/darkbot/files/patch-darkbot.c (+29 lines)
Line 0 Link Here
1
--- darkbot.c.orig	Tue Oct 28 15:22:21 2003
2
+++ darkbot.c	Tue Oct 28 15:22:21 2003
3
@@ -3476,8 +3476,7 @@
4
           strlwr (s2);
5
           if (*s2 == '~') {
6
             S
7
-              ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the
8
- topic itself.\n",
9
+              ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the topic itself.\n",
10
                target, source);
11
             R;
12
           }
13
@@ -5026,14 +5025,12 @@
14
 #else
15
   if (pre_CLIENTS == 0 || pre_CLIENTS == L_CLIENTS) {
16
     S
17
-      ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %3
18
-ld avg\37)\37\1\n",
19
+      ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %3ld avg\37)\37\1\n",
20
        CHAN, NUM_SERV, IRCOPS, L_CLIENTS, tmp,
21
        G_USERS, G_USERS / NUM_SERV);}
22
   else
23
     S
24
-      ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d g
25
-lobal \2!\2 %3ld avg\37)\37\1\n",
26
+      ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d global \2!\2 %3ld avg\37)\37\1\n",
27
        CHAN, NUM_SERV, IRCOPS, L_CLIENTS,
28
        Stat[0], pre_CLIENTS, tmp, G_USERS, G_USERS / NUM_SERV);
29
 #endif

Return to bug 58670