svn commit: r527266 - head/audio/ardour

Mark Linimon linimon at FreeBSD.org
Thu Feb 27 20:58:10 UTC 2020


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 \


More information about the svn-ports-head mailing list