Created attachment 196281 [details] monster-masher.diff In recent versions of x11/libgnome, gnome_sound_connection_get() always returns -1 [1], so calling esd_sample_play() can never work. Can we remove the esound dependency? [1] https://developer.gnome.org/libgnome/stable/libgnome-gnome-sound.html#gnome-sound-connection-get
A commit references this bug: Author: tobik Date: Fri Aug 31 08:46:11 UTC 2018 New revision: 478530 URL: https://svnweb.freebsd.org/changeset/ports/478530 Log: games/monster-masher: Remove esound dependency Since libgnome 2.30 gnome_sound_connection_get() always returns -1 [1], so calling esd_sample_play() can never work. [1] https://developer.gnome.org/libgnome/stable/libgnome-gnome-sound.html#gnome-sound-connection-get PR: 230695 Submitted by: tobik Approved by: kwm (maintainer timeout, 2 weeks) Changes: head/games/monster-masher/Makefile head/games/monster-masher/files/patch-src_sound.cpp