From owner-svn-ports-head@freebsd.org Mon May 11 12:39:08 2020 Return-Path: Delivered-To: svn-ports-head@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 2B8D22E099A; Mon, 11 May 2020 12:39:08 +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 49LL8q67Bnz4W62; Mon, 11 May 2020 12:39:07 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A983C4FFF; Mon, 11 May 2020 12:39:07 +0000 (UTC) From: Jan Beich To: Hans Petter Selasky Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r534909 - head/multimedia/webcamd References: <202005111220.04BCKdwW092941@repo.freebsd.org> Date: Mon, 11 May 2020 14:39:04 +0200 In-Reply-To: <202005111220.04BCKdwW092941@repo.freebsd.org> (Hans Petter Selasky's message of "Mon, 11 May 2020 12:20:39 +0000 (UTC)") Message-ID: <7dxi-bq8n-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 12:39:08 -0000 Hans Petter Selasky writes: > -.include > - > -.if ${ARCH} == amd64 || ${ARCH} == aarch64 > -OPTIONS_DEFAULT+= COMPAT32 > -.endif > +# > +# 32-bit compatibility support is mostly useful for > +# platforms using 32-bit applications: > +# > +OPTIONS_DEFINE_amd64= COMPAT32 > +OPTIONS_DEFINE_aarch64= COMPAT32 > +OPTIONS_DEFAULT_amd64= COMPAT32 > +OPTIONS_DEFAULT_aarch64= COMPAT32 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