CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/16 00:45:19
Modified files:
sysutils/gkrellm/plugins/volume: Makefile
sysutils/gkrellm/plugins/volume/patches: patch-oss_mixer_c
sysutils/conky : Makefile
sysutils/tpb : Makefile
telephony/iaxclient: Makefile
telephony/iaxclient/patches:
patch-lib_portmixer_px_unix_oss_px_unix_oss_c
Added files:
sysutils/conky/patches: patch-src_mixer_c
sysutils/tpb/patches: patch-src_cfg_h
Log message:
Use /dev/null instead of /dev/mixer
Ports using -lossaudio still call open(2) to get a file descriptor.
They don't need it to change the volume, but expect various syscalls
to succeed. Using /dev/null ensures programs will continue to work
once /dev/mixer is disabled.
"go ahead" landry@ and naddy@