1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2016-11-16 00:34:36 +00:00
parent d0c44e7818
commit 6d5d36d741
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426199
15 changed files with 35 additions and 5 deletions

View File

@ -12,6 +12,8 @@ COMMENT= Junk Mail Buffering Agent
GNU_CONFIGURE= yes
USES= gmake tar:bzip2
BROKEN_aarch64= Fails to build: gmake: msgfmt: Command not found
PLIST_FILES= bin/jmba \
man/man1/jmba.1.gz

View File

@ -41,6 +41,8 @@ USE_MOZILLA= # empty
USE_GL= gl
USES= tar:xz
BROKEN_aarch64= Fails to link: js-dtrace.o.arJ1an: error adding symbols: File in wrong format
MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \
--enable-single-profile --disable-profilesharing \
--enable-application=mail --enable-official-branding

View File

@ -38,6 +38,8 @@ GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION}
WRKSRC= ${WRKDIR}/${GAP_VERSION}
PLIST_FILES= bin/gap
BROKEN_aarch64= Fails to link: undefined reference to SyAllocBags
post-patch:
@${REINPLACE_CMD} -i '' -e '1s|/usr/bin/sh|/bin/sh|' ${WRKSRC}/pkg/happrime/make_tarball

View File

@ -14,8 +14,6 @@ LICENSE= MIT ISCL BSD2CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_powerpc64= Does not build
USE_GITHUB= yes
GH_ACCOUNT= JuliaLang
GH_PROJECT= openlibm
@ -23,6 +21,9 @@ GH_PROJECT= openlibm
USES= gmake
USE_LDCONFIG= yes
BROKEN_aarch64= Does not compile: the clang compiler does not support -march=aarch64
BROKEN_powerpc64= Does not build
.include <bsd.port.pre.mk>
MAKE_ENV+= prefix=${PREFIX}

View File

@ -20,6 +20,8 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/blkid
PKGDIR= ${.CURDIR}
BROKEN_aarch64= Fails to build: No targets specified and no makefile found
pre-build:
${MKDIR} ${WRKSRC}/lib/blkid/elfshared
cd ${WRKSRC}/util && ${MAKE_CMD} subst

View File

@ -12,7 +12,10 @@ COMMENT= Library to import various 3D model formats in a uniform manner
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= Does not compile: error: non-constant-expression cannot be narrowed from type int8_t to char
BROKEN_armv6= Does not compile: error: non-constant-expression cannot be narrowed from type int8_t to char
BROKEN_powerpc64= Does not build
BROKEN_armv6= Does not compile: error: ByteSwap has not been declared
USES= cmake compiler:c++11-lib pkgconfig
USE_GITHUB= yes

View File

@ -33,6 +33,8 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE=nls
BROKEN_aarch64= Fails to compile: error: call to member function insert is ambiguous
# fixes build on non UTF-8 enviroments
post-patch:
@${REINPLACE_CMD} -e 's|echo $<|LANG=C; LC_ALL=C; &|' \

View File

@ -23,6 +23,8 @@ USE_LDCONFIG= yes
PLIST_FILES= lib/va/i965_drv_video.so
BROKEN_aarch64= Fails to compile: fatal error: intel_bufmgr.h file not found
post-patch: .SILENT
${REINPLACE_CMD} -e 's/-ldl//' \
${WRKSRC}/src/Makefile.am

View File

@ -70,6 +70,8 @@ DOCSDIR= ${PREFIX}/share/doc/xine-lib
PLUGINSDIR= lib/xine/plugins/2.5
PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}"
BROKEN_aarch64= Fails to configure: error: no acceptable as found in $PATH
OPTIONS_DEFINE= NLS CACA ESOUND JACK GNOMEVFS2 PULSEAUDIO XVMC SMB AALIB \
IMAGEMAGICK PIXBUF WAVPACK VAAPI LIBBLURAY
OPTIONS_DEFAULT=VAAPI

View File

@ -81,6 +81,8 @@ ALL_TARGET= mencoder
.include "${.CURDIR}/../mplayer/Makefile.options"
BROKEN_aarch64= Fails to compile: error: invalid operand for instruction
pre-everything::
@${ECHO_MSG} "N - O - T - E"
@${ECHO_MSG} ""

View File

@ -24,7 +24,9 @@ BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
PLIST_FILES= bin/mkclean \
bin/mkWDclean
BROKEN_sparc64= Does not install on sparc64: gmake: GNUmakefile: No such file or directory
BROKEN_aarch64= Does not install: arm-none-linux-gnueabi-gcc: Command not found
BROKEN_mips64= Does not install: mipsel-linux-gcc: Command not found
BROKEN_sparc64= Does not install: gmake: GNUmakefile: No such file or directory
post-extract:
@${REINPLACE_CMD} -e 's,/usr/local,$$(DESTDIR)$$(PREFIX),g' ${WRKSRC}/corec/tools/coremake/gcc_mak.inc

View File

@ -115,6 +115,9 @@ CONFIGURE_ARGS+=--disable-x11
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../multimedia/mplayer/Makefile.options"
BROKEN_armv6= Fails to compile: Error: garbage following instruction -- vmov s16,SCALE
BROKEN_aarch64= Fails to compile: error: invalid operand for instruction
pre-everything::
@${ECHO_MSG} "N - O - T - E"
@${ECHO_MSG} ""

View File

@ -13,8 +13,6 @@ COMMENT= Create moodbars from video files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_powerpc64= Does not build
BUILD_DEPENDS= help2man:misc/help2man
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libpopt.so:devel/popt \
@ -25,4 +23,7 @@ USE_GITHUB= yes
USES= cmake:outsource pkgconfig
USE_LDCONFIG= yes
BROKEN_aarch64= Fails to install: runaway process
BROKEN_powerpc64= Does not build
.include <bsd.port.mk>

View File

@ -38,6 +38,8 @@ GH_ACCOUNT= jp9000
INSTALLS_ICONS= yes
BROKEN_aarch64= Fails to compile: invalid conversion between vector type and integer type
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc

View File

@ -23,6 +23,8 @@ EXTRACT_AFTER_ARGS+= --exclude "md5*"
WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-1d3b6e448e01/source
BROKEN_mips64= Fails to link: Nonrepresentable section on output
do-test:
${WRKSRC}/test/TestBench