pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/geeqie
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 7 11:11:13 UTC 2025
Modified Files:
pkgsrc/graphics/geeqie: distinfo
Added Files:
pkgsrc/graphics/geeqie/patches: patch-src_command-line-handling.cc
Log Message:
geeqie: fix build with gcc 14
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/graphics/geeqie/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/geeqie/patches/patch-src_command-line-handling.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/geeqie/distinfo
diff -u pkgsrc/graphics/geeqie/distinfo:1.40 pkgsrc/graphics/geeqie/distinfo:1.41
--- pkgsrc/graphics/geeqie/distinfo:1.40 Tue Jun 10 06:11:29 2025
+++ pkgsrc/graphics/geeqie/distinfo Tue Oct 7 11:11:12 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.40 2025/06/10 06:11:29 wiz Exp $
+$NetBSD: distinfo,v 1.41 2025/10/07 11:11:12 wiz Exp $
BLAKE2s (geeqie-2.6.1.tar.xz) = b5dba86e793dc80b2709d0a4910c626cc5ef39f133bac521d8ba798663be1c88
SHA512 (geeqie-2.6.1.tar.xz) = 5e5d5c38c5f07da6c2c2e3be0a3ba5baf4ddd720c0889f2de7ae221073dcee65abc4752d19556534183d102efb4984e8d15c05c3ad7a7be406b722cb4e7ad961
Size (geeqie-2.6.1.tar.xz) = 2405532 bytes
+SHA1 (patch-src_command-line-handling.cc) = 670c269ec8caaac6b30866b471da5c0146a27121
Added files:
Index: pkgsrc/graphics/geeqie/patches/patch-src_command-line-handling.cc
diff -u /dev/null pkgsrc/graphics/geeqie/patches/patch-src_command-line-handling.cc:1.1
--- /dev/null Tue Oct 7 11:11:13 2025
+++ pkgsrc/graphics/geeqie/patches/patch-src_command-line-handling.cc Tue Oct 7 11:11:13 2025
@@ -0,0 +1,19 @@
+$NetBSD: patch-src_command-line-handling.cc,v 1.1 2025/10/07 11:11:13 wiz Exp $
+
+https://github.com/BestImageViewer/geeqie/pull/1946
+
+../src/command-line-handling.cc: In function 'void {anonymous}::gq_get_rectangle(GtkApplication*, GApplicationCommandLine*, GVariantDict*, GList*)':
+../src/command-line-handling.cc:818:65: error: 'abs' is not a member of 'std'; did you mean 'abs'?
+ 818 | std::abs(x1 - x2),
+ | ^~~
+
+--- src/command-line-handling.cc.orig 2025-10-07 11:06:43.252035335 +0000
++++ src/command-line-handling.cc
+@@ -20,6 +20,7 @@
+
+ #include "command-line-handling.h"
+
++#include <cmath>
+ #include <vector>
+
+ #include "cache-maint.h"
Home |
Main Index |
Thread Index |
Old Index