diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
commit | 5b460a6e6dcba3bf614469ba987dfba042c883e4 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /benchmarks/sipp | |
parent | a3584ef01f826922b53df0d4006400529d28375f (diff) | |
download | freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.gz freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.zst freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.zip |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r-- | benchmarks/sipp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 235e5719faf7..78a84e8947ff 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -12,12 +12,14 @@ COMMENT= SIP benchmarking and testing tool LICENSE= GPLv2 -BUILD_DEPENDS= help2man:misc/help2man - +BROKEN_mips= fails to compile: stat.hpp:307: error: ISO C++ does not support long long +BROKEN_mips64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long BROKEN_powerpc64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= configure: error: ssl library missing +BUILD_DEPENDS= help2man:misc/help2man + PLIST_FILES= bin/sipp man/man1/sipp.1.gz USES= autoreconf gmake ncurses |