Commit graph

10 commits

Author SHA1 Message Date
Min Sik Kim
39542960de libmaa is in pkgsrc. 2009-03-12 00:58:00 +00:00
Aleksey Cheusov
c4e5957def updated to version 1.11.0
Major changes:

  dictd tarball no longer contains libmaa library.  Now
  dictd/dict/dictfmt/dictzip/... are built with external libmaa
  library. Also, by default local "libmaa" directory is not used to
  detect libmaa even if this directory is present,
  use './configure --with-local-libmaa' option to force this.

  configure:
    removed: --with-cc, --with-cflags, --with-prog, --with-gprof,
    --with-checker, --with-efence, --with-insure and --with-purify
    options. Use standard CC, CPPFLAGS, CFLAGS, LDFLAGS etc.
     environment variables instead

  Compilation errors fixed on Solaris, Interix, HP-UX and others.

  dictfmt_index2suffix: \001 -> \1 inside regexp. It seems it is better
  eccepted by different awk/regexp_engines. (heirloom posix2001/awk and
  libuxre)

  fixed: sf.net bug #1627458 (make samples fails to build)

  fixed: sf.net bug #1941358 (first connection is denied)

  dictfmt_index2suffix: no need for GNU awk

  dictfmt_index2suffix and dictfmt_index2word are generated from *.in

  Lots of minor fixes and clean-ups in regression tests, Makefiles,
  configure...

  Lots of GCC warning messages were also fixed
2008-12-07 22:27:59 +00:00
Aleksey Cheusov
a60f0e1626 dict client is now linked with libmaa (wip/libmaa) 2008-04-09 09:24:53 +00:00
Aleksey Cheusov
0717acaccf changes caused changes in dict-server 2008-04-09 09:17:28 +00:00
Aleksey Cheusov
f594f5b457 minor clean-ups 2008-04-08 19:44:25 +00:00
Aleksey Cheusov
d07a54fcf7 INSTALLATION_DIRS 2008-03-30 13:02:17 +00:00
Aleksey Cheusov
6d5f44dce7 fixed: missing zlib (seen on fresh Debian/sarge) 2007-03-10 21:21:25 +00:00
Aleksey Cheusov
171e4ed913 USE_LIBTOOL=yes 2007-01-03 10:42:57 +00:00
Aleksey Cheusov
8c9977fda1 lex and libtool added to USE_TOOLS 2007-01-03 10:41:44 +00:00
Aleksey Cheusov
488d3ee0ad wip/dict-client: adapted from textproc/ with some minor fixes (zlib, e.g.)
client and server has the same version and other attrs (Makefile.common)
2006-09-02 00:19:32 +00:00