summaryrefslogtreecommitdiff
path: root/chat/unrealircd/patches
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-07-18 22:43:36 +0000
committeradrianp <adrianp>2006-07-18 22:43:36 +0000
commitb27ec8e27a17c101b7df28d73b9478e44e4c1b4e (patch)
treea467f7cec46b4771b6bc26dd13e5796aec6d501c /chat/unrealircd/patches
parentad20baa94a714683ff2c01c928053b5e6e3b1b6f (diff)
downloadpkgsrc-b27ec8e27a17c101b7df28d73b9478e44e4c1b4e.tar.gz
Update to 3.2.5
==[ MAJOR BUGS FIXED ]== - Spamfilter was not always working properly - MS Visual studio 2005 (8.x) was unable to compile Unreal and/or caused crashes - Certain IPv6 listen blocks could crash the ircd on-boot/on-rehash ==[ MINOR BUGS FIXED ]== - "Looking up your hostname" message was missing if set::options::show-connect-notice was enabled (other messages, like "looking up ident" were shown, however) - It was sometimes impossible to update a link { } block: all old settings would still be used, this happened if connfreq was low. This might also have caused crashes. - Netsynch problem, which could cause the wrong modes to be applied to a channel in some rare cases. - Setting set::maxdccallow to 0 (or lower) still allowed one entry to be added - Spamfilter oversized-checking is no longer done when removing a spamfilter - Operator count bug (there might still be others...) - Some chinese-* charsets could not be selected individually - No longer requiring a C++ compiler (was caused by resolver in 3.2.4) - Added workaround for "make: Permission denied" bug in some FreeBSD's
Diffstat (limited to 'chat/unrealircd/patches')
-rw-r--r--chat/unrealircd/patches/patch-aa23
1 files changed, 9 insertions, 14 deletions
diff --git a/chat/unrealircd/patches/patch-aa b/chat/unrealircd/patches/patch-aa
index 3a6759f7829..d46b754dccb 100644
--- a/chat/unrealircd/patches/patch-aa
+++ b/chat/unrealircd/patches/patch-aa
@@ -1,17 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2006/02/04 21:13:54 adrianp Exp $
+$NetBSD: patch-aa,v 1.4 2006/07/18 22:43:36 adrianp Exp $
---- configure.orig 2006-02-03 13:57:17.000000000 +0000
+--- configure.orig 2006-06-16 19:29:12.000000000 +0100
+++ configure
-@@ -10247,7 +10247,7 @@ if test "${enable_libcurl+set}" = set; t
- CURLLIBS=`$enableval/bin/curl-config --libs`
-
- if test "x`echo $CURLLIBS |grep .*ares.*`" = x ; then
-- CURLLIBS="$CURLLIBS -lares"
-+ CURLLIBS="$CURLLIBS -lcares"
- fi
- IRCDLIBS="$IRCDLIBS $CURLLIBS"
- URL="url.o"
-@@ -10692,72 +10692,6 @@ IRCDLIBS="$IRCDLIBS -lresolv "
+@@ -12666,75 +12666,7 @@ IRCDLIBS="$IRCDLIBS -lresolv "
;;
esac
@@ -76,11 +67,15 @@ $NetBSD: patch-aa,v 1.3 2006/02/04 21:13:54 adrianp Exp $
-$ac_cv_prog_MAKER install || exit 1
-CARESINCDIR="$cur_dir/extras/c-ares/include"
-
--CARESLIBS="-L../extras/c-ares/lib -lcares"
+-CARESLIBDIR="-L../extras/c-ares/lib"
+-
+-CARESLIBS="-lcares"
-
-cd $cur_dir
-
-
- ac_config_files="$ac_config_files Makefile src/modules/Makefile unreal ircdcron/ircdchk"
+- ac_config_files="$ac_config_files Makefile src/modules/Makefile unreal ircdcron/ircdchk"
++ac_config_files="$ac_config_files Makefile src/modules/Makefile unreal ircdcron/ircdchk"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
+ # tests run on this system so they can be shared between configure