diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-14 07:36:16 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-14 07:36:16 +0800 |
commit | 0a534ed4c7e30c0709191425109085da9c2f3fba (patch) | |
tree | 540af31d37b3ae3d9b4538c2f751ce752be43754 /news | |
parent | 7e4f41c6908ce98d98c9a87bb0998ff78c715166 (diff) | |
download | freebsd-ports-gnome-0a534ed4c7e30c0709191425109085da9c2f3fba.tar.gz freebsd-ports-gnome-0a534ed4c7e30c0709191425109085da9c2f3fba.tar.zst freebsd-ports-gnome-0a534ed4c7e30c0709191425109085da9c2f3fba.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 'news')
-rw-r--r-- | news/nntpcache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index a1c50d1888ac..47be44e13b7a 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -16,7 +16,8 @@ SPOOLDIR?= /var/spool NO_CDROM= Free for individuals and non-military, non-profit organisations only -BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_aarch64= fails to link: missing sbrk +BROKEN_powerpc64= fails to install: ./mmap_tests: Quit (core dumped) USES= gmake autoreconf shebangfix GNU_CONFIGURE= yes |