Subject: CVS commit: pkgsrc/chat/eggdrop
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 12/03/2004 12:15:54
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Dec  3 12:15:54 UTC 2004

Modified Files:
	pkgsrc/chat/eggdrop: Makefile PLIST distinfo
	pkgsrc/chat/eggdrop/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah patch-ai patch-ak
Removed Files:
	pkgsrc/chat/eggdrop/patches: patch-aj

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.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/chat/eggdrop/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/chat/eggdrop/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/chat/eggdrop/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/eggdrop/patches/patch-aa \
    pkgsrc/chat/eggdrop/patches/patch-ae pkgsrc/chat/eggdrop/patches/patch-ai \
    pkgsrc/chat/eggdrop/patches/patch-ak
cvs rdiff -r1.3 -r1.4 pkgsrc/chat/eggdrop/patches/patch-ab \
    pkgsrc/chat/eggdrop/patches/patch-ac
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/chat/eggdrop/patches/patch-ad \
    pkgsrc/chat/eggdrop/patches/patch-ah
cvs rdiff -r1.1 -r1.2 pkgsrc/chat/eggdrop/patches/patch-af
cvs rdiff -r1.5 -r1.6 pkgsrc/chat/eggdrop/patches/patch-ag
cvs rdiff -r1.2 -r0 pkgsrc/chat/eggdrop/patches/patch-aj

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