head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.30 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.28 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.26 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.24 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.22 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.20 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.18 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2023.07.19.06.59.38; author wiz; state dead; branches; next 1.1; commitid tjGxqmVNCkIDGnxE; 1.1 date 2019.12.21.23.43.27; author joerg; state Exp; branches; next ; commitid 2waIH2TXwOkSdDPB; desc @@ 1.2 log @gthumb3: remove No reason to have a versioned package; this was massively outdated and graphics/gthumb is now newer. @ text @$NetBSD: patch-extensions_exiv2__tools_exiv2-utils.cpp,v 1.1 2019/12/21 23:43:27 joerg Exp $ --- extensions/exiv2_tools/exiv2-utils.cpp.orig 2019-12-21 23:03:22.584354769 +0000 +++ extensions/exiv2_tools/exiv2-utils.cpp @@@@ -33,7 +33,8 @@@@ #include #include #include -#include +#include +#include #include #include "exiv2-utils.h" @@@@ -928,7 +929,7 @@@@ dump_exif_data (Exiv2::ExifData &exifDat try { if (exifData.empty()) { - throw Exiv2::Error(1, " No Exif data found in the file"); + throw Exiv2::Error(Exiv2::kerGeneralError, " No Exif data found in the file"); } Exiv2::ExifData::const_iterator end = exifData.end(); for (Exiv2::ExifData::const_iterator i = exifData.begin(); i != end; ++i) { @ 1.1 log @Deal with exiv2 interface changes. @ text @d1 1 a1 1 $NetBSD$ @