Subject: CVS commit: pkgsrc/audio/esound
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/23/2002 18:02:27
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Sep 23 15:02:27 UTC 2002

Modified Files:
	pkgsrc/audio/esound: Makefile PLIST distinfo

Log Message:
Update to 0.2.29. Changes:
        * audio.c: set esd_audio_fd = -1 when we esd_audio_close()
        * esd.c: Set esd_forced_standby = 0 when we resume.
        * players.c: (read_player): fix crash on Solaris 9
        * configure.in: add summary info at end of configure
        * esd.c: (main): Fix --help
        *esdsample.c: (main): Fixed buffer-overflows.
        *esddsp.c: (unlink), (sockaddr_mangle):Fixed buffer-overflows.
        *esd.c: (safe_mksocketdir):Added code to check the return value
        of chmod() call.Fixes bug #89609
        * esdctl.c: (main): fix segfault when using -s (Debian)
        * esddsp.in: No longer use LD_PRELOAD_PATH  (Debian)
        * configure.in: Added -with-esd-dir option.
        * esound.pc.in: Added esd_serverdir
        * Makefile.am:  ADD -DSERVERDIR to INCLUDES
        * esdlib.c:     Call esd from SERVERDIR.  Replaced sizeof()
                    call with strlen() which is more appropriate.
        Allow users to specify the location of the esd executable.  This
        is useful for setups which want to place the esd daemon in
        libexec rather than bin.

and some ALSA related fixes.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 pkgsrc/audio/esound/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/audio/esound/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/audio/esound/distinfo

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