From owner-svn-ports-all@freebsd.org Wed Jan 29 10:34:50 2020 Return-Path: Delivered-To: svn-ports-all@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 207B21D35F0; Wed, 29 Jan 2020 10:34:50 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4870Gx6WQBz4R86; Wed, 29 Jan 2020 10:34:49 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by smtp.burggraben.net (Postfix) with ESMTPS id 82AACC0030C; Wed, 29 Jan 2020 11:34:47 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 28E5C139892; Wed, 29 Jan 2020 11:34:47 +0100 (CET) Date: Wed, 29 Jan 2020 11:34:47 +0100 From: Christoph Moench-Tegeder To: Jan Beich Cc: Greg V , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r516629 - head/net/liferea Message-ID: <20200129103447.GA2339@elch.exwg.net> References: <201911041019.xA4AJYqc047310@repo.freebsd.org> <20191104103901.GA2476@elch.exwg.net> <20200128001023.GA62291@elch.exwg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.13.3 (2020-01-12) X-Rspamd-Queue-Id: 4870Gx6WQBz4R86 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 29 Jan 2020 10:34:50 -0000 Hi, meanwhile, someone found a much simpler approach for liferea: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243680 (of course, two hours after I filed my PR as the result from digging backwards through webkit - "work smart, not hard" they say). If that passes the build, I'll be very tempted to commit this as "trivial build fix". (Unfortunately, I didn't really pay attention to order-of-operations and updated my jails with yesterday's security patches before thinking about testing liferea... it will be a while.). (The comment in that patch doesn't really match my experience, but that can be adjusted iff the patch works). ## Jan Beich (jbeich@FreeBSD.org): > WPE dependency was added in https://bugs.webkit.org/show_bug.cgi?id=197944 > WPE renderer is unstable for me under Sway (Wayland compositor) e.g., > Midori hangs shortly after startup. Greg, can you confirm? > > I've used the following diff to test WPE disabled. So, this splits into two action items: - make liferea build again via WEBKIT_DISABLE_COMPOSITING_MODE=1 that's easy, not to say trivial - one line, doesn't change the package at all, can be committed as soon as it has passed the build (even today?). - make webkit more usable for wayland users - that introduces more changes, including dependency changes for default OPTIONS. Maintainer? Koop? Yay, progress! Regards, Christoph -- Spare Space