pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 27 11:00:00 UTC 2023

Modified Files:
        pkgsrc/geography/gdal-lib: distinfo
Added Files:
        pkgsrc/geography/gdal-lib/patches:
            patch-frmts_mrf_LERCV1_Lerc1Image.cpp

Log Message:
gdal-lib: add missing include


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/geography/gdal-lib/patches/patch-frmts_mrf_LERCV1_Lerc1Image.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/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.60 pkgsrc/geography/gdal-lib/distinfo:1.61
--- pkgsrc/geography/gdal-lib/distinfo:1.60     Sun Nov 27 01:10:22 2022
+++ pkgsrc/geography/gdal-lib/distinfo  Sun Aug 27 10:59:59 2023
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.60 2022/11/27 01:10:22 gdt Exp $
+$NetBSD: distinfo,v 1.61 2023/08/27 10:59:59 tnn Exp $
 
 BLAKE2s (gdal-3.5.3.tar.xz) = a9932da1b8d17bc4b37ebe8e74b23eccc6a0ce4810f976587e9617735dffcd4d
 SHA512 (gdal-3.5.3.tar.xz) = b7bac9dd568e9db49d1fa5be8cd48df37f37196b0cacce44f738a981f0c43a77b5750312cd0c3385fdd881a6b525a5ceac56bcd08284d76071bd508d01781f49
 Size (gdal-3.5.3.tar.xz) = 9504740 bytes
 SHA1 (patch-configure) = 86eae1d146161752ba9468d0aca7f2bb7f3b121b
 SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
+SHA1 (patch-frmts_mrf_LERCV1_Lerc1Image.cpp) = 87bf6e873a0565e8d79700039700a4289cf7c8fa

Added files:

Index: pkgsrc/geography/gdal-lib/patches/patch-frmts_mrf_LERCV1_Lerc1Image.cpp
diff -u /dev/null pkgsrc/geography/gdal-lib/patches/patch-frmts_mrf_LERCV1_Lerc1Image.cpp:1.1
--- /dev/null   Sun Aug 27 11:00:00 2023
+++ pkgsrc/geography/gdal-lib/patches/patch-frmts_mrf_LERCV1_Lerc1Image.cpp     Sun Aug 27 11:00:00 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-frmts_mrf_LERCV1_Lerc1Image.cpp,v 1.1 2023/08/27 11:00:00 tnn Exp $
+
+https://github.com/OSGeo/gdal/commit/732f80bdb6da2084e2a83e7eab032dc899307ad7
+
+--- frmts/mrf/LERCV1/Lerc1Image.cpp.orig       2022-10-21 14:57:17.000000000 +0000
++++ frmts/mrf/LERCV1/Lerc1Image.cpp
+@@ -22,6 +22,7 @@ Contributors:  Thomas Maurer
+ */
+ 
+ #include "Lerc1Image.h"
++#include <cstdint>
+ #include <cmath>
+ #include <cfloat>
+ #include <string>



Home | Main Index | Thread Index | Old Index