Date: Sun, 9 Feb 2025 19:57:45 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 59993b7f14c4 - main - net/messagelib: ignore on systems with legacy OpenSSL Message-ID: <202502091957.519JvjVw094480@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=59993b7f14c4b93aedff81623b1e7a44e5272120 commit 59993b7f14c4b93aedff81623b1e7a44e5272120 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-02-09 19:34:57 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-02-09 19:34:57 +0000 net/messagelib: ignore on systems with legacy OpenSSL --- net/messagelib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/messagelib/Makefile b/net/messagelib/Makefile index 2cd334a55ca4..11cc44c7a4e5 100644 --- a/net/messagelib/Makefile +++ b/net/messagelib/Makefile @@ -8,6 +8,8 @@ WWW= https://github.com/KDE/messagelib LICENSE= LGPL21 +IGNORE_FreeBSD_13= is not supported on systems with OpenSSL 1.1.1 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502091957.519JvjVw094480>