Received: by mail.netbsd.org (Postfix, from userid 605) id D8FA884D73; Mon, 29 Jan 2018 09:58:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6147E84D69 for ; Mon, 29 Jan 2018 09:58:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TARg0KsCTkJn for ; Mon, 29 Jan 2018 09:58:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DCB3184D5B for ; Mon, 29 Jan 2018 09:58:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3DBCFBDE; Mon, 29 Jan 2018 09:58:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517219914153490" MIME-Version: 1.0 Date: Mon, 29 Jan 2018 09:58:34 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/graphics/exiv2 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180129095834.D3DBCFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1517219914153490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1517219914153490 Content-Disposition: inline Content-Length: 1944 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1517219914153490--