pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/exiv2 exiv2: Remove bogus forward declaration.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5343f6cf2783
branches:  trunk
changeset: 374776:5343f6cf2783
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 29 09:58:34 2018 +0000

description:
exiv2: Remove bogus forward declaration.

diffstat:

 graphics/exiv2/distinfo                              |   3 ++-
 graphics/exiv2/patches/patch-include_exiv2_types.hpp |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 648b4fdf7c40 -r 5343f6cf2783 graphics/exiv2/distinfo
--- a/graphics/exiv2/distinfo   Mon Jan 29 09:49:18 2018 +0000
+++ b/graphics/exiv2/distinfo   Mon Jan 29 09:58:34 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2016/12/22 21:04:31 joerg Exp $
+$NetBSD: distinfo,v 1.28 2018/01/29 09:58:34 jperkin Exp $
 
 SHA1 (exiv2-0.25.tar.gz) = adb8ffe63916e7c27bda9792e690d1330ec7273d
 RMD160 (exiv2-0.25.tar.gz) = 2f43f8737dad9ffd7d5759ef4dd9688658125794
@@ -8,6 +8,7 @@
 SHA1 (patch-configure) = 39d6589dc82315d7a2bffeb332c21b6f54d69cf1
 SHA1 (patch-contrib_organize_Makefile) = de74227211b79e49126178f27391831507c2948f
 SHA1 (patch-contrib_organize_helpers.cpp) = ec003c826d463b3e7e571ab4c41baffaca1240e9
+SHA1 (patch-include_exiv2_types.hpp) = 829e101c1c5f06de0a497b8c6a052b0a4e667d25
 SHA1 (patch-src_Makefile) = 09c51b7da85584aece0147b446bff27ebc7f549f
 SHA1 (patch-src_http.cpp) = 75a64b80c37c54c0f65cc8455bd730ae01df0bae
 SHA1 (patch-src_svn_version.sh) = a80e142ab14ba4f5aad62936c5b5375d2a9b4b58
diff -r 648b4fdf7c40 -r 5343f6cf2783 graphics/exiv2/patches/patch-include_exiv2_types.hpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/exiv2/patches/patch-include_exiv2_types.hpp      Mon Jan 29 09:58:34 2018 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-include_exiv2_types.hpp,v 1.1 2018/01/29 09:58:34 jperkin Exp $
+
+Remove bogus forward declaration.
+
+--- include/exiv2/types.hpp.orig       2015-06-08 14:39:59.000000000 +0000
++++ include/exiv2/types.hpp
+@@ -78,7 +78,6 @@ typedef __int64          int64_t;
+ 
+ // *****************************************************************************
+ // forward declarations
+-struct tm;
+ 
+ // *****************************************************************************
+ // namespace extensions



Home | Main Index | Thread Index | Old Index