summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-21 21:55:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-21 21:55:08 +0000
commitfa7459871993c1b82be45b128cb6cc16d6d6097b (patch)
treef3de3615c4398425cec6e6c4d1a630f701a34d2d /devel
parentUpdate to bibtool 2.67 (diff)
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441429
Diffstat (limited to 'devel')
-rw-r--r--devel/ccache-memcached-static/Makefile2
-rw-r--r--devel/cctz/Makefile2
-rw-r--r--devel/cheritrace-devel/Makefile2
-rw-r--r--devel/clanlib22/Makefile5
-rw-r--r--devel/cppcheck/Makefile2
-rw-r--r--devel/cpprestsdk/Makefile2
-rw-r--r--devel/creduce/Makefile2
-rw-r--r--devel/dia2code+/Makefile2
-rw-r--r--devel/gcc-msp430-ti-toolchain/Makefile3
-rw-r--r--devel/include-what-you-use/Makefile2
-rw-r--r--devel/libgrading/Makefile2
-rw-r--r--devel/liblas/Makefile5
-rw-r--r--devel/linenoise-ng/Makefile6
-rw-r--r--devel/log4cpp/Makefile4
-rw-r--r--devel/pecl-grpc/Makefile2
-rw-r--r--devel/php5-pinba/Makefile2
-rw-r--r--devel/pure-stldict/Makefile2
-rw-r--r--devel/py-grpcio/Makefile2
-rw-r--r--devel/py-ice/Makefile2
19 files changed, 46 insertions, 5 deletions
diff --git a/devel/ccache-memcached-static/Makefile b/devel/ccache-memcached-static/Makefile
index 2cd4b8a1ad9d..c0a8de3b9f3b 100644
--- a/devel/ccache-memcached-static/Makefile
+++ b/devel/ccache-memcached-static/Makefile
@@ -8,4 +8,6 @@ OPTIONS_SLAVE= MEMCACHED STATIC
CONFLICTS_INSTALL= ccache-[0-9]* ccache-memcached[0-9]* ccache-static[0-9]*
+BROKEN_powerpc64= fails to configure: checking for memcached in -lmemcached... no
+
.include "${MASTERDIR}/Makefile"
diff --git a/devel/cctz/Makefile b/devel/cctz/Makefile
index 73f0183c93e0..c8cb11ae2e58 100644
--- a/devel/cctz/Makefile
+++ b/devel/cctz/Makefile
@@ -12,6 +12,8 @@ COMMENT= C++ library for handling dates, times, and time zones
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_powerpc64= fails to compile: time_tool.cc: 'stoll' is not a member of 'std'
+
GH_ACCOUNT= google
USE_GITHUB= yes
USES= compiler:c++11-lib gmake
diff --git a/devel/cheritrace-devel/Makefile b/devel/cheritrace-devel/Makefile
index 7952be4172c4..8b9ae976d357 100644
--- a/devel/cheritrace-devel/Makefile
+++ b/devel/cheritrace-devel/Makefile
@@ -12,6 +12,8 @@ COMMENT= Library and tool for interacting with CHERI streamtraces
BUILD_DEPENDS= llvm-config-cheri:devel/llvm-cheri
LIB_DEPENDS= libLLVMCore.so:devel/llvm-cheri
+BROKEN_powerpc64= fails to compile: addressmap.cc: 'stoll' is not a member of 'std'
+
USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-CHERI
diff --git a/devel/clanlib22/Makefile b/devel/clanlib22/Makefile
index 3fa4247acaae..d8282b44f189 100644
--- a/devel/clanlib22/Makefile
+++ b/devel/clanlib22/Makefile
@@ -48,8 +48,9 @@ INSTALL_TARGET= install-strip
PLIST_SUB+= VER=${PORTVERSION:R} \
SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E}
-BROKEN_aarch64= Fails to configure: error: Requires SSE2 Support
-BROKEN_sparc64= Fails to configure: error: Requires SSE2 Support
+BROKEN_aarch64= fails to configure: error: Requires SSE2 Support
+BROKEN_powerpc64= fails to configure: error: Requires SSE2 Support
+BROKEN_sparc64= fails to configure: error: Requires SSE2 Support
post-patch:
@${REINPLACE_CMD} -e '/^extra_LIBS_clanSqlite/s|-ldl||g' \
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 4793f23cbeec..b697a0de8aeb 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2
+BROKEN_powerpc64= fails to compile: analyzerinfo.cpp: 'to_string' is not a member of 'std'
+
USES= compiler:c++11-lib execinfo gmake python shebangfix tar:bzip2
SHEBANG_FILES= htmlreport/cppcheck-htmlreport
USE_CXXSTD= c++11
diff --git a/devel/cpprestsdk/Makefile b/devel/cpprestsdk/Makefile
index 077fca1abf8b..1a130bf525f8 100644
--- a/devel/cpprestsdk/Makefile
+++ b/devel/cpprestsdk/Makefile
@@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/../license.txt
LIB_DEPENDS= libboost_system.so:devel/boost-libs
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
+
USE_GITHUB= yes
GH_ACCOUNT= Microsoft
diff --git a/devel/creduce/Makefile b/devel/creduce/Makefile
index bbbaa1a4ad19..e67d669f04bb 100644
--- a/devel/creduce/Makefile
+++ b/devel/creduce/Makefile
@@ -19,6 +19,8 @@ RUN_DEPENDS= llvm-config39:devel/llvm39 \
devel/p5-Sys-Cpu>=0:devel/p5-Sys-Cpu \
p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular
+BROKEN_powerpc64= fails to configure: cannot compile and link test program with selected LLVM
+
GNU_CONFIGURE= yes
CONFIGURE_FLAGS= --with-llvm=${LOCALBASE}
CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config39 \
diff --git a/devel/dia2code+/Makefile b/devel/dia2code+/Makefile
index 9cadd1a9b551..3ece282bad26 100644
--- a/devel/dia2code+/Makefile
+++ b/devel/dia2code+/Makefile
@@ -14,6 +14,8 @@ COMMENT= Complete rewrite of dia2code in C++
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_powerpc64= fails to compile: GenerateCodePhp.cpp: 'stoi' is not a member of 'std'
+
USES= autoreconf:build compiler:gcc-c++11-lib iconv
USE_GNOME= libxml2
GNU_CONFIGURE= yes
diff --git a/devel/gcc-msp430-ti-toolchain/Makefile b/devel/gcc-msp430-ti-toolchain/Makefile
index 3fd69c28e480..cefeb72aac4a 100644
--- a/devel/gcc-msp430-ti-toolchain/Makefile
+++ b/devel/gcc-msp430-ti-toolchain/Makefile
@@ -37,6 +37,9 @@ LIB_DEPENDS= libgmp.so:math/gmp \
libisl.so:devel/isl
BROKEN_aarch64= fails to compile: c++: error: unsupported option -print-multi-os-directory
+BROKEN_mips= fails to configure: cannot compute suffix of object files
+BROKEN_mips64= fails to configure: cannot compute suffix of object files
+BROKEN_powerpc64= fails to compile: longlong.h: internal compiler error: Segmentation fault
USES= bison compiler cpe gmake iconv libtool makeinfo ncurses \
tar:bzip2
diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile
index 85cbfae958f4..e06e2f1f11dd 100644
--- a/devel/include-what-you-use/Makefile
+++ b/devel/include-what-you-use/Makefile
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
BUILD_DEPENDS= clang39:devel/llvm39
RUN_DEPENDS= clang39:devel/llvm39
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
+
USES= cmake:outsource ncurses python:run shebangfix
USE_GITHUB= yes
diff --git a/devel/libgrading/Makefile b/devel/libgrading/Makefile
index d2dcb471d351..0e5ab688b4f6 100644
--- a/devel/libgrading/Makefile
+++ b/devel/libgrading/Makefile
@@ -13,6 +13,8 @@ LICENSE= APACHE20
LIB_DEPENDS= libdistance.so:devel/libdistance
+BROKEN_powerpc64= fails to compile: Arguments.cpp: 'atol' is not a member of 'std'
+
USE_GITHUB= yes
GH_ACCOUNT= trombonehero
diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile
index d155720ab26c..218af0cd11d6 100644
--- a/devel/liblas/Makefile
+++ b/devel/liblas/Makefile
@@ -26,7 +26,8 @@ USE_GITHUB= yes
GH_ACCOUNT= libLAS
GH_PROJECT= ${GH_ACCOUNT}
-BROKEN_aarch64= Fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type
-BROKEN_armv6= Fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type
+BROKEN_aarch64= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type
+BROKEN_armv6= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type
+BROKEN_powerpc64= fails to compile: undefined reference to boost::program_options::to_internal
.include <bsd.port.mk>
diff --git a/devel/linenoise-ng/Makefile b/devel/linenoise-ng/Makefile
index 68d5b2d77458..b6607500ed19 100644
--- a/devel/linenoise-ng/Makefile
+++ b/devel/linenoise-ng/Makefile
@@ -12,7 +12,11 @@ COMMENT= Small, portable readline replacement
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake
+BROKEN_mips= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
+BROKEN_mips64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
+
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= arangodb
GH_PROJECT= linenoise-ng
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile
index c5f5470bd5e1..f982674ca59e 100644
--- a/devel/log4cpp/Makefile
+++ b/devel/log4cpp/Makefile
@@ -12,6 +12,10 @@ COMMENT= Library of C++ classes for flexible logging
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_mips= fails to compile: Appender.cpp: extra ';'
+BROKEN_mips64= fails to compile: Appender.cpp: extra ';'
+BROKEN_powerpc64= fails to compile: Appender.cpp: extra ';'
+
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gmake libtool pathfix
diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile
index 3b50ad20411f..86d4fb578b74 100644
--- a/devel/pecl-grpc/Makefile
+++ b/devel/pecl-grpc/Makefile
@@ -11,7 +11,9 @@ COMMENT= High performance, general RPC framework
LICENSE= BSD3CLAUSE
BROKEN_aarch64= fails to compile: fatal error: sys/auxv.h file not found
+BROKEN_mips= fails to compile: fatal error: sys/auxv.h file not found
BROKEN_mips64= fails to compile: fatal error: sys/auxv.h file not found
+BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-parentheses-equality"
USES= php:pecl
diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile
index a2d582e6991c..a2625132bcc1 100644
--- a/devel/php5-pinba/Makefile
+++ b/devel/php5-pinba/Makefile
@@ -12,6 +12,8 @@ COMMENT= PHP-extension part of statistics server for PHP
LIB_DEPENDS= libprotobuf.so:devel/protobuf
+BROKEN_powerpc64= fails to compile: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
+
USE_GITHUB= yes
GH_ACCOUNT= tony2001
GH_PROJECT= pinba_extension
diff --git a/devel/pure-stldict/Makefile b/devel/pure-stldict/Makefile
index 892b5fc5cf69..5a5d34e19b71 100644
--- a/devel/pure-stldict/Makefile
+++ b/devel/pure-stldict/Makefile
@@ -13,6 +13,8 @@ COMMENT= Pure interface to C++ STL map/unordered_map
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
+BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++0x"
+
USES= pkgconfig pure
CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION
diff --git a/devel/py-grpcio/Makefile b/devel/py-grpcio/Makefile
index 4682c76c1c79..be260a7f5313 100644
--- a/devel/py-grpcio/Makefile
+++ b/devel/py-grpcio/Makefile
@@ -16,6 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six \
${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34
LIB_DEPENDS= libcares.so:dns/c-ares
+BROKEN_powerpc64= fails to compile: cpu-ppc64le.c: 'AT_HWCAP2' undeclared
+
USES= python
USE_PYTHON= distutils
CFLAGS+= -Ithird_party/boringssl/include \
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile
index cd9e2a596363..20b9995795e9 100644
--- a/devel/py-ice/Makefile
+++ b/devel/py-ice/Makefile
@@ -12,6 +12,8 @@ LICENSE= GPLv2
BUILD_DEPENDS= mcpp:devel/mcpp
LIB_DEPENDS= libIce.so.${LIB_VRS}:devel/ice
+BROKEN_powerpc64= fails to compile: gmake: Ice_BuiltinSequences_ice.py: Segmentation fault (core dumped)
+
USES= python shebangfix
USE_PYTHON= py3kplist
SLAVE_PORT= yes