pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/proj



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 27 09:16:56 UTC 2023

Modified Files:
        pkgsrc/geography/proj: distinfo
Added Files:
        pkgsrc/geography/proj/patches:
            patch-src_proj__json__streaming__writer.hpp

Log Message:
proj: add a missing include


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/proj/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/geography/proj/patches/patch-src_proj__json__streaming__writer.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/proj/distinfo
diff -u pkgsrc/geography/proj/distinfo:1.18 pkgsrc/geography/proj/distinfo:1.19
--- pkgsrc/geography/proj/distinfo:1.18 Sun Nov 27 13:30:45 2022
+++ pkgsrc/geography/proj/distinfo      Sun Aug 27 09:16:56 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.18 2022/11/27 13:30:45 gdt Exp $
+$NetBSD: distinfo,v 1.19 2023/08/27 09:16:56 tnn Exp $
 
 BLAKE2s (proj-7.2.1.tar.gz) = f0308aac5e54722103131481e372c314d57bf4f35208f605b9ad5e0d26a8bc52
 SHA512 (proj-7.2.1.tar.gz) = 59b9b31b0183e620a2f4a25a08620c170773fe4f99e8eca59e9ed6815f43bb379ea21ef71e8f759dbd747855b982657d7503bac3acc542218e0d862105f25324
 Size (proj-7.2.1.tar.gz) = 5714666 bytes
+SHA1 (patch-src_proj__json__streaming__writer.hpp) = 2eb11611eaa648d01d61e678d0d425468ef883f8

Added files:

Index: pkgsrc/geography/proj/patches/patch-src_proj__json__streaming__writer.hpp
diff -u /dev/null pkgsrc/geography/proj/patches/patch-src_proj__json__streaming__writer.hpp:1.1
--- /dev/null   Sun Aug 27 09:16:56 2023
+++ pkgsrc/geography/proj/patches/patch-src_proj__json__streaming__writer.hpp   Sun Aug 27 09:16:56 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_proj__json__streaming__writer.hpp,v 1.1 2023/08/27 09:16:56 tnn Exp $
+
+https://github.com/OSGeo/PROJ/commit/b0b8937c56ced8eb0ffef532b9c691a1a5fc8634
+
+--- src/proj_json_streaming_writer.hpp.orig    2020-01-23 08:45:49.000000000 +0000
++++ src/proj_json_streaming_writer.hpp
+@@ -31,6 +31,7 @@
+ 
+ /*! @cond Doxygen_Suppress */
+ 
++#include <cstdint>
+ #include <vector>
+ #include <string>
+ 



Home | Main Index | Thread Index | Old Index