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

(-)irc.new/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	irc
8
PORTNAME=	irc
9
PORTVERSION=	2.10.3p5
9
PORTVERSION=	2.10.3p6
10
CATEGORIES=	irc ipv6
10
CATEGORIES=	irc ipv6
11
MASTER_SITES=	ftp://ftp.irc.org/irc/server/ \
11
MASTER_SITES=	ftp://ftp.irc.org/irc/server/ \
12
		ftp://ftp2.nchu.edu.tw/UNIX/IRC/server/ \
12
		ftp://ftp2.nchu.edu.tw/UNIX/IRC/server/ \
(-)irc.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (irc2.10.3p5.tgz) = c136fb3cf3ead098a2849ba0842a31b5
1
MD5 (irc2.10.3p6.tgz) = 90f8c27e9a24b00488a25ef8e668546f
2
SIZE (irc2.10.3p5.tgz) = 674981
2
SIZE (irc2.10.3p6.tgz) = 676847
(-)irc.new/files/patch-ab (-1 / +1 lines)
Lines 42-48 Link Here
42
  * this define.
42
  * this define.
43
  */
43
  */
44
-#define LOG_FACILITY LOG_DAEMON
44
-#define LOG_FACILITY LOG_DAEMON
45
+#define LOG_FACILITY !!SYSLOG_FACILITY!!
45
+#define LOG_FACILITY LOG_LOCAL5
46
 #endif /* USE_SYSLOG */
46
 #endif /* USE_SYSLOG */
47
 
47
 
48
 /*
48
 /*
(-)irc.new/files/patch-ac (-11 lines)
Lines 1-11 Link Here
1
--- support/configure.orig	Mon Aug 18 15:17:52 2003
2
+++ support/configure	Mon Aug 18 15:17:52 2003
3
@@ -1296,7 +1296,7 @@
4
 fi
5
 
6
 irc_cv_solaris_2=no
7
-if test "$irc_sun" = no; then
8
+if test "$irc_cv_sun" = no; then
9
   echo "$ac_t""no" 1>&6
10
 else
11
   if uname -r 2>/dev/null | grep "^5" >/dev/null; then

Return to bug 64553