Created attachment 158905 [details] svn patch to fix random playback with audio/ncmpcpp An user told me that shuffle playback with audio/ncmpcpp has been broken for month. The problem is caused by a missing initialization of the PRNG, the upstream bug report with patch can be found here: http://bugs.musicpd.org/view.php?id=4342 The attached minor update to the port adds the patch to it. It'll be removed as soon as the issue has been fixed upstream. Changes to the port are: - Add the patch - Bump PORTREVISION The update has been tested von FreeBSD/amd64 9.4, 9.3 and 10.1.
A commit references this bug: Author: riggs Date: Sun Aug 2 14:03:59 UTC 2015 New revision: 393424 URL: https://svnweb.freebsd.org/changeset/ports/393424 Log: Fix shuffle playback (random number generator is not initialised properly) While on it: Pet portlint PR: 201645 Submitted by: yamagi@yamagi.org (maintainer) MFH: 2015Q3 Changes: head/audio/ncmpcpp/Makefile head/audio/ncmpcpp/files/patch-src__status.cpp head/audio/ncmpcpp/files/patch-src_mpdpp.cpp head/audio/ncmpcpp/files/patch-src_mpdpp.h
A commit references this bug: Author: riggs Date: Wed Aug 5 06:20:25 UTC 2015 New revision: 393566 URL: https://svnweb.freebsd.org/changeset/ports/393566 Log: MFH: r393424 Fix shuffle playback (random number generator is not initialised properly) While on it: Pet portlint PR: 201645 Submitted by: yamagi@yamagi.org (maintainer) Approved by: ports-secteam (delphij) Changes: _U branches/2015Q3/ branches/2015Q3/audio/ncmpcpp/Makefile branches/2015Q3/audio/ncmpcpp/distinfo branches/2015Q3/audio/ncmpcpp/files/patch-src__status.cpp branches/2015Q3/audio/ncmpcpp/files/patch-src_mpdpp.cpp branches/2015Q3/audio/ncmpcpp/files/patch-src_mpdpp.h