Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 20:58:08 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527266 - head/audio/ardour
Message-ID:  <202002272058.01RKw8XT084053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Feb 27 20:58:07 2020
New Revision: 527266
URL: https://svnweb.freebsd.org/changeset/ports/527266

Log:
  Add verbose error message for powerpc64.

Modified:
  head/audio/ardour/Makefile

Modified: head/audio/ardour/Makefile
==============================================================================
--- head/audio/ardour/Makefile	Thu Feb 27 20:56:03 2020	(r527265)
+++ head/audio/ardour/Makefile	Thu Feb 27 20:58:07 2020	(r527266)
@@ -13,7 +13,7 @@ COMMENT=	Multichannel digital audio workstation
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	Does not build: KeyError: 'soundtouch'
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 LIB_DEPENDS=	libaubio.so:audio/aubio \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002272058.01RKw8XT084053>