diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-11-24 14:33:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-11-24 14:33:22 +0000 |
commit | 88853f54778553a9c88afabbc4c7167e641ddafc (patch) | |
tree | 67a15711f8b86ec44716c8afc3ededf8268743a9 /misc/libreoffice/patches | |
parent | b520c337a51cdc390b875d9f1f3707d6b0a7ceb9 (diff) | |
download | pkgsrc-88853f54778553a9c88afabbc4c7167e641ddafc.tar.gz |
libreoffice: Fix comments about security/gpgme
Diffstat (limited to 'misc/libreoffice/patches')
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/libreoffice/patches/patch-configure.ac b/misc/libreoffice/patches/patch-configure.ac index 625b8283cdf..3ff6bf82aed 100644 --- a/misc/libreoffice/patches/patch-configure.ac +++ b/misc/libreoffice/patches/patch-configure.ac @@ -1,11 +1,11 @@ -$NetBSD: patch-configure.ac,v 1.17 2020/08/11 16:07:39 ryoon Exp $ +$NetBSD: patch-configure.ac,v 1.18 2020/11/24 14:33:22 ryoon Exp $ * Add NetBSD/aarch64 support. * Disable freetype2 and fontconfig from pkgsrc explicitly. to fix X11_TYPE=native build and internal pdfium's internal freetype build. * Fix some static links. -* Include header files from gpgme correctly. -* Find pkgsrc/devel/apache-ant. +* Include header files from security/gpgme correctly. +* Find devel/apache-ant. --- configure.ac.orig 2020-07-29 19:29:17.000000000 +0000 +++ configure.ac diff --git a/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_CertificateImpl.hxx b/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_CertificateImpl.hxx index 2816de35aa3..6837265bede 100644 --- a/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_CertificateImpl.hxx +++ b/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_CertificateImpl.hxx @@ -1,6 +1,6 @@ -$NetBSD: patch-xmlsecurity_source_gpg_CertificateImpl.hxx,v 1.3 2018/08/18 00:11:32 ryoon Exp $ +$NetBSD: patch-xmlsecurity_source_gpg_CertificateImpl.hxx,v 1.4 2020/11/24 14:33:22 ryoon Exp $ -* Do not confuse with key.h from gpgmepp and nss +* Do not confuse with key.h from security/gpgme and devel/nss --- xmlsecurity/source/gpg/CertificateImpl.hxx.orig 2018-08-02 19:54:54.000000000 +0000 +++ xmlsecurity/source/gpg/CertificateImpl.hxx diff --git a/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_xmlsignature__gpgimpl.cxx b/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_xmlsignature__gpgimpl.cxx index 1b69ebb614f..4324c261ac4 100644 --- a/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_xmlsignature__gpgimpl.cxx +++ b/misc/libreoffice/patches/patch-xmlsecurity_source_gpg_xmlsignature__gpgimpl.cxx @@ -1,6 +1,6 @@ -$NetBSD: patch-xmlsecurity_source_gpg_xmlsignature__gpgimpl.cxx,v 1.3 2018/08/18 00:11:32 ryoon Exp $ +$NetBSD: patch-xmlsecurity_source_gpg_xmlsignature__gpgimpl.cxx,v 1.4 2020/11/24 14:33:22 ryoon Exp $ -* Do not confuse with key.h from gpgmepp and nss +* Do not confuse with key.h from security/gpgme and devel/nss --- xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx.orig 2018-08-02 19:54:54.000000000 +0000 +++ xmlsecurity/source/gpg/xmlsignature_gpgimpl.cxx |