work around problems with ChatZilla
enable dump command
This commit is contained in:
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
|
@ -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}" \
|
||||
|
|
13
irc/miau/files/patch-src::server.c
Normal file
13
irc/miau/files/patch-src::server.c
Normal 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
|
Loading…
Reference in a new issue