Mark these broken on arm and mips64: attempt to use x86-specific sse

instructions.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-03-18 03:01:49 +00:00
parent 5ec42c4c13
commit 6dbe719c55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464858
4 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -13,6 +13,11 @@ COMMENT= Wavetable LV2 plugin synth targeted at the electronic/dubstep genre
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

View File

@ -10,6 +10,11 @@ PKGNAMESUFFIX= -lv2
MAINTAINER= yuri@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