From owner-svn-ports-all@freebsd.org Fri Aug 19 02:01:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D40E6BA92C2; Fri, 19 Aug 2016 02:01:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A16661C32; Fri, 19 Aug 2016 02:01:30 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7J21Tp4072315; Fri, 19 Aug 2016 02:01:29 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7J21T9P072314; Fri, 19 Aug 2016 02:01:29 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201608190201.u7J21T9P072314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 19 Aug 2016 02:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420438 - head/editors/winefish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 02:01:30 -0000 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@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 \