Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: add missing #include



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d9ea4fb3f1b
branches:  trunk
changeset: 437006:7d9ea4fb3f1b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Aug 14 10:32:43 2020 +0000

description:
gpgme: add missing #include

diffstat:

 security/gpgme/distinfo                                      |   3 +-
 security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp |  14 ++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 43d102fb7f34 -r 7d9ea4fb3f1b security/gpgme/distinfo
--- a/security/gpgme/distinfo   Fri Aug 14 08:45:30 2020 +0000
+++ b/security/gpgme/distinfo   Fri Aug 14 10:32:43 2020 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.44 2020/08/03 15:32:31 adam Exp $
+$NetBSD: distinfo,v 1.45 2020/08/14 10:32:43 tnn Exp $
 
 SHA1 (gpgme-1.14.0.tar.bz2) = 90a1b678703b0cabdb953035a4bee012e5685dce
 RMD160 (gpgme-1.14.0.tar.bz2) = 1889520e54ca69b06386b7b53f5dc82c6f8d036a
 SHA512 (gpgme-1.14.0.tar.bz2) = b7ffa30a046c75215e1c73e2f34e5e65532e4dcf6bea55796adc6f82fd38dafe264bcd4332b2001155d6f9476d6fd82a77112dad31c1bb29db9ddefc532ae668
 Size (gpgme-1.14.0.tar.bz2) = 1678910 bytes
 SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072
+SHA1 (patch-lang_cpp_src_editinteractor.cpp) = f6e7234c31956ce81353d012b52011a72713e45d
diff -r 43d102fb7f34 -r 7d9ea4fb3f1b security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpgme/patches/patch-lang_cpp_src_editinteractor.cpp      Fri Aug 14 10:32:43 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-lang_cpp_src_editinteractor.cpp,v 1.1 2020/08/14 10:32:43 tnn Exp $
+
+editinteractor.cpp:181:29: error: use of undeclared identifier 'getenv'
+
+--- lang/cpp/src/editinteractor.cpp.orig       2020-07-15 10:14:17.000000000 +0000
++++ lang/cpp/src/editinteractor.cpp
+@@ -41,6 +41,7 @@
+ 
+ #include <cerrno>
+ #include <cstring>
++#include <cstdlib>
+ 
+ #ifndef GPG_ERR_ALREADY_SIGNED
+ # define GPG_ERR_ALREADY_SIGNED GPG_ERR_USER_1



Home | Main Index | Thread Index | Old Index