svn commit: r420438 - head/editors/winefish

John Marino marino at FreeBSD.org
Fri Aug 19 02:01:30 UTC 2016


Author: marino
Date: Fri Aug 19 02:01:29 2016
New Revision: 420438
URL: https://svnweb.freebsd.org/changeset/ports/420438

Log:
  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

Modified:
  head/editors/winefish/Makefile

Modified: head/editors/winefish/Makefile
==============================================================================
--- head/editors/winefish/Makefile	Fri Aug 19 01:49:58 2016	(r420437)
+++ head/editors/winefish/Makefile	Fri Aug 19 02:01:29 2016	(r420438)
@@ -11,6 +11,11 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at 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 \


More information about the svn-ports-head mailing list