CVSROOT:        /cvs
Module name:    ports
Changes by:     ajacou...@cvs.openbsd.org       2012/06/01 09:57:51

Modified files:
        devel/sdl-sound: Makefile 
        devel/sdl-sound/patches: patch-configure_in 
Added files:
        devel/sdl-sound/patches: patch-SDL_sound_h 
                                 patch-decoders_modplug_c 
                                 patch-decoders_timidity_instrum_dls_c 
                                 patch-decoders_timidity_timidity_c 
                                 patch-playsound_playsound_c 

Log message:
Fixes from upstream:
- Clean up symbol visibility.
- Don't force quit in signal handler, since we might double-free things.
- Disable reverb flag in modplug decoder. It's producing trash in some cases.
- Don't underflow array when parsing timidity config file.
- Fix read_config_file() not closing the file when there is an error.
- Honor the return code from recursive read_config_file() call.
- Reset some state on shutdown to prevent crash when reinitializing.

from Brad

Reply via email to