diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 02:47:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 02:47:01 +0000 |
commit | 7415c8261c9b51ddc2a2f76f7311e0d80e8af200 (patch) | |
tree | 9c698831bf5d4a6166543dc453e65e2d53525022 /news | |
parent | 88b2ef63737498ae2cff7a8f3f55c59b754f223e (diff) |
Mark BROKEN in 13/14 (via latest llvm update).
While here, mark DEPRECATED (claimed "Alpha release" but last release
was in 2001).
Notes
Notes:
svn path=/head/; revision=565865
Diffstat (limited to 'news')
-rw-r--r-- | news/plor/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/news/plor/Makefile b/news/plor/Makefile index d18943586aff..84f932d06ec8 100644 --- a/news/plor/Makefile +++ b/news/plor/Makefile @@ -10,6 +10,11 @@ MASTER_SITES= SUNSITE/system/bbs/mail MAINTAINER= ports@FreeBSD.org COMMENT= Alpha-release reader for reading SOUP and QWK packets +BROKEN_FreeBSD_13= ld: error: duplicate symbol: area_name +BROKEN_FreeBSD_14= ld: error: duplicate symbol: area_name +DEPRECATED= listed as "Alpha-release" but last update in 2001; unmaintained +EXPIRATION_DATE= 2021-04-18 + RUN_DEPENDS= zip:archivers/zip GNU_CONFIGURE= yes |