pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphite2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Apr 30 13:56:24 UTC 2025

Modified Files:
        pkgsrc/graphics/graphite2: distinfo
Added Files:
        pkgsrc/graphics/graphite2/patches:
            patch-tests_featuremap_featuremaptest.cpp

Log Message:
graphite2: add missing include


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/graphite2/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/graphite2/patches/patch-tests_featuremap_featuremaptest.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/graphite2/distinfo
diff -u pkgsrc/graphics/graphite2/distinfo:1.14 pkgsrc/graphics/graphite2/distinfo:1.15
--- pkgsrc/graphics/graphite2/distinfo:1.14     Tue Oct 26 10:46:17 2021
+++ pkgsrc/graphics/graphite2/distinfo  Wed Apr 30 13:56:24 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:46:17 nia Exp $
+$NetBSD: distinfo,v 1.15 2025/04/30 13:56:24 tnn Exp $
 
 BLAKE2s (graphite2-1.3.14.tgz) = f0327204ad5d7af62839c4c8d74a565bd885a4cc27e7fe54ee62be943d9061d2
 SHA512 (graphite2-1.3.14.tgz) = 14b5eb2ba8158b8b62ffa7fb142100a0af1de0f0c45b2673801b636714a106b46fcd423b05c722d963c9543fafcf10fec811975308211a54f20a3ba322d7b295
 Size (graphite2-1.3.14.tgz) = 6630061 bytes
 SHA1 (patch-src_CMakeLists.txt) = 24c0e719283156bb74c51a6029245b293e1c16ae
+SHA1 (patch-tests_featuremap_featuremaptest.cpp) = cf02a23af8f493d97fc920966d385caa49e7ba9a

Added files:

Index: pkgsrc/graphics/graphite2/patches/patch-tests_featuremap_featuremaptest.cpp
diff -u /dev/null pkgsrc/graphics/graphite2/patches/patch-tests_featuremap_featuremaptest.cpp:1.1
--- /dev/null   Wed Apr 30 13:56:24 2025
+++ pkgsrc/graphics/graphite2/patches/patch-tests_featuremap_featuremaptest.cpp Wed Apr 30 13:56:24 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-tests_featuremap_featuremaptest.cpp,v 1.1 2025/04/30 13:56:24 tnn Exp $
+
+Include <cstdint> for uint8_t.
+
+--- tests/featuremap/featuremaptest.cpp.orig   2025-04-30 13:54:39.368572172 +0000
++++ tests/featuremap/featuremaptest.cpp
+@@ -20,6 +20,7 @@
+     internet at http://www.fsf.org/licenses/lgpl.html.
+ */
+ #include <cassert>
++#include <cstdint>
+ #include <cstdlib>
+ #include <fstream>
+ #include <iostream>



Home | Main Index | Thread Index | Old Index