Mark more ports broken that fail on both armv6 and armv7.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-12-09 00:42:05 +00:00
parent e4ce169cc8
commit e8210b4758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455813
21 changed files with 62 additions and 6 deletions

View file

@ -16,6 +16,9 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libfftw3f.so:math/fftw3-float LIB_DEPENDS= libfftw3f.so:math/fftw3-float
BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2 USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2
USE_LDCONFIG= yes USE_LDCONFIG= yes
WRKSRC_SUBDIR= libs WRKSRC_SUBDIR= libs

View file

@ -13,6 +13,9 @@ COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= stephaneguindon GH_ACCOUNT= stephaneguindon

View file

@ -12,6 +12,8 @@ DISTNAME= percona-server-${DISTVERSION}
MAINTAINER= flo@FreeBSD.org MAINTAINER= flo@FreeBSD.org
COMMENT?= Multithreaded SQL database (server) COMMENT?= Multithreaded SQL database (server)
BROKEN_armv6= fails to compile: sql/mysqld.cc:198:19: error: cannot combine with previous 'type-name' declaration specifier
BROKEN_armv7= fails to compile: sql/mysqld.cc:198:19: error: cannot combine with previous 'type-name' declaration specifier
NOT_FOR_ARCHS= powerpc64 NOT_FOR_ARCHS= powerpc64
NOT_FOR_ARCHS_REASON= unsupported platform NOT_FOR_ARCHS_REASON= unsupported platform

View file

@ -12,6 +12,9 @@ COMMENT= Horizontally scale Postgresql using sharding and replication
LICENSE= AGPLv3 LICENSE= AGPLv3
BROKEN_armv6= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
BROKEN_armv7= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
USES= gmake pgsql:9.6+ autoreconf readline USES= gmake pgsql:9.6+ autoreconf readline
WANT_PGSQL= lib server WANT_PGSQL= lib server
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -13,6 +13,9 @@ COMMENT= The C++ Database Access Library
LICENSE= BSL LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
BROKEN_armv6= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
BROKEN_armv7= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
USES= cmake zip USES= cmake zip
CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -19,6 +19,9 @@ LIB_DEPENDS= libargdata.so:devel/argdata
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
BROKEN_armv6= fails to build: *** Signal 11
BROKEN_armv7= fails to build: *** Signal 11
USES= cmake localbase:ldflags python:3.4+ shebangfix tar:xz USES= cmake localbase:ldflags python:3.4+ shebangfix tar:xz
python_OLD_CMD= "/usr/bin/env python3" python_OLD_CMD= "/usr/bin/env python3"
SHEBANG_FILES= scripts/aprotoc.py SHEBANG_FILES= scripts/aprotoc.py

View file

