git: 59993b7f14c4 - main - net/messagelib: ignore on systems with legacy OpenSSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Feb 2025 19:57:45 UTC
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 \