From 8fdf61abd14b258865f03b760f8eb330dcd44c72 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 3 Jun 2018 14:08:05 +0000 Subject: [PATCH] These ports are not quite ready for the tier-2 archs yet. These are probably trivial fixes, if someone has the time and interest to pursue them. I'm definitely short of time ATM. Approved by: portmgr (tier-2 blanket) --- audio/abgate-lv2/Makefile | 2 ++ audio/avldrums-lv2/Makefile | 4 ++++ audio/caps-lv2/Makefile | 4 ++++ audio/eteroj-lv2/Makefile | 2 ++ audio/gmsynth-lv2/Makefile | 3 +++ audio/infamous-plugins-lv2/Makefile | 2 ++ audio/midi-matrix-lv2/Makefile | 2 ++ audio/moony-lv2/Makefile | 2 ++ audio/orbit-lv2/Makefile | 2 ++ audio/sherlock-lv2/Makefile | 2 ++ audio/triceratops-lv2/Makefile | 2 ++ audio/x42-plugins-lv2/Makefile | 3 +++ 12 files changed, 30 insertions(+) diff --git a/audio/abgate-lv2/Makefile b/audio/abgate-lv2/Makefile index 6c5429cba101..88eccd54ebd0 100644 --- a/audio/abgate-lv2/Makefile +++ b/audio/abgate-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= Noise gate LV2 plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake pkgconfig diff --git a/audio/avldrums-lv2/Makefile b/audio/avldrums-lv2/Makefile index b60b5b5e5cd9..75c7cd0fab0f 100644 --- a/audio/avldrums-lv2/Makefile +++ b/audio/avldrums-lv2/Makefile @@ -12,6 +12,10 @@ COMMENT= Dedicated AVLDrumkits LV2 Plugin LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to build: unknown FP unit 'sse' +BROKEN_armv7= fails to build: unknown FP unit 'sse' +BROKEN_powerpc64= fails to compile: unrecognized command line option "-msse2" + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake pkgconfig diff --git a/audio/caps-lv2/Makefile b/audio/caps-lv2/Makefile index 39fff957babf..bcc71589019d 100644 --- a/audio/caps-lv2/Makefile +++ b/audio/caps-lv2/Makefile @@ -11,6 +11,10 @@ COMMENT= LV2 version of the C* Audio Plugin Suite LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to build: dsp/v4f.h:153:12: no matching function for call to v4f_map +BROKEN_armv7= fails to build: dsp/v4f.h:153:12: no matching function for call to v4f_map +BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= gmake localbase diff --git a/audio/eteroj-lv2/Makefile b/audio/eteroj-lv2/Makefile index 50bc4686084f..0f715dbf4598 100644 --- a/audio/eteroj-lv2/Makefile +++ b/audio/eteroj-lv2/Makefile @@ -11,6 +11,8 @@ COMMENT= OSC injection/ejection from/to UDP/TCP/Serial for LV2 LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: varchunk/varchunk.h:84: expected specifier-qualifier-list before _Atomic + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsratom-0.so:audio/sratom \ libserd-0.so:devel/serd \ diff --git a/audio/gmsynth-lv2/Makefile b/audio/gmsynth-lv2/Makefile index f21e2dc5f4ad..b5bf1ab8a7db 100644 --- a/audio/gmsynth-lv2/Makefile +++ b/audio/gmsynth-lv2/Makefile @@ -13,6 +13,9 @@ COMMENT= General MIDI LV2 Synth LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: unknown FP unit 'sse' +BROKEN_armv7= fails to compile: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth diff --git a/audio/infamous-plugins-lv2/Makefile b/audio/infamous-plugins-lv2/Makefile index 27d6f120bca1..d27bbc59c338 100644 --- a/audio/infamous-plugins-lv2/Makefile +++ b/audio/infamous-plugins-lv2/Makefile @@ -12,6 +12,8 @@ COMMENT= LV2 plugins for various sound effects LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to compile: cc1: invalid option argument '-Og' + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/lib/libfftw3.so:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ diff --git a/audio/midi-matrix-lv2/Makefile b/audio/midi-matrix-lv2/Makefile index 0ae2dcd9b9dd..33b22836d08b 100644 --- a/audio/midi-matrix-lv2/Makefile +++ b/audio/midi-matrix-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= LV2 'Midi Matrix' plugin bundle: 'Channel Filter' LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= cmake pkgconfig diff --git a/audio/moony-lv2/Makefile b/audio/moony-lv2/Makefile index ffbb3fb365f3..87d77b1f1a96 100644 --- a/audio/moony-lv2/Makefile +++ b/audio/moony-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= Realtime Lua as programmable glue in LV2 LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= cmake:outsource pkgconfig diff --git a/audio/orbit-lv2/Makefile b/audio/orbit-lv2/Makefile index 09d9af46afc5..7f291506f304 100644 --- a/audio/orbit-lv2/Makefile +++ b/audio/orbit-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= LV2 plugin bundle from Open Music Kontrollers LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 USES= cmake pkgconfig diff --git a/audio/sherlock-lv2/Makefile b/audio/sherlock-lv2/Makefile index 9e1d879c7262..3e603d2ca62a 100644 --- a/audio/sherlock-lv2/Makefile +++ b/audio/sherlock-lv2/Makefile @@ -12,6 +12,8 @@ COMMENT= Investigative LV2 plugin bundle LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1: unrecognized command line option -std=gnu11 + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ diff --git a/audio/triceratops-lv2/Makefile b/audio/triceratops-lv2/Makefile index 20b8d8e96734..0d936071c223 100644 --- a/audio/triceratops-lv2/Makefile +++ b/audio/triceratops-lv2/Makefile @@ -13,6 +13,8 @@ COMMENT= Polyphonic synthesizer LV2 plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++0x + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/audio/x42-plugins-lv2/Makefile b/audio/x42-plugins-lv2/Makefile index 40e42f6687e8..e42a1be344aa 100644 --- a/audio/x42-plugins-lv2/Makefile +++ b/audio/x42-plugins-lv2/Makefile @@ -13,6 +13,9 @@ COMMENT= Collection of LV2 plugins (submodules) LICENSE= GPLv2 +BROKEN_armv6= fails to build: unknown FP unit 'sse' +BROKEN_armv7= fails to build: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ bash:shells/bash