Subject: CVS commit: pkgsrc/chat/eggdrop
From: Adam Ciarcinski
Date: 2004-12-03 13:15:54
Message id: 20041203121554.B01032DA1D@cvs.netbsd.org

Log Message:
Changes 1.6.17:
  - Lots of doc updates.
  - Added a "stripcodes" Tcl command. See doc/tcl-commands.doc for more
    information.
  - Bot idx's should be considered valid to tcl_valididx.
  - Always try to detect shared Tcl libraries before static ones.
  - We now correctly differentiate the +l user flag from the +l bot flag.
  - Cleaned up modules.c and the module configure stuff quite a bit.
  - Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier
    to allow users to override the system's Tcl version.
  - We now support module loading under Darwin (Mac OS X) and NeXT Step.
  - Don't try to call tcl_notes if the notes module isn't loaded.
  - Show a more descriptive error message when a listen socket can't be opened.
  - Fixed Tcl encoding issues with .tcl and .set.
  - Added a set of Finnish language files and a Finnish MOTD.
  - time_t isn't unsigned, and therefor %lu should not be used as a
    conversion specifier.
  - Fixed a gcc warning in dcc.c.
  - Added support for Quakenet channel modes.
  - Removed an invalid killsock() in dcc.c.
  - Fixed extra spaces being written to chan file.
  - Reworked 'make config' / module configure process.
  - Op (+o) implies halfop (+l) now.
  - Cleaned up and optimized rmspace() and fixfrom().
  - Updated recomended Tcl version to 8.4.6.
  - Fix behavior of the BCST bind. BCST is now correctly triggered for
    dccbroadcasts, as well as when a bot "says" something on a channel.
    See doc/tcl-commands.doc for more information.
  - Remove some unneeded casts.
  - Fixed performance issues with mv/cp when a lot of files are in the
    file area.
  - Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, not LB_LIBRARY_PATH.
  - Fix a possible issue with ident code.
  - Don't let .tcl mkdir create duplicate filedb entries.
  - Fixed a compile error related to varargs when using old Tcl versions.
  - Fixed a compile error on systems that don't have socklen_t.
  - Suppress configure warnings on systems that use newer versions of GNU
    coreutils.

Files:
RevisionActionfile
1.15modifypkgsrc/chat/eggdrop/Makefile
1.7modifypkgsrc/chat/eggdrop/PLIST
1.8modifypkgsrc/chat/eggdrop/distinfo
1.3modifypkgsrc/chat/eggdrop/patches/patch-aa
1.4modifypkgsrc/chat/eggdrop/patches/patch-ab
1.4modifypkgsrc/chat/eggdrop/patches/patch-ac
1.2modifypkgsrc/chat/eggdrop/patches/patch-ad
1.3modifypkgsrc/chat/eggdrop/patches/patch-ae
1.2modifypkgsrc/chat/eggdrop/patches/patch-af
1.6modifypkgsrc/chat/eggdrop/patches/patch-ag
1.2modifypkgsrc/chat/eggdrop/patches/patch-ah
1.3modifypkgsrc/chat/eggdrop/patches/patch-ai
1.3modifypkgsrc/chat/eggdrop/patches/patch-ak
1.2removepkgsrc/chat/eggdrop/patches/patch-aj