From owner-svn-ports-all@freebsd.org Sat Jun 30 15:27:41 2018 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 800731034F16; Sat, 30 Jun 2018 15:27:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 326C581E81; Sat, 30 Jun 2018 15:27:41 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 29A2214D1F; Sat, 30 Jun 2018 15:27:41 +0000 (UTC) From: Jan Beich To: David Naylor Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473623 - in head/lang/mono: . files References: <201806301513.w5UFDWMA096976@repo.freebsd.org> Date: Sat, 30 Jun 2018 17:27:36 +0200 In-Reply-To: <201806301513.w5UFDWMA096976@repo.freebsd.org> (David Naylor's message of "Sat, 30 Jun 2018 15:13:32 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sat, 30 Jun 2018 15:27:41 -0000 David Naylor writes: > Modified: head/lang/mono/pkg-plist > ============================================================================== > --- head/lang/mono/pkg-plist Sat Jun 30 14:53:17 2018 (r473622) > +++ head/lang/mono/pkg-plist Sat Jun 30 15:13:31 2018 (r473623) > @@ -174,6 +174,7 @@ lib/libmonosgen-2.0.a > lib/libmonosgen-2.0.so > lib/libmonosgen-2.0.so.1 > lib/libmonosgen-2.0.so.1.0.0 > +lib/libmono-btls-shared.so Would this file exist on armv6, armv7 and powerpc? files/patch-configure.ac suggests only i386 and amd64 are supported.