Date: Fri, 25 Oct 2019 15:41:29 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515618 - head/multimedia/musikcube Message-ID: <201910251541.x9PFfTne034226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Oct 25 15:41:29 2019 New Revision: 515618 URL: https://svnweb.freebsd.org/changeset/ports/515618 Log: multimedia/musikcube: unbreak with boost 1.72 In file included from src/core/audio/Player.cpp:39: src/core/audio/Stream.h:78:26: error: no template named 'deque' in namespace 'std' typedef std::deque<Buffer*> BufferList; ~~~~~^ Modified: head/multimedia/musikcube/Makefile (contents, props changed) head/multimedia/musikcube/distinfo (contents, props changed) Modified: head/multimedia/musikcube/Makefile ============================================================================== --- head/multimedia/musikcube/Makefile Fri Oct 25 15:41:16 2019 (r515617) +++ head/multimedia/musikcube/Makefile Fri Oct 25 15:41:29 2019 (r515618) @@ -5,6 +5,9 @@ DISTVERSION= 0.65.1 PORTREVISION= 3 CATEGORIES= multimedia audio +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 0c6c3f7a7bd5.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal-based music player, audio engine, metadata indexer, server Modified: head/multimedia/musikcube/distinfo ============================================================================== --- head/multimedia/musikcube/distinfo Fri Oct 25 15:41:16 2019 (r515617) +++ head/multimedia/musikcube/distinfo Fri Oct 25 15:41:29 2019 (r515618) @@ -1,3 +1,5 @@ TIMESTAMP = 1560994892 SHA256 (clangen-musikcube-0.65.1_GH0.tar.gz) = e847bd71d3852e83a50b6b0a796e88386f61f09f3fb6379c866616edba4c8b72 SIZE (clangen-musikcube-0.65.1_GH0.tar.gz) = 9042709 +SHA256 (0c6c3f7a7bd5.patch) = 5c259cac33e05a10dc1f41502e39bd1e1a2883db037a84f499d25d9b4184a7e7 +SIZE (0c6c3f7a7bd5.patch) = 4585
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910251541.x9PFfTne034226>