have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
* 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.
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
o esd supports for multiple recording clients
- multiple esd_record_stream or esd_record_stream_fallback can
now run simultaneously
o security improvements
- you should upgrade to 0.2.21 - older version have security
holes, which can compromite account of any esd user
* Undo esd_send_file change on 03-03 - it makes lots of things break.
* Fix fcntl that tried to remove non-blocking flag.
* audio_solaris.c: Don't set the output device, volume and
balance when opening audio device. Those should be configurable
by an external program and the values set that way preserved
as defaults for sunsequent playing. (bugs #2587 and #5682)
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
* audio_solaris.c: Don't spit warnings if /dev/audio doesn't
exist. User probably knows he doesn't have a sound card.
* esdlib.c (esd_connect_tcpip): Fix case in which user specifies
only a port number (first character of host is :)