* 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.
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.