pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/exiv2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan 29 09:58:34 UTC 2018

Modified Files:
        pkgsrc/graphics/exiv2: distinfo
Added Files:
        pkgsrc/graphics/exiv2/patches: patch-include_exiv2_types.hpp

Log Message:
exiv2: Remove bogus forward declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/exiv2/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/exiv2/patches/patch-include_exiv2_types.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/exiv2/distinfo
diff -u pkgsrc/graphics/exiv2/distinfo:1.27 pkgsrc/graphics/exiv2/distinfo:1.28
--- pkgsrc/graphics/exiv2/distinfo:1.27 Thu Dec 22 21:04:31 2016
+++ pkgsrc/graphics/exiv2/distinfo      Mon Jan 29 09:58:34 2018
@@ -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-aa) = 947061d168d5db0d9969fa
 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

Added files:

Index: pkgsrc/graphics/exiv2/patches/patch-include_exiv2_types.hpp
diff -u /dev/null pkgsrc/graphics/exiv2/patches/patch-include_exiv2_types.hpp:1.1
--- /dev/null   Mon Jan 29 09:58:34 2018
+++ pkgsrc/graphics/exiv2/patches/patch-include_exiv2_types.hpp Mon Jan 29 09:58:34 2018
@@ -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