Date: Tue, 12 Nov 2024 21:00:37 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f84daa640823 - 2024Q4 - deskutils/calibre: Revert "deskutils/calibre: Fix build on 13.3" Message-ID: <202411122100.4ACL0b3Z033290@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=f84daa6408231b0056e5fc661cea3c5c36b4e38d commit f84daa6408231b0056e5fc661cea3c5c36b4e38d Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-11-12 20:58:52 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-11-12 21:00:21 +0000 deskutils/calibre: Revert "deskutils/calibre: Fix build on 13.3" I made a mistake merging this to 2024Q4. Calibre version in this branch has the old code that works fine, and the patch would not apply. Sorry for my mistake! This reverts commit 6f65b525e807b82e29c78fa112c568661a780254. --- deskutils/calibre/files/patch-src_calibre_utils_certgen.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/deskutils/calibre/files/patch-src_calibre_utils_certgen.c b/deskutils/calibre/files/patch-src_calibre_utils_certgen.c deleted file mode 100644 index 1c47b5f7cf56..000000000000 --- a/deskutils/calibre/files/patch-src_calibre_utils_certgen.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/calibre/utils/certgen.c.orig 2024-11-08 03:00:49 UTC -+++ src/calibre/utils/certgen.c -@@ -22,6 +22,10 @@ - #include <openssl/err.h> - #include <openssl/conf.h> - -+#if __FreeBSD_version < 1400092 -+#define X509_REQ_VERSION_1 1 -+#endif -+ - static PyObject* - set_error_with_detail(const char *where, const char* detail) { - char *suffix = NULL, buf[1024];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411122100.4ACL0b3Z033290>