Mark these ports as broken on powerpc64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-09-18 11:01:50 +00:00
parent bc04385f23
commit 272bca67ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480010
8 changed files with 16 additions and 2 deletions

View file

@ -15,6 +15,8 @@ COMMENT= PostgreSQL ODBC driver
LICENSE= LGPL20+ LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_FILE= ${WRKSRC}/license.txt
BROKEN_powerpc64= fails to compile: misc.h:58:21: expected ';' before 'dummy_for_check'
LIB_DEPENDS= libodbc.so:databases/unixODBC LIB_DEPENDS= libodbc.so:databases/unixODBC
USES= compiler:c11 libtool pgsql USES= compiler:c11 libtool pgsql

View file

@ -22,6 +22,8 @@ COMMENT= Perforce API (static libraries and header files)
LICENSE= BSD2CLAUSE LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_powerpc64= fails to build: /bin/sh: clang++: not found
BUILD_DEPENDS= ${JAM}:devel/jam BUILD_DEPENDS= ${JAM}:devel/jam
OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFINE= DOCS EXAMPLES

View file

@ -12,6 +12,8 @@ COMMENT= Keystone Assembler Engine with Python bindings
LICENSE= BSD3CLAUSE LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
BROKEN_powerpc64= fails to install: /wrkdirs/usr/ports/devel/py-keystone-engine/work-py36/keystone-engine-0.9.1-3/src/build/llvm/lib/libkeystone.so: No such file or directory
BUILD_DEPENDS= cmake:devel/cmake BUILD_DEPENDS= cmake:devel/cmake
USES= pkgconfig python USES= pkgconfig python

View file

@ -12,6 +12,8 @@ COMMENT= Yosys Open SYnthesis Suite
LICENSE= ISCL LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_powerpc64= fails to build: /bin/sh: clang: not found
BUILD_DEPENDS= abc:cad/abc \ BUILD_DEPENDS= abc:cad/abc \
bash:shells/bash \ bash:shells/bash \
gawk:lang/gawk gawk:lang/gawk

View file

@ -14,6 +14,7 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension
LICENSE= LGPL21 LICENSE= LGPL21
BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
BROKEN_powerpc64= fails to build: gmake[4]: *** [Makefile:3216: libguile_2.0_la-vm.lo] Error 1
LIB_DEPENDS= libgmp.so:math/gmp \ LIB_DEPENDS= libgmp.so:math/gmp \
libltdl.so:devel/libltdl \ libltdl.so:devel/libltdl \

View file

@ -13,6 +13,8 @@ COMMENT= Free implementation of Remote Desktop Protocol
LICENSE= APACHE20 LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_powerpc64= fails to build: ninja: error: build.ninja:315: bad $-escape (literal $ must be written as $$)
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= FreeRDP GH_ACCOUNT= FreeRDP
GH_PROJECT= ${GH_ACCOUNT} GH_PROJECT= ${GH_ACCOUNT}

View file

@ -10,6 +10,8 @@ COMMENT= Front-end to pkg(8)
LICENSE= BSD2CLAUSE LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to build: /usr/local/lib/gcc6/include/c++/thread:189: undefined reference to `std::thread::_State::~_State()'
PLIST_FILES= bin/${PORTNAME} \ PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz man/man1/${PORTNAME}.1.gz

View file

@ -6,8 +6,9 @@ MASTERDIR= ${.CURDIR}/../../lang/php72
PKGNAMESUFFIX= -hash PKGNAMESUFFIX= -hash
BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory
BROKEN_powerpc64= fails to compile: KeccakHash.h: No such file or directory
TEST_TARGET= test TEST_TARGET= test
BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"