Date: Sun, 24 Jun 2018 01:36:11 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473173 - in head/audio: artyfx-lv2 guitarix-lv2 zam-plugins-lv2 Message-ID: <201806240136.w5O1aB5l076421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Jun 24 01:36:11 2018 New Revision: 473173 URL: https://svnweb.freebsd.org/changeset/ports/473173 Log: Mark these broken on non-x86. I was not able to find a quick fix for these, although most of the other -lv2 ports were fairly easy. Approved by: portmgr (tier-2 blanket) Modified: head/audio/artyfx-lv2/Makefile head/audio/guitarix-lv2/Makefile head/audio/zam-plugins-lv2/Makefile Modified: head/audio/artyfx-lv2/Makefile ============================================================================== --- head/audio/artyfx-lv2/Makefile Sun Jun 24 01:06:40 2018 (r473172) +++ head/audio/artyfx-lv2/Makefile Sun Jun 24 01:36:11 2018 (r473173) @@ -13,6 +13,11 @@ COMMENT= ArtyFX plugin bundle LICENSE= GPLv2 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_powerpc64= fails to compile: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsndfile.so:audio/libsndfile Modified: head/audio/guitarix-lv2/Makefile ============================================================================== --- head/audio/guitarix-lv2/Makefile Sun Jun 24 01:06:40 2018 (r473172) +++ head/audio/guitarix-lv2/Makefile Sun Jun 24 01:36:11 2018 (r473173) @@ -14,6 +14,11 @@ COMMENT= Virtual versatile amplification for Jack and LICENSE= GPLv2+ 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_powerpc64= fails to compile: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \ Modified: head/audio/zam-plugins-lv2/Makefile ============================================================================== --- head/audio/zam-plugins-lv2/Makefile Sun Jun 24 01:06:40 2018 (r473172) +++ head/audio/zam-plugins-lv2/Makefile Sun Jun 24 01:36:11 2018 (r473173) @@ -11,6 +11,11 @@ COMMENT= Collection of LADSPA/LV2/VST/JACK audio plugi 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_powerpc64= fails to compile: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806240136.w5O1aB5l076421>