From owner-freebsd-enlightenment@freebsd.org Thu Jan 24 20:44:36 2019 Return-Path: Delivered-To: freebsd-enlightenment@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 EF01E14BE02F for ; Thu, 24 Jan 2019 20:44:35 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 36DAC865A2 for ; Thu, 24 Jan 2019 20:44:35 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by mailman.ysv.freebsd.org (Postfix) id ED9D114BE02D; Thu, 24 Jan 2019 20:44:34 +0000 (UTC) Delivered-To: enlightenment@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 DAA7314BE02B for ; Thu, 24 Jan 2019 20:44:34 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out.migadu.com (out.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.migadu.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCF786597 for ; Thu, 24 Jan 2019 20:44:33 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: (Migadu outbound); Thu, 24 Jan 2019 20:44:26 +0000 Received: from [192.168.1.141] ([62.122.208.146]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id CB2350D0-076A-42EF-8AE2-7DDD03DD4053.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Thu, 24 Jan 2019 20:44:25 +0000 Date: Thu, 24 Jan 2019 23:44:25 +0300 From: Greg V To: Mark Linimon Cc: FreeBSD@Shaneware.biz, enlightenment@FreeBSD.org, meta@FreeBSD.org, murashin@gfd-dennou.org, nmingotti@gmail.com, osa@FreeBSD.org, vd@FreeBSD.org, yuri@FreeBSD.org, linimon@FreeBSD.org Message-Id: <1548362665.2141.0@smtp.migadu.com> In-Reply-To: <20190124051326.GA14091@lonesome.com> References: <20190124051326.GA14091@lonesome.com> X-Mailer: geary/lite-gnome~g3766af013824-dirty MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed DKIM-Signature: v=1; a=rsa-sha256; bh=6G3/yV0r9QmoJrxYU4HoebgSY9fld9gitXQHzERs5Mw=; c=relaxed/simple; d=unrelenting.technology; h=from:subject:date:to; s=default; b=fJy0sLgyE+Nu/DbbTGTT3z5aDn0xz4X39eP6SXsAVQFwVBdN2P9NU8wDtT6ZY9ZQUvAo0aYVkG34CoFh8fN0XbUUfwW+lzmZ8nAgOIS64fvcjiN/+EtNEKRavQsk8xRMAXQUuQ2W4WvWJZKQfU6fPAAKaqWsc2aTA0dh1VqUYHs= X-Rspamd-Queue-Id: 4CCF786597 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.984,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-Mailman-Approved-At: Thu, 24 Jan 2019 21:33:23 +0000 Subject: Re: E on FreeBSD: [linimon@FreeBSD.org: svn commit: r491080 - in head: devel/efl devel/google-perftools graphics/blender lang/ponyc net-p2p/monero-cli net/tigervnc science/rubygem-ruby-dcl www/rubygem-passenger x11-toolkits/rubygem-tk] X-BeenThere: freebsd-enlightenment@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Enlightenment for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2019 20:44:36 -0000 On Thu, Jan 24, 2019 at 8:13 AM, Mark Linimon wrote: > ----- Forwarded message from Mark Linimon > ----- > > Date: Thu, 24 Jan 2019 05:09:48 +0000 (UTC) > From: Mark Linimon > > To: ports-committers@freebsd.org > , svn-ports-all@freebsd.org > , svn-ports-head@freebsd.org > > Subject: svn commit: r491080 - in head: devel/efl > devel/google-perftools graphics/blender lang/ponyc net-p2p/monero-cli > net/tigervnc science/rubygem-ruby-dcl www/rubygem-passenger > x11-toolkits/rubygem-tk > > Author: linimon > Date: Thu Jan 24 05:09:48 2019 > New Revision: 491080 > URL: > > Log: > Conditionalize the dependence of libunwind to x86-only to allow > building > these ports on !x86. > > libunwind is only available for x86; lang/ruby* already expresses > this > correctly. Some of the rubygems did not: for the ones that already > had > USE_RUBY, the dependency was overspecified in the first place. > > Tested for no-harm on amd64. > > While here, pet portlint where appropriate. > > Approved by: portmgr (tier-2 blanket) Hey, wait a second, how is libunwind only available on x86? You have committed my aarch64 patch previously: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229057 so it should be available on aarch64 too