git: 6a6b3d1f7727 - main - devel/kunifiedpush: Ignore on 13-STABLE due to old OpenSSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Aug 2025 08:52:50 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6a6b3d1f7727ee3cee5e251c86e373e6a1b0b526
commit 6a6b3d1f7727ee3cee5e251c86e373e6a1b0b526
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-08-18 08:50:15 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-08-18 08:50:15 +0000
devel/kunifiedpush: Ignore on 13-STABLE due to old OpenSSL
---
devel/kunifiedpush/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/kunifiedpush/Makefile b/devel/kunifiedpush/Makefile
index 3c970a42eba5..e405fe3bd2f1 100644
--- a/devel/kunifiedpush/Makefile
+++ b/devel/kunifiedpush/Makefile
@@ -11,4 +11,6 @@ USE_KDE= coreaddons i18n kcmutils service solid \
ecm:build
USE_QT= base declarative websockets
+IGNORE_FreeBSD_13= does not build with OpenSSL 1.1.1
+
.include <bsd.port.mk>