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

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_FILE= ${WRKSRC}/license.txt
BROKEN_powerpc64= fails to compile: misc.h:58:21: expected ';' before 'dummy_for_check'
LIB_DEPENDS= libodbc.so:databases/unixODBC
USES= compiler:c11 libtool pgsql

View File

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

View File

@ -12,6 +12,8 @@ COMMENT= Keystone Assembler Engine with Python bindings
LICENSE= BSD3CLAUSE
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
USES= pkgconfig python

View File

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

View File

@ -14,6 +14,7 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension
LICENSE= LGPL21
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 \
libltdl.so:devel/libltdl \

View File

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

View File

@ -10,6 +10,8 @@ COMMENT= Front-end to pkg(8)
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} \
man/man1/${PORTNAME}.1.gz

View File

@ -6,8 +6,9 @@ MASTERDIR= ${.CURDIR}/../../lang/php72
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
BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory
.include "${MASTERDIR}/Makefile"