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

(-)miau.new/Makefile Sun Jul 3 10:56:50 2005 (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=              miau
8
PORTNAME=              miau
9
PORTVERSION=           0.5.3
9
PORTVERSION=           0.5.4
10
CATEGORIES=            irc
10
CATEGORIES=            irc
11
MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=    miau
12
MASTER_SITE_SUBDIR=    miau
(-)miau.new/distinfo Sun Jul 3 10:56:50 2005 (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (miau-0.5.3.tar.bz2) = bdc3b3430197fb63f8842c115e7c38b3
1
MD5 (miau-0.5.4.tar.bz2) = 4f4f74e3e271d51d184c21871b09600f
2
SIZE (miau-0.5.3.tar.bz2) = 159745
2
SIZE (miau-0.5.4.tar.bz2) = 165876
(-)miau.new/files/patch-src::channels.h Sun Jul 3 10:56:50 2005 (+9 lines)
Line 0 Link Here
1
--- src/channels.h.org      Sat Jul  2 09:54:30 2005
2
+++ src/channels.h  Sat Jul  2 09:54:44 2005
3
@@ -25,7 +25,7 @@
4
 #include <stdlib.h>
5
 #include <string.h>
6
 #if ENCODING == iconv
7
-#include <iconv.h>
8
+#include </usr/local/include/iconv.h>
9
 #endif /* if ENCODING == iconv */
(-)miau.new/files/patch-src::dcc.h Sun Jul 3 10:56:50 2005 (+10 lines)
Line 0 Link Here
1
--- src/dcc.h       Mon May 16 19:35:50 2005
2
+++ src/dcc.h.new   Sun Jul  3 00:08:33 2005
3
@@ -19,6 +19,8 @@
4
 
5
 #include <config.h>
6
 #include <string.h>
7
+#include <sys/select.h>
8
+
9
 
10
 #ifdef DCCBOUNCE
(-)miau.new/files/patch-src::server.c Thu Jan 1 01:00:00 1970 (-13 lines)
Lines 1-13 Link Here
1
--- src/server.c.orig  Sun May  2 22:33:54 2004
2
+++ src/server.c       Sun May  2 22:34:29 2004
3
@@ -718,8 +718,8 @@
4
                                       pos(status.idhostname, '@') + 1;
5
                       } else {
6
                               /* Should we do something about this ? */
7
-                              status.idhostname = strdup("miau");
8
-                              status.goodhostname = 0;
9
+                              status.idhostname = strdup("miau@miau");
10
+                              status.goodhostname = 5;
11
                       }
12
 
13
 #ifdef UPTIME

Return to bug 82920