svn commit: r464858 - in head/audio: eq10q-lv2 fluidplug-lv2 sorcer-lv2 x42-plugins-lv2

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 03:01:50 UTC 2018


Author: linimon
Date: Sun Mar 18 03:01:49 2018
New Revision: 464858
URL: https://svnweb.freebsd.org/changeset/ports/464858

Log:
  Mark these broken on arm and mips64: attempt to use x86-specific sse
  instructions.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/eq10q-lv2/Makefile
  head/audio/fluidplug-lv2/Makefile
  head/audio/sorcer-lv2/Makefile
  head/audio/x42-plugins-lv2/Makefile

Modified: head/audio/eq10q-lv2/Makefile
==============================================================================
--- head/audio/eq10q-lv2/Makefile	Sun Mar 18 02:50:07 2018	(r464857)
+++ head/audio/eq10q-lv2/Makefile	Sun Mar 18 03:01:49 2018	(r464858)
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=		fails to compile: unknown FP unit 'sse'
 BROKEN_armv6=		fails to compile: unknown FP unit 'sse'
+BROKEN_armv7=		fails to compile: unknown FP unit 'sse'
 BROKEN_mips64=		fails to compile: unknown FP unit 'sse'
 
 BUILD_DEPENDS=	lv2>0:audio/lv2

Modified: head/audio/fluidplug-lv2/Makefile
==============================================================================
--- head/audio/fluidplug-lv2/Makefile	Sun Mar 18 02:50:07 2018	(r464857)
+++ head/audio/fluidplug-lv2/Makefile	Sun Mar 18 03:01:49 2018	(r464858)
@@ -11,6 +11,11 @@ COMMENT=	SoundFonts as LV2 plugins via FluidSynth
 
 LICENSE=	LGPL20
 
+BROKEN_aarch64=		fails to compile: unknown FP unit 'sse'
+BROKEN_armv6=		fails to compile: unknown FP unit 'sse'
+BROKEN_armv7=		fails to compile: unknown FP unit 'sse'
+BROKEN_mips64=		fails to compile: unknown FP unit 'sse'
+
 BUILD_DEPENDS=	7z:archivers/p7zip \
 		lv2>0:audio/lv2
 LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth

Modified: head/audio/sorcer-lv2/Makefile
==============================================================================
--- head/audio/sorcer-lv2/Makefile	Sun Mar 18 02:50:07 2018	(r464857)
+++ head/audio/sorcer-lv2/Makefile	Sun Mar 18 03:01:49 2018	(r464858)
@@ -13,6 +13,11 @@ COMMENT=	Wavetable LV2 plugin synth targeted at the el
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: unknown FP unit 'sse'
+BROKEN_armv6=		fails to compile: unknown FP unit 'sse'
+BROKEN_armv7=		fails to compile: unknown FP unit 'sse'
+BROKEN_mips64=		fails to compile: unknown FP unit 'sse'
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
 LIB_DEPENDS=	libntk.so:x11-toolkits/ntk

Modified: head/audio/x42-plugins-lv2/Makefile
==============================================================================
--- head/audio/x42-plugins-lv2/Makefile	Sun Mar 18 02:50:07 2018	(r464857)
+++ head/audio/x42-plugins-lv2/Makefile	Sun Mar 18 03:01:49 2018	(r464858)
@@ -10,6 +10,11 @@ PKGNAMESUFFIX=	-lv2
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Collection of LV2 plugins (submodules)
 
+BROKEN_aarch64=		fails to compile: unknown FP unit 'sse'
+BROKEN_armv6=		fails to compile: unknown FP unit 'sse'
+BROKEN_armv7=		fails to compile: unknown FP unit 'sse'
+BROKEN_mips64=		fails to compile: unknown FP unit 'sse'
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/fftw3.h:math/fftw3 \
 		bash:shells/bash


More information about the svn-ports-all mailing list