diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-13 11:35:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-13 11:35:51 +0800 |
commit | 2b1838bc534c937c3ea0514a46ee015f34b8ae46 (patch) | |
tree | 0e89021fd44a8edda1d97d4e3b9b90599d254d40 /benchmarks | |
parent | 6bc03c0fcc5387275e3b6640596109d8a95c0397 (diff) | |
download | freebsd-ports-gnome-2b1838bc534c937c3ea0514a46ee015f34b8ae46.tar.gz freebsd-ports-gnome-2b1838bc534c937c3ea0514a46ee015f34b8ae46.tar.zst freebsd-ports-gnome-2b1838bc534c937c3ea0514a46ee015f34b8ae46.zip |
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)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/fio/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/libmicro/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/sipp/Makefile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index c265976adbf5..b5af0d391cc3 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -20,7 +20,7 @@ GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot BROKEN_aarch64= Fails to compile: error: sys/auxv.h file not found BROKEN_armv6= Fails to compile: error: use of undeclared identifier nop -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Fails to compile: verify.c:1574: undefined reference to bswap64 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile index 8a5432d74c94..ab499170f2b2 100644 --- a/benchmarks/libmicro/Makefile +++ b/benchmarks/libmicro/Makefile @@ -15,7 +15,7 @@ LICENSE= CDDL BROKEN_aarch64= Fails to build: bin-aarch64: no such file or directory BROKEN_armv6= Fails to build: bin-armv6: no such file or directory BROKEN_mips64= Fails to build: bin-mips64: no such file or directory -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Fails to build: bin-powerpc64: no such file or directory USES= gmake WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION} diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 68bceade1cea..0bff0de0d6cb 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= help2man:misc/help2man +BROKEN_powerpc64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long + PLIST_FILES= bin/sipp man/man1/sipp.1.gz USES= autoreconf gmake ncurses |