pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/dict-server



Module name:    wip
Committed by:   cheusov
Date:           Sat Feb 28 21:39:51 UTC 2009

Modified Files:
        wip/dict-server: Makefile.common distinfo

Log Message:

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@localhost>. Thanks.

     DICTFMT: 'dictfmt -I' never worked (regrettable oversight, heh),
     found and reported by Goran Tal <goran.tal%gmail.com@localhost>. 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


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.19 -r1.20 wip/dict-server/distinfo
cvs -z3 rdiff -u -r1.9 -r1.10 wip/dict-server/Makefile.common

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/distinfo?r1=1.19&r2=1.20
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/Makefile.common?r1=1.9&r2=1.10

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index