Update to 1.11.1
FIXES: Minor fix in dictd.8 (paths to config files), sf.net bug #2407717 Thanks to Peter Volkov Bug fixed in installing plugins, sf.net bug #2218879, Thanks to Peter Volkov DICTFMT sorts entries in 00-database-alphabet entry lexicographically, that is now this order doesn't depend on sizeof(long). This fixes sf.net bug #2197588. Thanks to Peter Volkov and his tests on PowerPC. DICTD: SHOW STRAT: s/databases present/strategies present/ found and reported by Goran Tal <goran.tal@gmail.com>. Thanks. DICTFMT: 'dictfmt -I' never worked (regrettable oversight, heh), found and reported by Goran Tal <goran.tal@gmail.com>. Thanks. Makefile.in, configure.in: "building and installing different set of things based on configure results considered harmful"(C) me :-) Plugins support in dictd is enabled by default (if available). DBI and JUDY plugins are disabled by default. Enable them explicitly by using ./configure --with-plugin-dbi and ./configure --with-plugin-judy This fixes sf.net bug #2218879 by Peter Volkov. By using DICTL_USE environment variable dictl utility can now use an external program for charset2charset conversions. This addresses sf.net bug #2407725, again by Peter Volkov * Makefile.in, configure.in: (Clean-ups) --with-local-libmaa option is removed from "configure" script. You should build libmaa manually before dictd/dict/... This removes lots of garbage from configure.in and Makefile.in and makes them MUCH cleaner. If you want to link dictd with libmaa statically, use Makefile's LIBMAA variable. configure.in, include_regex.h.in, index.c: (Clean-ups) Ages ago, I've add to "configure" script an option --with-regex-include to make possible to build dictd with PCRE. Now, I've removed this option. If you want to build dictd with with PCRE, ask PCRE developers to install pcre/regex.h file linked to pcreposix.h. All other regexp libraries compatible with POSIX API do the same, rx/regex.h, rxspencer/regex.h etc. etc. So, this is good and well known convension. Makefile.in: LIBMAA variable added. Change it if you want to link dictd against libmaa statically or... * configure.in: Enable additional gcc warnings on all platforms unconditionally, not only under Linux, I need them under NetBSD. Makefile.in: fix for "uninstall" target Lots of clean-ups in dictl. Other minor clean-ups in Makefile.in and configure.in Minor spelling fixes in NEWS
This commit is contained in:
parent
281d3e2f0d
commit
cf8c851dfa
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile.common,v 1.9 2008/12/07 22:27:59 cheusov Exp $
|
||||
# $NetBSD: Makefile.common,v 1.10 2009/02/28 21:39:51 cheusov Exp $
|
||||
# used by wip/dict-server/Makefile
|
||||
# used by wip/dict-client/Makefile
|
||||
DISTNAME= dictd-1.11.0
|
||||
DISTNAME= dictd-1.11.1
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \
|
||||
ftp://ftp.dict.org/pub/dict/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.19 2008/12/07 22:27:59 cheusov Exp $
|
||||
$NetBSD: distinfo,v 1.20 2009/02/28 21:39:51 cheusov Exp $
|
||||
|
||||
SHA1 (dictd-1.11.0.tar.gz) = d3ff60e88e9c83e82605481c9fb919eb21a6565f
|
||||
RMD160 (dictd-1.11.0.tar.gz) = 982d4adbe613110bfd0e249ce8c8df9c222ab304
|
||||
Size (dictd-1.11.0.tar.gz) = 417541 bytes
|
||||
SHA1 (dictd-1.11.1.tar.gz) = 48a98addfea83faed2b8890b1e1bae22d51d9113
|
||||
RMD160 (dictd-1.11.1.tar.gz) = a212c56b7316751c3501f38bee62bd2e9e097afb
|
||||
Size (dictd-1.11.1.tar.gz) = 416958 bytes
|
||||
|
|
Loading…
Reference in a new issue