pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libodfgen
Module Name: pkgsrc
Committed By: tnn
Date: Mon Apr 28 20:47:00 UTC 2025
Modified Files:
pkgsrc/textproc/libodfgen: distinfo
Added Files:
pkgsrc/textproc/libodfgen/patches: patch-src_OdfGenerator.cxx
Log Message:
libodfgen: include <cstdint> for uint8_t
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/libodfgen/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/textproc/libodfgen/patches/patch-src_OdfGenerator.cxx
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/libodfgen/distinfo
diff -u pkgsrc/textproc/libodfgen/distinfo:1.11 pkgsrc/textproc/libodfgen/distinfo:1.12
--- pkgsrc/textproc/libodfgen/distinfo:1.11 Tue Oct 26 11:22:16 2021
+++ pkgsrc/textproc/libodfgen/distinfo Mon Apr 28 20:47:00 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:22:16 nia Exp $
+$NetBSD: distinfo,v 1.12 2025/04/28 20:47:00 tnn Exp $
BLAKE2s (libodfgen-0.1.7.tar.xz) = 95ca2863ba2f3ce3a2d9cd64dae59b0f45dcd78751b73151f5e4dbf0bc3b2ad4
SHA512 (libodfgen-0.1.7.tar.xz) = eaf5c6646a9cacf54cb0416b08526f35d18d0618f3f64cf14f4b24537b0285da2786d2f6d6e2c204c8248f900d37287b2c5af79720b0d49452f67b14c86ea36e
Size (libodfgen-0.1.7.tar.xz) = 384760 bytes
+SHA1 (patch-src_OdfGenerator.cxx) = 43214782f9a05795fe5dfd183ac8ffdc8ff4bad5
SHA1 (patch-src_PageSpan.cxx) = b61c6af1885e3d863671708d1562f37724fbda94
Added files:
Index: pkgsrc/textproc/libodfgen/patches/patch-src_OdfGenerator.cxx
diff -u /dev/null pkgsrc/textproc/libodfgen/patches/patch-src_OdfGenerator.cxx:1.1
--- /dev/null Mon Apr 28 20:47:00 2025
+++ pkgsrc/textproc/libodfgen/patches/patch-src_OdfGenerator.cxx Mon Apr 28 20:47:00 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_OdfGenerator.cxx,v 1.1 2025/04/28 20:47:00 tnn Exp $
+
+Include <cstdint> for uint8_t.
+
+--- src/OdfGenerator.cxx.orig 2025-04-23 07:30:10.581413641 +0000
++++ src/OdfGenerator.cxx
+@@ -33,6 +33,7 @@
+ #include <math.h>
+
+ #include <cctype>
++#include <cstdint>
+ #include <limits>
+ #include <string>
+ #include <stack>
Home |
Main Index |
Thread Index |
Old Index