diff -urN irc/Makefile irc.new/Makefile --- irc/Makefile Thu Nov 20 22:09:28 2003 +++ irc.new/Makefile Sun Mar 14 00:40:27 2004 @@ -6,7 +6,7 @@ # PORTNAME= irc -PORTVERSION= 2.10.3p5 +PORTVERSION= 2.10.3p6 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.irc.org/irc/server/ \ ftp://ftp2.nchu.edu.tw/UNIX/IRC/server/ \ diff -urN irc/distinfo irc.new/distinfo --- irc/distinfo Thu Jan 29 21:36:08 2004 +++ irc.new/distinfo Sun Mar 14 00:39:11 2004 @@ -1,2 +1,2 @@ -MD5 (irc2.10.3p5.tgz) = c136fb3cf3ead098a2849ba0842a31b5 -SIZE (irc2.10.3p5.tgz) = 674981 +MD5 (irc2.10.3p6.tgz) = 90f8c27e9a24b00488a25ef8e668546f +SIZE (irc2.10.3p6.tgz) = 676847 diff -urN irc/files/patch-ab irc.new/files/patch-ab --- irc/files/patch-ab Sun Aug 24 17:44:17 2003 +++ irc.new/files/patch-ab Sun Mar 14 01:20:57 2004 @@ -42,7 +42,7 @@ * this define. */ -#define LOG_FACILITY LOG_DAEMON -+#define LOG_FACILITY !!SYSLOG_FACILITY!! ++#define LOG_FACILITY LOG_LOCAL5 #endif /* USE_SYSLOG */ /* diff -urN irc/files/patch-ac irc.new/files/patch-ac --- irc/files/patch-ac Sun Aug 24 17:44:17 2003 +++ irc.new/files/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- support/configure.orig Mon Aug 18 15:17:52 2003 -+++ support/configure Mon Aug 18 15:17:52 2003 -@@ -1296,7 +1296,7 @@ - fi - - irc_cv_solaris_2=no --if test "$irc_sun" = no; then -+if test "$irc_cv_sun" = no; then - echo "$ac_t""no" 1>&6 - else - if uname -r 2>/dev/null | grep "^5" >/dev/null; then