diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-04 09:32:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 11:47:48 +0000 |
commit | 3505159e72da2d8313ce2a8ddc527de700b5bc37 (patch) | |
tree | 6e7cd781796c6e5b68376fd16061dc733c4b60ab /news | |
parent | adb93122cbf753a26a0497479dbb88cf415de29b (diff) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index fb36a1b4d033..2c99e59bfd8e 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -9,14 +9,18 @@ MASTER_SITES= http://www.xs4all.nl/~suelette/ MAINTAINER= ports@FreeBSD.org COMMENT= News caching/anti-spam/server-merging system +# Converted from NO_CDROM +LICENSE= nttpcache +LICENSE_NAME= nttpcache +LICENSE_TEXT= Free for individuals and non-military, non-profit organisations only +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + BROKEN_FreeBSD_13= ld: error: duplicate symbol: jmp BROKEN_FreeBSD_14= ld: error: duplicate symbol: jmp BROKEN_aarch64= fails to link: missing sbrk BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped BROKEN_riscv64= fails to link: missing sbrk -NO_CDROM= Free for individuals and non-military, non-profit organisations only - # This may be set interactively at install-time. NNTPCache will # cache news articles and related data in ${SPOOLDIR}/nntpcache. SPOOLDIR?= /var/spool |