Re: git: 9f13b7867d45 - main - databases/mongodb60: unbreak the ports tree on a lot of archs

From: Rene Ladan <rene_at_freebsd.org>
Date: Sun, 30 Oct 2022 10:05:39 UTC
On Sun, Oct 30, 2022 at 09:53:41AM +0000, Antoine Brodin wrote:
> The branch main has been updated by antoine:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=9f13b7867d45995913dbad00c131dce4eac4bb23
> 
> commit 9f13b7867d45995913dbad00c131dce4eac4bb23
> Author:     Antoine Brodin <antoine@FreeBSD.org>
> AuthorDate: 2022-10-30 09:53:04 +0000
> Commit:     Antoine Brodin <antoine@FreeBSD.org>
> CommitDate: 2022-10-30 09:53:32 +0000
> 
>     databases/mongodb60: unbreak the ports tree on a lot of archs
> ---
>  databases/mongodb60/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile
> index e5aa17b5de94..27963e667f16 100644
> --- a/databases/mongodb60/Makefile
> +++ b/databases/mongodb60/Makefile
> @@ -101,8 +101,6 @@ MOZJS_ARCH=x86_64
>  MOZJS_ARCH=ppc64le
>  .elif ${ARCH} == aarch64
>  MOZJS_ARCH=${ARCH}
> -.else
> -.error Unsupport architecture "${ARCH}"
>  .endif
>  
>  post-patch:

Pointy hat to me (mentor). See also the discussion in
https://reviews.freebsd.org/D37130#inline-227898

René