1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Mark Linimon 2018-06-03 14:08:05 +00:00
parent 3b04393c06
commit 8fdf61abd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471496
12 changed files with 30 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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