work around problems with ChatZilla

enable dump command
This commit is contained in:
Oliver Eikemeier 2004-05-02 21:02:30 +00:00
parent 4931ba8bee
commit 7c59caf5e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108207
2 changed files with 15 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= miau
PORTVERSION= 0.5.2
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= miau
@ -31,6 +32,7 @@ CONFIGURE_ARGS= --enable-dccbounce \
--enable-privlog \
--enable-onconnect \
--enable-empty-awaymsg \
--enable-dumpstatus \
--disable-dependency-tracking
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \

View file

@ -0,0 +1,13 @@
--- src/server.c.orig Sun May 2 22:33:54 2004
+++ src/server.c Sun May 2 22:34:29 2004
@@ -718,8 +718,8 @@
pos(status.idhostname, '@') + 1;
} else {
/* Should we do something about this ? */
- status.idhostname = strdup("miau");
- status.goodhostname = 0;
+ status.idhostname = strdup("miau@miau");
+ status.goodhostname = 5;
}
#ifdef UPTIME