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: nros
Date: Wed Nov 8 21:15:37 UTC 2023
Modified Files:
pkgsrc/graphics/exiv2: distinfo
Added Files:
pkgsrc/graphics/exiv2/patches: patch-src_futils.cpp
Log Message:
exiv2: resurrect patch to fix build on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/exiv2/distinfo
cvs rdiff -u -r0 -r1.7 pkgsrc/graphics/exiv2/patches/patch-src_futils.cpp
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.49 pkgsrc/graphics/exiv2/distinfo:1.50
--- pkgsrc/graphics/exiv2/distinfo:1.49 Mon Nov 6 13:18:08 2023
+++ pkgsrc/graphics/exiv2/distinfo Wed Nov 8 21:15:37 2023
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.49 2023/11/06 13:18:08 wiz Exp $
+$NetBSD: distinfo,v 1.50 2023/11/08 21:15:37 nros Exp $
BLAKE2s (exiv2-0.28.1.tar.gz) = ba9927ce76ed8a1ec5818164c4beba7abc1989fa5684011d20429d4b7b76b22d
SHA512 (exiv2-0.28.1.tar.gz) = 7b872a3c0cbe343014b1ca4618cecaf6ee8d78dec7ef83accfce95cb8eadc6b52116977a41e1f1be5c6149a47bdd9457fadc08d73708aa2a6ab69795fd3de23b
Size (exiv2-0.28.1.tar.gz) = 45225200 bytes
SHA1 (patch-cmake_compilerFlags.cmake) = 9f56d637e5dc99d7377a8d57ca9be9aab5833a76
+SHA1 (patch-src_futils.cpp) = 16f320338ea0071098a892e23c7056ead2e18d16
Added files:
Index: pkgsrc/graphics/exiv2/patches/patch-src_futils.cpp
diff -u /dev/null pkgsrc/graphics/exiv2/patches/patch-src_futils.cpp:1.7
--- /dev/null Wed Nov 8 21:15:37 2023
+++ pkgsrc/graphics/exiv2/patches/patch-src_futils.cpp Wed Nov 8 21:15:37 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_futils.cpp,v 1.7 2023/11/08 21:15:37 nros Exp $
+
+Include image_int.hpp for Internal::stringFormat().
+
+--- src/futils.cpp.orig 2023-11-06 12:17:09.000000000 +0000
++++ src/futils.cpp
+@@ -6,6 +6,7 @@
+ #include "config.h"
+ #include "enforce.hpp"
+ #include "error.hpp"
++#include "image_int.hpp"
+ #include "utils.hpp"
+
+ // + standard includes
Home |
Main Index |
Thread Index |
Old Index