@ -17,6 +17,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \ RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \
${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib ${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib
BROKEN_armv6= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory
BROKEN_armv7= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv7/md5c.so:No such file or directory
USES+= tcl:85+ USES+= tcl:85+
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= andreas-kupries GH_ACCOUNT= andreas-kupries

View file

@ -14,6 +14,8 @@ LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= does not configure: error: check for atomictype failed BROKEN_aarch64= does not configure: error: check for atomictype failed
BROKEN_armv6= does not compile: string_view:204:5: error: static_assert failed "Character type of basic_string_view must be a POD"
BROKEN_armv7= does not compile: string_view:204:5: error: static_assert failed "Character type of basic_string_view must be a POD"
BROKEN_mips= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section BROKEN_mips= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section
BROKEN_mips64= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section BROKEN_mips64= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section
BROKEN_sparc64= does not configure BROKEN_sparc64= does not configure

View file

@ -11,6 +11,9 @@ COMMENT= Foreign function call libraries
LICENSE= GPLv2+ LICENSE= GPLv2+
BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake libtool USES= gmake libtool
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -17,6 +17,9 @@ BUILD_DEPENDS= gm4:devel/m4
LIB_DEPENDS= libglpk.so:math/glpk \ LIB_DEPENDS= libglpk.so:math/glpk \
libgmp.so:math/gmp libgmp.so:math/gmp
BROKEN_armv6= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
BROKEN_armv7= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::Pseudo_Row'
USES= gmake perl5 tar:xz libtool USES= gmake perl5 tar:xz libtool
USE_PERL5= build USE_PERL5= build
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -7,6 +7,9 @@ CONFLICTS_INSTALL= ${PORTNAME}-[0-9]*
OPTIONS_EXCLUDE= ${OPTIONS_DEFINE} OPTIONS_EXCLUDE= ${OPTIONS_DEFINE}
OPTIONS_SLAVE= FREEBSD_TEMPLATE P4_STYLE_MARKERS SERF STATIC OPTIONS_SLAVE= FREEBSD_TEMPLATE P4_STYLE_MARKERS SERF STATIC
BROKEN_armv6 = fails to link: (.text+0x1124e8): undefined reference to 'log' 20171201
BROKEN_armv7 = fails to link: (.text+0x118018): undefined reference to 'log' 20171126
MASTERDIR= ${.CURDIR}/../subversion MASTERDIR= ${.CURDIR}/../subversion
PKGMESSAGE= ${.CURDIR}/pkg-message PKGMESSAGE= ${.CURDIR}/pkg-message

View file

@ -26,6 +26,8 @@ LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
libsqlite3.so:databases/sqlite3 libsqlite3.so:databases/sqlite3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
BROKEN_armv6 = fails to build: Child process terminated abnormally: Segmentation fault
BROKEN_armv7 = fails to build: Child process terminated abnormally: Segmentation fault
BROKEN_powerpc64= fails to configure: checking for botan/botan.h... no BROKEN_powerpc64= fails to configure: checking for botan/botan.h... no
USE_GITHUB= yes USE_GITHUB= yes

View file

@ -18,6 +18,9 @@ EXTRACT_ONLY= crafty-${PORTVERSION}.zip
MAINTAINER= johans@FreeBSD.org MAINTAINER= johans@FreeBSD.org
COMMENT= Chess program for playing and analyzing games COMMENT= Chess program for playing and analyzing games
BROKEN_armv6 = fails to build: Could not read profile default.profdata: No such file or directory
BROKEN_armv7 = fails to build: Could not read profile default.profdata: No such file or directory
WRKSRC= ${WRKDIR} WRKSRC= ${WRKDIR}
USES= gmake zip USES= gmake zip

View file

@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgd.so:graphics/gd LIB_DEPENDS= libgd.so:graphics/gd
BROKEN_armv6 = fails to build: parse.c:(.text+0x174): undefined reference to 'fgettok'
BROKEN_armv7 = fails to build: parse.c:(.text+0x174): undefined reference to 'fgettok'
USES= tar:bzip2 USES= tar:bzip2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gd CONFIGURE_ARGS= --enable-gd

View file

@ -21,6 +21,9 @@ LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff \ RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff \
jless:japanese/less jless:japanese/less
BROKEN_armv6 = fails to compile: man.c:37:10: fatal error: 'config.h' file not found
BROKEN_armv7 = fails to compile: man.c:37:10: fatal error: 'config.h' file not found
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}" MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
USES= shebangfix USES= shebangfix
SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl

View file

@ -12,6 +12,10 @@ COMMENT= Go programming language
LICENSE= BSD3CLAUSE LICENSE= BSD3CLAUSE
BROKEN_armv6 = fails to build: go build runtime: go/pkg/tool/freebsd_arm/5g: wait: interrupted system call
BROKEN_armv7 = fails to build: go build runtime: go/pkg/tool/freebsd_arm/5g: wait: interrupted system call
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
USES= compiler shebangfix USES= compiler shebangfix
SHEBANG_LANG= sh perl SHEBANG_LANG= sh perl
SHEBANG_FILES= src/*.bash \ SHEBANG_FILES= src/*.bash \
@ -29,8 +33,6 @@ sh_CMD= ${SH}
WRKSRC= ${WRKDIR}/go WRKSRC= ${WRKDIR}/go
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
# If cc is clang, change it to clang to help Go identify the compiler # If cc is clang, change it to clang to help Go identify the compiler

View file

@ -18,6 +18,10 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \
LIB_DEPENDS= libinotify.so:devel/libinotify LIB_DEPENDS= libinotify.so:devel/libinotify
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow
BROKEN_armv6= fails to compile: mono/arch/arm/arm-codegen.h:947:10: fatal error: 'mono/arch/arm/arm_dpimacros.h' file not found
BROKEN_armv7= fails to compile: mono/arch/arm/arm-codegen.h:947:10: fatal error: 'mono/arch/arm/arm_dpimacros.h' file not found
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc
OPTIONS_DEFINE= ACCEPTANCE_TESTS MONOLITE OPTIONS_DEFINE= ACCEPTANCE_TESTS MONOLITE
OPTIONS_DEFAULT= MONOLITE OPTIONS_DEFAULT= MONOLITE
ACCEPTANCE_TESTS_DESC= Download and run the .Net acceptance tests ACCEPTANCE_TESTS_DESC= Download and run the .Net acceptance tests
@ -65,8 +69,6 @@ MAKE_ENV= MONO_SHARED_DIR="${WRKDIR}" \
TEST_TARGET= check TEST_TARGET= check
TEST_WRKSRC= ${WRKSRC}/mono/tests TEST_WRKSRC= ${WRKSRC}/mono/tests
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc
PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d* PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d*
LOCALBASE?= /usr/local LOCALBASE?= /usr/local

View file

@ -21,6 +21,8 @@ LICENSE= LGPL3
LIB_DEPENDS= libffi.so:devel/libffi LIB_DEPENDS= libffi.so:devel/libffi
BROKEN_armv6= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
BROKEN_armv7= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target
BROKEN_i386= fails to build: Seg fault (internal error) at 0x606060a BROKEN_i386= fails to build: Seg fault (internal error) at 0x606060a
BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function) BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
NOT_FOR_ARCHS= aarch64 aarch64 sparc64 NOT_FOR_ARCHS= aarch64 aarch64 sparc64

View file

@ -11,6 +11,9 @@ COMMENT= Indexing and searching in Maildir, MH, or mbox folders
LICENSE= GPLv2 LICENSE= GPLv2
BROKEN_armv6= fails to build under emulation: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
BROKEN_armv7= fails to build under emulation: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
USES= bison gmake USES= bison gmake
HAS_CONFIGURE= yes HAS_CONFIGURE= yes

View file

@ -14,6 +14,9 @@ COMMENT= Process utilities module for Python
LICENSE= BSD3CLAUSE LICENSE= BSD3CLAUSE
BROKEN_armv6= fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
BROKEN_armv7= fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
PORTSCOUT= limit:^1\.2\. PORTSCOUT= limit:^1\.2\.
USES= python USES= python

View file

@ -13,8 +13,6 @@ COMMENT?= Fast, simple and flexible GUI system for games and 3D applications
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING.MIT LICENSE_FILE= ${WRKSRC}/COPYING.MIT
BROKEN_powerpc64= Does not build
.if !defined(MASTERDIR) .if !defined(MASTERDIR)
LIB_DEPENDS= libfreetype.so:print/freetype2 \ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libOIS.so:devel/ois libOIS.so:devel/ois
@ -25,6 +23,10 @@ BUILD_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR}
INSTALL_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR} INSTALL_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR}
.endif .endif
BROKEN_armv6= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
BROKEN_armv7= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
BROKEN_powerpc64= fails to build
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= MyGUI GH_ACCOUNT= MyGUI