From owner-svn-ports-all@freebsd.org Wed May 8 16:31:16 2019 Return-Path: Delivered-To: svn-ports-all@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 8A459158CB92; Wed, 8 May 2019 16:31:16 +0000 (UTC) (envelope-from jbeich@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) server-signature RSA-PSS (4096 bits) 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 2ECF0843E7; Wed, 8 May 2019 16:31:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 17DD713F2; Wed, 8 May 2019 16:31:16 +0000 (UTC) From: Jan Beich To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501032 - head/emulators/qemu-sbruno References: <201905081624.x48GOguo036722@repo.freebsd.org> Date: Wed, 08 May 2019 18:31:12 +0200 In-Reply-To: <201905081624.x48GOguo036722@repo.freebsd.org> (Antoine Brodin's message of "Wed, 8 May 2019 16:24:42 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 2ECF0843E7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.93)[-0.927,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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, 08 May 2019 16:31:16 -0000 Antoine Brodin writes: > Author: antoine > Date: Wed May 8 16:24:42 2019 > New Revision: 501032 > URL: https://svnweb.freebsd.org/changeset/ports/501032 > > Log: > Unbreak qemu-user-static at runtime Why? Wasn't r500819 enough? It was even confirmed in https://github.com/seanbruno/qemu-bsd-user/issues/74#issuecomment-490337655