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 /news | |
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 'news')
-rw-r--r-- | news/nntpcache/Makefile | 11 |
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 |