svn commit: r534909 - head/multimedia/webcamd

Jan Beich jbeich at FreeBSD.org
Mon May 11 12:39:08 UTC 2020


Hans Petter Selasky <hselasky at FreeBSD.org> writes:

> -.include <bsd.port.options.mk>
> -
> -.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


More information about the svn-ports-all mailing list