FreeBSD Bugzilla – Attachment 36659 Details for
Bug 58670
Fix irc/darkbot build on 5.X
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.04 KB, created by
Sean Chittenden
on 2003-10-29 03:00:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sean Chittenden
Created:
2003-10-29 03:00:27 UTC
Size:
2.04 KB
patch
obsolete
>diff -ruN darkbot/Makefile /tmp/darkbot/Makefile >--- darkbot/Makefile Tue Oct 28 15:24:05 2003 >+++ /tmp/darkbot/Makefile Tue Oct 28 15:23:18 2003 >@@ -24,13 +24,7 @@ > GNU_CONFIGURE= yes > IS_INTERACTIVE= yes > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 501000 >-BROKEN= "Does not compile" >-.endif >- > pre-install: > ${CAT} ${MASTERDIR}/pkg-plist | ${SED} -e "s,/usr/local,${LOCALBASE},g" > ${PLIST} > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN darkbot/files/patch-darkbot.c /tmp/darkbot/files/patch-darkbot.c >--- darkbot/files/patch-darkbot.c Thu Jan 1 03:00:00 1970 >+++ /tmp/darkbot/files/patch-darkbot.c Tue Oct 28 15:22:56 2003 >@@ -0,0 +1,29 @@ >+--- darkbot.c.orig Tue Oct 28 15:22:21 2003 >++++ darkbot.c Tue Oct 28 15:22:21 2003 >+@@ -3476,8 +3476,7 @@ >+ strlwr (s2); >+ if (*s2 == '~') { >+ S >+- ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the >+- topic itself.\n", >++ ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the topic itself.\n", >+ target, source); >+ R; >+ } >+@@ -5026,14 +5025,12 @@ >+ #else >+ if (pre_CLIENTS == 0 || pre_CLIENTS == L_CLIENTS) { >+ S >+- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %3 >+-ld avg\37)\37\1\n", >++ ("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", >+ CHAN, NUM_SERV, IRCOPS, L_CLIENTS, tmp, >+ G_USERS, G_USERS / NUM_SERV);} >+ else >+ S >+- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d g >+-lobal \2!\2 %3ld avg\37)\37\1\n", >++ ("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", >+ CHAN, NUM_SERV, IRCOPS, L_CLIENTS, >+ Stat[0], pre_CLIENTS, tmp, G_USERS, G_USERS / NUM_SERV); >+ #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 58670
: 36659