svn commit: r471488 - head/audio/jack

Mark Linimon linimon at FreeBSD.org
Sun Jun 3 11:08:26 UTC 2018


Author: linimon
Date: Sun Jun  3 11:08:25 2018
New Revision: 471488
URL: https://svnweb.freebsd.org/changeset/ports/471488

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/jack/Makefile

Modified: head/audio/jack/Makefile
==============================================================================
--- head/audio/jack/Makefile	Sun Jun  3 11:04:08 2018	(r471487)
+++ head/audio/jack/Makefile	Sun Jun  3 11:08:25 2018	(r471488)
@@ -12,6 +12,8 @@ COMMENT=	Low latency audio server
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+BROKEN_powerpc64=	fails to build: Unrecognized opcode: 'sldi'
+
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 		libsamplerate.so:audio/libsamplerate \
 		libcelt0.so:audio/celt


More information about the svn-ports-all mailing list