Date: Mon, 25 May 2026 11:23:32 +0000 From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Rainer Hurling <rhurlin@FreeBSD.org> Subject: git: 5f2a8ec4c22d - main - editors/libreoffice: remove staled patches Message-ID: <6a143134.3b61a.75501727@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=5f2a8ec4c22dbdb94d7c57d4f3ba108551b61202 commit 5f2a8ec4c22dbdb94d7c57d4f3ba108551b61202 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2026-05-25 11:22:23 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2026-05-25 11:22:23 +0000 editors/libreoffice: remove staled patches PR: 295569 --- ...h-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.cxx | 13 ------------- ...h-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.hxx | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.cxx b/editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.cxx deleted file mode 100644 index 369bedbe3ecd..000000000000 --- a/editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.cxx +++ /dev/null @@ -1,13 +0,0 @@ ---- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx.orig 2026-04-17 11:12:42 UTC -+++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx -@@ -1114,7 +1114,9 @@ void PDFOutDev::drawChar(GfxState *state, double x, do - printf( "\n" ); - } - --#if POPPLER_CHECK_VERSION(0, 64, 0) -+#if POPPLER_CHECK_VERSION(26, 4, 0) -+void PDFOutDev::drawString(GfxState*, const std::string& /*s*/) -+#elif POPPLER_CHECK_VERSION(0, 64, 0) - void PDFOutDev::drawString(GfxState*, const GooString* /*s*/) - #else - void PDFOutDev::drawString(GfxState*, GooString* /*s*/) diff --git a/editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.hxx b/editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.hxx deleted file mode 100644 index 0b382cb9c5a0..000000000000 --- a/editors/libreoffice/files/patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev__gpl.hxx +++ /dev/null @@ -1,13 +0,0 @@ ---- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx.orig 2026-04-17 11:34:08 UTC -+++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx -@@ -260,7 +260,9 @@ void setDefaultCTM(const std::array<double, 6> &pMat) - double originX, double originY, - CharCode code, int nBytes, Unicode *u, int uLen) override; - #endif --#if POPPLER_CHECK_VERSION(0, 64, 0) -+#if POPPLER_CHECK_VERSION(26, 4, 0) -+ virtual void drawString(GfxState *state, const std::string &s) override; -+#elif POPPLER_CHECK_VERSION(0, 64, 0) - virtual void drawString(GfxState *state, const GooString *s) override; - #else - virtual void drawString(GfxState *state, GooString *s) override;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a143134.3b61a.75501727>
