git: a0604d55e36e - 2025Q3 - devel/kunifiedpush: Ignore on 13-STABLE due to old OpenSSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Aug 2025 17:09:41 UTC
The branch 2025Q3 has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0604d55e36eef12c13fd8775a82113809601c57
commit a0604d55e36eef12c13fd8775a82113809601c57
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-08-18 08:50:15 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-08-23 17:09:19 +0000
devel/kunifiedpush: Ignore on 13-STABLE due to old OpenSSL
(cherry picked from commit 6a6b3d1f7727ee3cee5e251c86e373e6a1b0b526)
---
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>