Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2026 01:18:08 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b389cf5b131 - main - deskutils/qownnotes: bump PORTREVISION and unbreak build after Botan update
Message-ID:  <69cdc3d0.26798.51af8fda@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b389cf5b131779c6bb16c36a908a73cd91a4fdf

commit 9b389cf5b131779c6bb16c36a908a73cd91a4fdf
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-04-02 01:17:29 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-04-02 01:17:29 +0000

    deskutils/qownnotes: bump PORTREVISION and unbreak build after Botan update
---
 deskutils/qownnotes/Makefile                                   |  1 +
 .../qownnotes/files/patch-libraries_botan_botanwrapper.cpp     | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/deskutils/qownnotes/Makefile b/deskutils/qownnotes/Makefile
index fd56867f57c7..3cd9630fd76c 100644
--- a/deskutils/qownnotes/Makefile
+++ b/deskutils/qownnotes/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qownnotes
 DISTVERSION=	26.3.7
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	https://github.com/pbek/QOwnNotes/releases/download/v${DISTVERSION}/
 
diff --git a/deskutils/qownnotes/files/patch-libraries_botan_botanwrapper.cpp b/deskutils/qownnotes/files/patch-libraries_botan_botanwrapper.cpp
new file mode 100644
index 000000000000..0b2cd7a9401a
--- /dev/null
+++ b/deskutils/qownnotes/files/patch-libraries_botan_botanwrapper.cpp
@@ -0,0 +1,10 @@
+--- libraries/botan/botanwrapper.cpp.orig	2026-03-09 20:50:51 UTC
++++ libraries/botan/botanwrapper.cpp
+@@ -5,6 +5,7 @@
+ #ifdef USE_SYSTEM_BOTAN
+ #include <botan/base64.h>
+ #include <botan/cipher_mode.h>
++#include <botan/exceptn.h>
+ #include <botan/hash.h>
+ #include <botan/kdf.h>
+ #include <botan/pbkdf.h>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cdc3d0.26798.51af8fda>