From owner-cvs-all@FreeBSD.ORG Tue Aug 2 04:33:17 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15059106564A; Tue, 2 Aug 2011 04:33:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from xiurhn.etoilebsd.net (xiurhn.etoilebsd.net [94.23.37.58]) by mx1.freebsd.org (Postfix) with ESMTP id 88DED8FC0C; Tue, 2 Aug 2011 04:33:16 +0000 (UTC) Received: by xiurhn.etoilebsd.net (Postfix, from userid 80) id C0DF37E80A; Tue, 2 Aug 2011 06:33:14 +0200 (CEST) To: Alexey Dokuchaev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 02 Aug 2011 04:33:14 +0000 From: Baptiste Daroussin In-Reply-To: <20110802004928.GA41005@FreeBSD.org> References: <201108011706.p71H6a0p020907@repoman.freebsd.org> <20110802004928.GA41005@FreeBSD.org> Message-ID: X-Sender: bapt@FreeBSD.org User-Agent: Roundcube Webmail/0.5.3 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/aube Makefile ports/x11-wm/epiwm Makefile ports/astro/gkrellmoon Makefile ports/audio/gkrellmss Makefile ports/astro/gkrellsun Makefile ports/audio/gnapster Makefile ports/audio/gtkgep Makefile ports/audio/midimountain Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2011 04:33:17 -0000 On Tue, 2 Aug 2011 00:49:29 +0000, Alexey Dokuchaev wrote: > On Mon, Aug 01, 2011 at 05:06:36PM +0000, Baptiste Daroussin wrote: >> bapt 2011-08-01 17:06:36 UTC >> Log: >> Deprecate some abandonwares >> >> Revision Changes Path >> 1.19 +3 -0 ports/astro/gkrellmoon/Makefile >> 1.15 +3 -0 ports/astro/gkrellsun/Makefile >> 1.26 +3 -0 ports/astro/spacechart/Makefile >> 1.18 +3 -0 ports/audio/aube/Makefile >> 1.22 +3 -0 ports/audio/gkrellmss/Makefile >> 1.50 +3 -0 ports/audio/gnapster/Makefile >> 1.18 +3 -0 ports/audio/gtkgep/Makefile >> 1.16 +3 -0 ports/audio/midimountain/Makefile >> 1.41 +3 -0 ports/audio/soundtracker/Makefile >> 1.17 +3 -0 ports/audio/swami/Makefile >> 1.7 +3 -0 ports/audio/timidity++-gtk/Makefile >> 1.34 +3 -0 ports/audio/x11amp/Makefile >> 1.16 +3 -0 ports/x11-wm/epiwm/Makefile > > I've tried several items from this list, and surprisingly found out > that > their websites are still up and serving distfiles. Why are they > being > declared as abandonware? Do they fail to build with recent versions > of > dependencies or something? > > ./danfe Ah :) I was sure this time that won't be tha easy :) I am deprecating them because they are abandon by upstream which means and seems unmaintained. they do have modern equivalent. To be fair I'm trying to cleanup the tree from most of the gnome1 things (not speaking of maintained things or knwown to be used port - no I'm not trying to kill xmms :)) No upstream == most of the time no maintainenance, no more patches, no more security concern. For us it also mean more things to take care of, more infrastructue work, more complicated makefile (in that case bsd.gnome.mk which already supports gnome2 things and gnome3 will come one day). If you think they are still useful ie have users and people ready todo the upstream if needed then feel free to undeprecate (that's the goal of the deprecation period: warn users/maintainers that a program will soon disappear if no one takes care of it). regards, Bapt