head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.18 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.16 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.14 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.12 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.10 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.8 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.6 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.4 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.2 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.1.0.4 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.2 pkgsrc-2007Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2008.04.22.19.32.18; author wiz; state dead; branches; next 1.3; 1.3 date 2008.04.17.14.29.58; author wiz; state Exp; branches; next 1.2; 1.2 date 2008.04.14.11.35.50; author wiz; state dead; branches; next 1.1; 1.1 date 2007.11.13.21.19.45; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Update to 1.4.1: Included hunspell upgraded to 1.2.2, pkgsrc patches integrated. @ text @$NetBSD: patch-aa,v 1.3 2008/04/17 14:29:58 wiz Exp $ http://bugzilla.abisource.com/show_bug.cgi?id=11551 --- configure.in.orig 2008-03-31 19:47:43.000000000 +0200 +++ configure.in @@@@ -75,18 +75,18 @@@@ AC_DEFUN([ENCHANT_CXX_TRY_FLAG], [ AC_MSG_CHECKING([whether $CXX supports $1]) AC_LANG_PUSH(C++) - enchant_save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $1" + enchant_save_CXXFLAGS="$CXXFLAGS" + CXXFLAGS="$CXXFLAGS $1" - AC_COMPILE_IFELSE([ ], [enchant_cc_flag=yes], [enchant_cc_flag=no]) - CFLAGS="$enchant_save_CFLAGS" + AC_COMPILE_IFELSE([ ], [enchant_cxx_flag=yes], [enchant_cxx_flag=no]) + CXXFLAGS="$enchant_save_CXXFLAGS" - if test "x$enchant_cc_flag" = "xyes"; then + if test "x$enchant_cxx_flag" = "xyes"; then ifelse([$2], , :, [$2]) else ifelse([$3], , :, [$3]) fi - AC_MSG_RESULT([$enchant_cc_flag]) + AC_MSG_RESULT([$enchant_cxx_flag]) AC_LANG_POP(C++) ]) @@@@ -169,7 +169,7 @@@@ AC_CACHE_CHECK([for supported C++ warnin done enchant_cxx_cv_warn_cflags=$CXX_WARN_CFLAGS - enchant_cxx_cv_warn_cflags=$CXX_MAYBE_WARN + enchant_cxx_cv_warn_maybe=$CXX_MAYBE_WARN AC_MSG_CHECKING([which C++ warning flags were supported])]) CXX_WARN_CFLAGS="$enchant_cxx_cv_warn_cflags" @ 1.3 log @Make aspell the default backend again (for now), until http://bugzilla.abisource.com/show_bug.cgi?id=11550 is fixed. Add fix for compiling with gcc3, from Adam Hoka. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.4.0. Change default backend to hunspell. aspell support is now a (disabled by default) option. Add some other options. Remove aspell from includes in buildlink3.mk. The backends are abstracted into dynamically loaded modules and don't need to be pulled in by buildlink3.mk. Release notes: Voikko (Finnish) language support. Zemberek (Turkish) language support. Better support for Unicode in the personal dictionaries. Personal dictionaries offer better suggestions. OpenOffice's dictionaries are used on Windows. Aspell works on Windows. This release can use a system-wide Hunspell/Myspell installation on Unix-like platforms. Hunspell 1.2.1 and NET bindings are required. This release has more lax language matching rules. It uses XDG's data-dirs spec for locating dictionaries. There are many unit tests and bugfixes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2007/11/13 21:19:45 rillig Exp $ d3 1 a3 1 does not declare FILE, it only declares std::FILE. d5 4 a8 8 --- src/myspell/affixmgr.hxx.orig 2006-01-12 23:51:52.000000000 +0100 +++ src/myspell/affixmgr.hxx 2007-11-13 21:44:53.000000000 +0100 @@@@ -2,7 +2,7 @@@@ #define _AFFIXMGR_HXX_ #include #include -#include +#include d10 31 a40 2 #include "atypes.hxx" #include "baseaffix.hxx" @ 1.1 log @ only defines std::FILE, not FILE. Noticed on Solaris 10. @ text @d1 1 a1 1 $NetBSD$ @