The configure script of ocp checks GCC version, and if the major version is > 4, it breaks: "checking gcc version... configure: error: 5.0.0, bad" Upstream fixed this on 9 Feb 2015: http://sourceforge.net/p/opencubicplayer/code/ci/bceb98e168c76bd404734b63df92b198d0c0be45/ Can you apply the patch in order to fix build on gcc-5? Or give me permission to to do it? (I think there's a newer version 1.21 available (2011-11-17 so still old) but it obviously doesn't have the fix. It might be worth updating to version 1.21 and then applying the patch)
Auto-assigned to maintainer ehaupt@FreeBSD.org
I'm in contact with the author. There will soon be a new release. There is an ongoing, functional issue with the latest available version.
Meanwhile, feel free to commit the configure patch.
A commit references this bug: Author: marino Date: Fri Feb 20 12:46:28 UTC 2015 New revision: 379422 URL: https://svnweb.freebsd.org/changeset/ports/379422 Log: audio/ocp: Fix configure script to support gcc-5 (from upstream) PR: 197813 Submitted by: marino Approved by: maintainer (ehaupt) Changes: head/audio/ocp/files/patch-configure