From owner-dev-commits-ports-main@freebsd.org Sat May 1 20:00:19 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F8B963627C; Sat, 1 May 2021 20:00:19 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.100.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FXg830K0wz4rVj; Sat, 1 May 2021 20:00:18 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [192.168.0.122] (ip-95-223-106-121.hsi16.unitymediagroup.de [95.223.106.121]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 1C48C11AF43; Sat, 1 May 2021 22:00:17 +0200 (CEST) Subject: Re: git: 60955c0a0956 - main - Remove expired ports: To: Baptiste Daroussin , Stefan Esser Cc: Rene Ladan , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202105011124.141BOoP0007650@gitrepo.freebsd.org> <638df252-2e88-c260-cdd0-c0261683db9f@freebsd.org> <20210501123827.japrgd63tmit2lsj@aniel.nours.eu> From: Torsten Zuehlsdorff Message-ID: Date: Sat, 1 May 2021 22:00:16 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <20210501123827.japrgd63tmit2lsj@aniel.nours.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FXg830K0wz4rVj X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2021 20:00:19 -0000 On 01.05.21 14:38, Baptiste Daroussin wrote: > On Sat, May 01, 2021 at 02:30:46PM +0200, Stefan Esser wrote: >> Am 01.05.21 um 13:24 schrieb Rene Ladan: >>> The branch main has been updated by rene: >>> >>> URL: https://cgit.FreeBSD.org/ports/commit/?id=60955c0a095630cce5f46ee0a80c8372eb9ab416 >>> >>> commit 60955c0a095630cce5f46ee0a80c8372eb9ab416 >>> Author: Rene Ladan >>> AuthorDate: 2021-05-01 11:24:21 +0000 >>> Commit: Rene Ladan >>> CommitDate: 2021-05-01 11:24:21 +0000 >>> >>> Remove expired ports: >>> >>> 2021-04-01 multimedia/transcode: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) >>> 2021-02-28 x11-toolkits/p5-Gnome2-VFS: Deprecated by the Gtk-Perl project. No more security patches and bug fixes >>> 2021-02-28 x11-toolkits/p5-Gnome2: Deprecated by the Gtk-Perl project. No more security patches and bug fixes >>> 2021-05-01 multimedia/dvdrip: Depends on expired multimedia/transcode >>> 2021-05-01 multimedia/subtitleripper: Depends on expired multimedia/transcode >>> 2021-05-01 multimedia/mkxvcd: Depends on expired multimedia/transcode >>> 2021-05-01 deskutils/shutter: Upstream gone, depends on expired x11-toolkits/p5-Gnome2-VFS >>> 2021-05-01 misc/gcstar: Depends on expired x11-toolkits/p5-Gnome2-VFS >> >> Regarding transcode: Has this really been necessary? >> >> I'm loosing working ports all the time, because of these removals due to >> -fno-common build issues! > > Yet noone has fixed them since they are marked as broken (and not PR opened) > which shows noone was interested into it. They are easy to resurrect if we need > to. I am sorry, but a none-existing PR does not mean "no interest". In the PHP section of the portstree i receive regular mails where the senders are not even aware of the bugzilla. And when made aware they just do not use it. No PR just mean "No one with enough knowledge about the FreeBSD infrastructure and sufficient free time and enough self-confidence has written a PR". Not all of our users are as good as we are. We should never forget about this. Best, Torsten