From owner-svn-ports-all@freebsd.org Mon May 11 12:48:57 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 1A8EC2E0BBB; Mon, 11 May 2020 12:48:57 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49LLN86syZz4WVl; Mon, 11 May 2020 12:48:56 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [62.141.129.235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 3BEC6260189; Mon, 11 May 2020 14:48:55 +0200 (CEST) Subject: Re: svn commit: r534909 - head/multimedia/webcamd To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202005111220.04BCKdwW092941@repo.freebsd.org> <7dxi-bq8n-wny@FreeBSD.org> From: Hans Petter Selasky Message-ID: <7e44adfc-a844-c38d-e464-329532a29f61@selasky.org> Date: Mon, 11 May 2020 14:47:48 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <7dxi-bq8n-wny@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49LLN86syZz4WVl X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Mon, 11 May 2020 12:48:57 -0000 On 2020-05-11 14:39, Jan Beich wrote: > 32-bit applications are*not supported* on FreeBSD aarch64 because: > -https://svnweb.freebsd.org/changeset/base/343004 only exists on -CURRENT > - LIB32 is in BROKEN_OPTIONS, see /usr/src/share/mk/src.opts.mk Possibly only amd64 needs compat32. Right now building compat32 support on aarch64 does not cause any harm w.r.t webcamd. --HPS