git: 8a6f7baa091c - main - security/softether: Mark BROKEN on FreeBSD 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 02:31:15 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a6f7baa091cd062586755e94a36ff62b0196aed commit 8a6f7baa091cd062586755e94a36ff62b0196aed Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-15 06:17:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-16 02:31:00 +0000 security/softether: Mark BROKEN on FreeBSD 14 Fails to compile with undefined symbol: RSA_generate_key RSA_generate_key is a deprecated OpenSSL routine from 1.0.0 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- security/softether/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/softether/Makefile b/security/softether/Makefile index 36c01f3f3f6f..e7acc8339cc6 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -12,6 +12,8 @@ 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 USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \