head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.18 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.16 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.14 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.12 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.10 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.8 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.6 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.4 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.2 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.10 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.8 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.6 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2008.04.29.11.40.50; author wiz; state dead; branches; next 1.2; 1.2 date 2007.01.06.22.07.43; author wiz; state Exp; branches; next 1.1; 1.1 date 2005.10.27.00.18.51; author rillig; state Exp; branches; next ; desc @@ 1.3 log @Update to 0.60.6: Complete list of changes from 0.60.5: * Compile fixes for Gcc 4.3. * Updated to Libtool 2.2.2 and Automake 1.10.1 * Minor tweak to suggestion code which improved suggestion results in certain cases. * Always line buffer stdout and stderr in the Aspell utility when there is the potential for it to be used interactively through a pipe. * Removed debug output in `aspell munch-list'. * Other minor updates and bug fixes. @ text @$NetBSD: patch-aj,v 1.2 2007/01/06 22:07:43 wiz Exp $ To understand recursion, you first have to understand recursion. --- modules/speller/default/readonly_ws.cpp.orig 2006-11-18 09:17:19.000000000 +0000 +++ modules/speller/default/readonly_ws.cpp @@@@ -726,7 +726,7 @@@@ namespace { struct WordLookupParms { const char * block_begin; WordLookupParms() {} - typedef Vector Vector; + typedef aspeller::Vector Vector; typedef u32int Value; typedef const char * Key; static const bool is_multi = false; @ 1.2 log @Update to 0.60.5: * Compile fix for gcc 4.1 * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61 * Documentation improvements, including an updated `man' page. * Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files. * Large number of bug fixes. @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.1 2005/10/27 00:18:51 rillig Exp $ @ 1.1 log @Added four patches that are required for the SunPro compiler. The package still does not build on Solaris, but at least it's making progress. @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 3 --- modules/speller/default/readonly_ws.cpp.orig 2005-06-26 02:43:33.000000000 +0200 +++ modules/speller/default/readonly_ws.cpp 2005-10-27 01:59:36.217186900 +0200 @@@@ -721,7 +721,7 @@@@ namespace { @