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.01.08.06; 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-am,v 1.2 2007/01/06 22:07:43 wiz Exp $ To understand recursion, you first have to understand recursion. --- prog/aspell.cpp.orig 2006-12-19 10:51:08.000000000 +0000 +++ prog/aspell.cpp @@@@ -1882,7 +1882,7 @@@@ struct SML_Parms { typedef SML_WordEntry Value; typedef const char * Key; static const bool is_multi = false; - hash hash; + acommon::hash hash; bool equal(Key x, Key y) {return strcmp(x,y) == 0;} Key key(const Value & v) {return v.word;} }; @@@@ -2033,7 +2033,7 @@@@ struct CML_Parms { typedef CML_Entry Value; typedef const char * Key; static const bool is_multi = true; - hash hash; + acommon::hash hash; bool equal(Key x, Key y) {return strcmp(x,y) == 0;} Key key(const Value & v) {return v.word;} }; @ 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-am,v 1.1 2005/10/27 01:08:06 rillig Exp $ @ 1.1 log @Added two more patches for Solaris, which makes the package build. Removed the extra LIBS for the SunPro compiler from the Makefile, as they made the build fail for me. @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 3 --- prog/aspell.cpp.orig 2005-06-19 13:58:59.000000000 +0200 +++ prog/aspell.cpp 2005-10-27 02:53:09.018812500 +0200 @@@@ -1878,7 +1878,7 @@@@ struct SML_Parms { d16 1 a16 1 @@@@ -2029,7 +2029,7 @@@@ struct CML_Parms { @