aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
commitaff42c7199b9182b398eeda522cb9bcb182895f8 (patch)
tree1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /news
parent83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff)
downloadports-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.gz
ports-aff42c7199b9182b398eeda522cb9bcb182895f8.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)
Notes
Notes: svn path=/head/; revision=473699
Diffstat (limited to 'news')
-rw-r--r--news/nntpcache/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index 47be44e13b7a..a89d55adc960 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -10,14 +10,15 @@ MASTER_SITES= http://www.xs4all.nl/~suelette/
MAINTAINER= ports@FreeBSD.org
COMMENT= News caching/anti-spam/server-merging system
-# This may be set interactively at install-time. NNTPCache will
-# cache news articles and related data in ${SPOOLDIR}/nntpcache.
-SPOOLDIR?= /var/spool
+BROKEN_aarch64= fails to link: missing sbrk
+BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+BROKEN_powerpc64= fails to install: ./mmap_tests: Quit (core dumped)
NO_CDROM= Free for individuals and non-military, non-profit organisations only
-BROKEN_aarch64= fails to link: missing sbrk
-BROKEN_powerpc64= fails to install: ./mmap_tests: Quit (core dumped)
+# This may be set interactively at install-time. NNTPCache will
+# cache news articles and related data in ${SPOOLDIR}/nntpcache.
+SPOOLDIR?= /var/spool
USES= gmake autoreconf shebangfix
GNU_CONFIGURE= yes