diff options
author | marino <marino@FreeBSD.org> | 2016-08-19 10:01:29 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-19 10:01:29 +0800 |
commit | c686a1ec05602f4e2042d91ed2e4dae6e3178c3b (patch) | |
tree | da3ec804ad4aaf6cff26b0ee68a545ec77ec3ce0 /editors/winefish | |
parent | baf2863dfc1c9b92d94fd376c88aba842b5abc3d (diff) | |
download | freebsd-ports-gnome-c686a1ec05602f4e2042d91ed2e4dae6e3178c3b.tar.gz freebsd-ports-gnome-c686a1ec05602f4e2042d91ed2e4dae6e3178c3b.tar.zst freebsd-ports-gnome-c686a1ec05602f4e2042d91ed2e4dae6e3178c3b.zip |
editors/winefish: deprecate for removal in 2 months
Winefish was one of the Berlios projects that disappeared a few years
ago. It hasn't been updated since 2006 while the editor it forked from,
Bluefish (www/bluefish), has been regularly updated. It also segfaults
on AMD64 and ARMv6 platforms at startup, so mark it broken for those
platforms. Give interested parties 2 months to fix the issues with this
editor before it's removed from the tree.
PR: 204851
Diffstat (limited to 'editors/winefish')
-rw-r--r-- | editors/winefish/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 4c5522a47812..2e4da2e7f78a 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -11,6 +11,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX editor based on BlueFish +BROKEN_amd64= segfaults at startup +BROKEN_armv6= segfaults at startup +DEPRECATED= upstream disappeared (project dead?), segfaults on multiple arches +EXPIRATION_DATE= 2016-10-18 + LICENSE= GPLv2 LIB_DEPENDS= libaspell.so:textproc/aspell \ |