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:   jperkin
Date:           Mon Jun 10 09:41:52 UTC 2024

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

Log Message:
proj: Fix C++ includes.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/proj/distinfo
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/geography/proj/patches/patch-src_proj__json__streaming__writer.hpp
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/geography/proj/patches/patch-src_projections_s2.cpp

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.20 pkgsrc/geography/proj/distinfo:1.21
--- pkgsrc/geography/proj/distinfo:1.20 Thu May 23 13:35:58 2024
+++ pkgsrc/geography/proj/distinfo      Mon Jun 10 09:41:52 2024
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.20 2024/05/23 13:35:58 gdt Exp $
+$NetBSD: distinfo,v 1.21 2024/06/10 09:41:52 jperkin Exp $
 
 BLAKE2s (proj-8.2.1.tar.gz) = 2d7629837ac2cdf2d7a60e9c3717dc2dda5506d81326f78f24b3fb5ee6847ab1
 SHA512 (proj-8.2.1.tar.gz) = c6164771fd492be5aa91d8dd2f2794a19b47431078f148356aa70dee96a4589ec5decbab9d8dd756a7bcb322ad94935750c22e0e7fb16e21c8f59ca474e7137e
 Size (proj-8.2.1.tar.gz) = 5882136 bytes
+SHA1 (patch-src_proj__json__streaming__writer.hpp) = a74be3b825a3967d8575cb3644bdaac5c080fb8b
+SHA1 (patch-src_projections_s2.cpp) = 0afc66d0cc71a8e7ce92527f4538c741775f00f3

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.3
--- /dev/null   Mon Jun 10 09:41:52 2024
+++ pkgsrc/geography/proj/patches/patch-src_proj__json__streaming__writer.hpp   Mon Jun 10 09:41:52 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_proj__json__streaming__writer.hpp,v 1.3 2024/06/10 09:41:52 jperkin Exp $
+
+Fix C++ includes.
+
+--- src/proj_json_streaming_writer.hpp.orig    2024-06-10 09:36:16.701451389 +0000
++++ src/proj_json_streaming_writer.hpp
+@@ -31,6 +31,7 @@
+ 
+ /*! @cond Doxygen_Suppress */
+ 
++#include <cstdint>
+ #include <vector>
+ #include <string>
+ 

Index: pkgsrc/geography/proj/patches/patch-src_projections_s2.cpp
diff -u /dev/null pkgsrc/geography/proj/patches/patch-src_projections_s2.cpp:1.1
--- /dev/null   Mon Jun 10 09:41:52 2024
+++ pkgsrc/geography/proj/patches/patch-src_projections_s2.cpp  Mon Jun 10 09:41:52 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_projections_s2.cpp,v 1.1 2024/06/10 09:41:52 jperkin Exp $
+
+Fix C++ includes.
+
+--- src/projections/s2.cpp.orig        2024-06-10 09:37:49.864562641 +0000
++++ src/projections/s2.cpp
+@@ -52,6 +52,7 @@
+ 
+ #include <errno.h>
+ #include <cmath>
++#include <cstdint>
+ 
+ #include "proj.h"
+ #include "proj_internal.h"



Home | Main Index | Thread Index | Old Index