diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-14 13:03:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-14 13:03:05 +0800 |
commit | 2d6b6be27358b4519d222e4082d9e1df9c84f5f0 (patch) | |
tree | cb381caf81b1847be664587468c502c1e22508f0 /audio | |
parent | 6a538c1a55f946af71a99c78c136e085dcc5cd4c (diff) | |
download | freebsd-ports-graphics-2d6b6be27358b4519d222e4082d9e1df9c84f5f0.tar.gz freebsd-ports-graphics-2d6b6be27358b4519d222e4082d9e1df9c84f5f0.tar.zst freebsd-ports-graphics-2d6b6be27358b4519d222e4082d9e1df9c84f5f0.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festival/Makefile | 10 | ||||
-rw-r--r-- | audio/festival/pkg-descr | 2 | ||||
-rw-r--r-- | audio/gnuspeechsa/Makefile | 1 | ||||
-rw-r--r-- | audio/musescore/Makefile | 2 | ||||
-rw-r--r-- | audio/vsound/Makefile | 2 | ||||
-rw-r--r-- | audio/xmcd/Makefile | 3 |
6 files changed, 15 insertions, 5 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 2494d0430a0..450682db9b7 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -7,6 +7,7 @@ CATEGORIES= audio accessibility MASTER_SITES= FESTIVAL DISTFILES= ${DISTNAME}-release.tar.gz \ speech_tools-${PORTVERSION}-release.tar.gz +DIST_SUBDIR= festival PATCHFILES= src_modules_diphone_diphone.h.diff?id=b58a836:debian \ src_modules_diphone_di_io.cc.diff?id=b58a836:debian \ @@ -24,12 +25,15 @@ PATCH_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/festival/patch MAINTAINER= mi@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system +BROKEN_aarch64= XXX +BROKEN_armv6= Fails to link: cc.mak: No such file or directory +BROKEN_mips64= Fails to link: cc.mak: No such file or directory +BROKEN_powerpc64= Does not build + OPTIONS_DEFINE= NAS ESD OPTIONS_DEFAULT=NAS ESD ESD_DESC= ${ESOUND_DESC} -DIST_SUBDIR= festival - CXXFLAGS+= -DFTLIBDIR=${LOCALBASE}/share/festival/lib CONFIGURE_WRKSRC= ${WRKDIR}/festival USES= gmake @@ -43,8 +47,6 @@ WRKSRC= ${WRKDIR} SPT_PATCHES= include_ling__class_EST__FeatureFunctionPackage.h \ include_unix_EST__socket__unix.h -BROKEN_powerpc64= Does not build - do-build: .for d in speech_tools festival ${MAKE_CMD} -C ${WRKDIR}/$d ${MAKE_FLAGS} Makefile ${MAKE_ARGS} diff --git a/audio/festival/pkg-descr b/audio/festival/pkg-descr index f3ce17acd94..2282e42663b 100644 --- a/audio/festival/pkg-descr +++ b/audio/festival/pkg-descr @@ -15,6 +15,6 @@ manual. If you need the OGI extensions, install ports/audio/festival+OGI instead. -WWW: http://www.cstr.ed.ac.uk/projects/festival/ +WWW: http://www.cstr.ed.ac.uk/projects/festival/ Trevor Johnson diff --git a/audio/gnuspeechsa/Makefile b/audio/gnuspeechsa/Makefile index 05b72f9861f..cea96b069ec 100644 --- a/audio/gnuspeechsa/Makefile +++ b/audio/gnuspeechsa/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_9= does not build +BROKEN_aarch64= Does not build: the clang compiler does not support -march=native BROKEN_powerpc64= Does not build USES= cmake compiler:c++11-lib diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index c5595f4dcca..4c40ea1c5f2 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -26,6 +26,8 @@ ALL_TARGET= lrelease manpages all DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R} +BROKEN_aarch64= Fails to compile: error: constant expression evaluates to -1 + OPTIONS_DEFINE= ALSA JACK PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= PORTAUDIO diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index aa24fe81a5c..17872fad0d5 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= sox:audio/sox USES= alias libtool GNU_CONFIGURE= yes +BROKEN_aarch64= Fails to build: error: Cannot determine endian-ness of processor + OPTIONS_DEFINE= DOCS post-install: diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index b9b61c5a348..e5fa3a7cb28 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -22,6 +22,9 @@ PKGMESSAGE= ${WRKDIR}/pkg-message LIBBINDIR= ${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH} +BROKEN_aarch64= Fails to compile: many undefined symbols in xorg.cf +BROKEN_armv6= Fails to compile: many undefined symbols in xorg.cf +BROKEN_mips64= Fails to compile: many undefined symbols in xorg.cf BROKEN_powerpc64= Does not build on powerpc64 pre-patch: |