Re: git: b07ffdf218b9 - main - security/softether: It builds on current 14-STABLE

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Tue, 12 Sep 2023 02:54:14 UTC
On Mon, Sep 11, 2023 at 09:50:46AM +0000, Koichiro Iwao wrote:
> commit b07ffdf218b9fd6068dd2d1d7b5c536daca5412e
> 
>     security/softether: It builds on current 14-STABLE
> ---
>  security/softether/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/security/softether/Makefile b/security/softether/Makefile
> index e7acc8339cc6..36c01f3f3f6f 100644
> --- a/security/softether/Makefile
> +++ b/security/softether/Makefile
> @@ -12,8 +12,6 @@ WWW=		https://www.softether.org
>  LICENSE=	APACHE20
>  LICENSE_FILE=	${WRKSRC}/LICENSE
>  
> -BROKEN_FreeBSD_14=	fails to compile undefined symbol: RSA_generate_key
> -
>  ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le riscv64

Looks like you could drop ONLY_FOR_ARCHS at this point as it lists pretty
much every [actually] supported architecture (ditto for -devel port).

./danfe