From owner-svn-ports-head@freebsd.org Mon Nov 26 17:38:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4613E113E036; Mon, 26 Nov 2018 17:38:28 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE8447F313; Mon, 26 Nov 2018 17:38:27 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CC4DD1B8E6; Mon, 26 Nov 2018 17:38:27 +0000 (UTC) Date: Mon, 26 Nov 2018 17:38:27 +0000 From: Alexey Dokuchaev To: Adriaan de Groot Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r485911 - in head/net-p2p/namecoin: . files Message-ID: <20181126173827.GA35256@FreeBSD.org> References: <201811260204.wAQ24wC6035650@repo.freebsd.org> <9916419.mF7Y50I3LY@beastie.bionicmutton.org> <20181126135909.GB50931@FreeBSD.org> <2390941.FrFBg55ix7@beastie.bionicmutton.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2390941.FrFBg55ix7@beastie.bionicmutton.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: DE8447F313 X-Spamd-Result: default: False [2.15 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_SPAM_LONG(0.84)[0.836,0]; NEURAL_SPAM_SHORT(0.50)[0.501,0]; NEURAL_SPAM_MEDIUM(0.82)[0.816,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 26 Nov 2018 17:38:28 -0000 On Mon, Nov 26, 2018 at 04:09:05PM +0100, Adriaan de Groot wrote: > On Monday, 26 November 2018 14:59:09 CET Alexey Dokuchaev wrote: > > On Mon, Nov 26, 2018 at 08:28:50AM +0100, Adriaan de Groot wrote: > > > On Monday, 26 November 2018 03:04:58 CET Koichiro Iwao wrote: > > > > Also, switched to Qt5 because net/qt4-network is required by dependency > > > > however it fails to build with OpenSSL 1.1.1. FreeBSD base OpenSSL has > > > > been switched to 1.1.1 since FreeBSD 12. > > > > > > Thank you for switching. If any good comes from the long-term brokenness > > > of qt4-network in the face of newer OpenSSL > > > > I've tried to fix it, but the patch was incomplete (consumers didn't link). > > I need to revive it and commit again with the issues fixed. > > FTR, I did commit a more-complete and better-tested (at least one consumer > actually runs and can access https) fix for net/qt4-network yesterday Oh, I didn't see it, sorry. Anyhow, we really need to get net/qt4-network back into shape. I'll send you my diff later to see how that one consumer likes it (or not). ./danfe