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:           Tue Apr  8 19:39:40 UTC 2008

Modified Files:
        wip/dict-server: Makefile Makefile.common distinfo
Removed Files:
        wip/dict-server/patches: patch-aa patch-ad

Log Message:

upgrade to upstream version 1.10.11

 Major changes:

 Everything can now be compiled with pcc (Portable C Compiler),
 tested under NetBSD

 clean-ups in C code, configure.in etc.  Warning messages generated by
 NetBSD/alpha were fixed.  Lots of warning messages produced by icc-10
 (Intel C Compiler) were fixed too.

 FIX: now dictd/libmaa can be built from external "object" (any!)
      directory just like many other autobloat-based projects can do.

      That is, the following works fine now

        cd obj-dir
        /path/to/dictd-sources/configure --with-libmaa
        gmake
        gmake install

 dictd:
     - FIXED: compilation failure on Linux if --disable-plugin
       option is specified.
     - index.c:
       FIXED: while processing MATCH command unicity of only first
       column of .index is checked, but fourth column (if present)
       is not.

     - timestamp log marker (log_option "timestamp") is changed from
       :T: to :t: because :T: begins client's full command (log_option
       "command")

 dictfmt:
     - FIXED: maximum length of headwords is limited to hardcoded
       constant just by cutting the end of headword.  Now internal
       arrays are realloced automatically.

 dict:
     - ADDED: -F|--flush option for flushing stdout after each
       definition/match. This may be useful in combination with -f

 colorit:
     - bashism fixed: 'echo -en' -> more portable 'printf'.
       Thanks to Debian users.

 libmaa:
     - fixed: DESTDIR support

 dictdplugin_popen:

     - fixed: missed header file, seen with gcc-4.3.
       Thanks to Martin Michlmayr for report


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.16 -r1.17 wip/dict-server/distinfo
cvs -z3 rdiff -u -r1.23 -r1.24 wip/dict-server/Makefile
cvs -z3 rdiff -u -r1.6 -r1.7 wip/dict-server/Makefile.common
cvs -z3 rdiff -u -r1.8 -r0 wip/dict-server/patches/patch-aa \
    wip/dict-server/patches/patch-ad

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/distinfo?r1=1.16&r2=1.17
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/Makefile?r1=1.23&r2=1.24
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/Makefile.common?r1=1.6&r2=1.7
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/patches/patch-aa?r1=1.8&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/patches/patch-ad?r1=1.8&r2=0

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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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