git: dc9bf7d64926 - main - net/asterisk*: Add aarch64 support

Alexey Dokuchaev danfe at freebsd.org
Thu Jul 15 02:06:56 UTC 2021


On Wed, Jul 14, 2021 at 10:33:06AM +0000, Guido Falsi wrote:
> commit dc9bf7d649260fd6c1d3310b2077c3c98cd19c6a
> 
>     net/asterisk*: Add aarch64 support
>     
>     User testing reports asterisk compiles and works fine on aarch64.
>     
> ...
>  EXPIRATION_DATE=2021-10-24
>  
> -ONLY_FOR_ARCHS=	amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
> +ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64

I think ONLY_FOR_ARCHS here clearly outlived its purpose and can just
be removed.  It arguably misses MIPS, but we aren't promising much for
that tier anyways, and this harness just gets in the way of those who
know that they're doing.  After all, there shouldn't be anything
inherently architecture-specific about the telephony toolkit, but even
if there is, individual BROKEN_$arch would be more appropriate.

./danfe


More information about the dev-commits-ports-main mailing list