From owner-svn-ports-head@freebsd.org Fri Jul 10 02:34:25 2020 Return-Path: Delivered-To: svn-ports-head@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 3CEB435BF6E; Fri, 10 Jul 2020 02:34:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2xvP0vxpz3ypg; Fri, 10 Jul 2020 02:34:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 10533102C9; Fri, 10 Jul 2020 02:34:25 +0000 (UTC) Date: Fri, 10 Jul 2020 02:34:24 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: roma.a.g@gmail.com, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r541822 - head/www/rejik Message-ID: <20200710023424.GA57848@FreeBSD.org> References: <202007092150.069Louqx082131@repo.freebsd.org> <20200710015100.GA92970@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200710015100.GA92970@FreeBSD.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 02:34:25 -0000 On Fri, Jul 10, 2020 at 01:51:00AM +0000, Alexey Dokuchaev wrote: > On Thu, Jul 09, 2020 at 09:50:56PM +0000, Gerald Pfeifer wrote: > > New Revision: 541822 > > URL: https://svnweb.freebsd.org/changeset/ports/541822 > > > > Log: > > Deprecate www/rejik with a long expiration period of three months. > > > > This looks like abandonware, it is MAKE_JOBS_UNSAFE, requires -fcommon, > > and all changes in the last six+ years have been mechanical ones and > > keeping it on life support. > > That looks a bit far too stretched for me, these are *not* the reasons > to deprecate software. The port is maintained, upstream website is up, > and I remember people were still using this couple years ago. > > It might need an update to version 3.2.12 though. ... which builds fine with Clang (thus does not require USE_GCC and -fcommon). I haven't looked into -jX unsafeness yet, but it should be not hard to fix. ./danfe