Created attachment 146743 [details] moc-2.4.4.patch moc's configure checks for ALSA with pkg-config. If it's detected, it seems to be used by default. That 1. Creates hidden dependency on audio/alsa 2. Breaks the player, as it instead of playinf music it displays `Can't set period time: Invalid argument' error Solution is to patch configure to not detect ALSA. Port maintainer (rzinkov@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
Added maintainer for a check and approval.
A commit references this bug: Author: amdmi3 Date: Thu Sep 18 20:10:35 UTC 2014 New revision: 368517 URL: http://svnweb.freebsd.org/changeset/ports/368517 Log: - Suppress ALSA detection which creates hidden dependency and doesn't work PR: 193291 Submitted by: amdmi3 Approved by: maintainer timeout Changes: head/audio/moc/Makefile