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: Sat Jun 17 16:50:54 UTC 2023
Modified Files:
pkgsrc/graphics/geeqie: Makefile distinfo
pkgsrc/graphics/geeqie/patches: patch-src_exif-common.cc
patch-src_misc.cc
Log Message:
geeqie: add upstream bug report URLs
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/graphics/geeqie/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/geeqie/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/graphics/geeqie/patches/patch-src_exif-common.cc \
pkgsrc/graphics/geeqie/patches/patch-src_misc.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/Makefile
diff -u pkgsrc/graphics/geeqie/Makefile:1.109 pkgsrc/graphics/geeqie/Makefile:1.110
--- pkgsrc/graphics/geeqie/Makefile:1.109 Sat Jun 17 16:45:43 2023
+++ pkgsrc/graphics/geeqie/Makefile Sat Jun 17 16:50:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2023/06/17 16:45:43 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2023/06/17 16:50:53 wiz Exp $
DISTNAME= geeqie-2.1
CATEGORIES= graphics
@@ -18,6 +18,7 @@ TOOL_DEPENDS+= vim-share-[0-9]*:../../ed
LDFLAGS.SunOS+= -lm -lsocket -lnsl
# ld: src/geeqie.p/main.cc.o: undefined reference to symbol 'backtrace'
# ld: /usr/lib/libexecinfo.so.0: error adding symbols: DSO missing from command line
+# https://github.com/BestImageViewer/geeqie/issues/1111
LDFLAGS.NetBSD+= -lexecinfo
MESON_ARGS+= -Ddoxygen=disabled
Index: pkgsrc/graphics/geeqie/distinfo
diff -u pkgsrc/graphics/geeqie/distinfo:1.31 pkgsrc/graphics/geeqie/distinfo:1.32
--- pkgsrc/graphics/geeqie/distinfo:1.31 Sat Jun 17 16:45:43 2023
+++ pkgsrc/graphics/geeqie/distinfo Sat Jun 17 16:50:53 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2023/06/17 16:45:43 wiz Exp $
+$NetBSD: distinfo,v 1.32 2023/06/17 16:50:53 wiz Exp $
BLAKE2s (geeqie-2.1.tar.xz) = 179c98a22e51fcc7cbe7f9832f1a0902abbf3c8ef688a809bd24ba2cef82cbc1
SHA512 (geeqie-2.1.tar.xz) = 1812234d349536626433bbb7670cd45ef5ce328bf58f603af8eb4a01f7d3db2557d5a812714b12a9b49559aa1fe1c186ceddf2f632c2b303d64d36ad746a2d2f
Size (geeqie-2.1.tar.xz) = 1800612 bytes
-SHA1 (patch-src_exif-common.cc) = 2752f7c95aff03cf2ff268c4f2cbe09656ca3867
-SHA1 (patch-src_misc.cc) = ccf039c570f04998691d05da891ce18072c08d63
+SHA1 (patch-src_exif-common.cc) = 3d3bb4963a71d3d138287aa418c86455f73734e0
+SHA1 (patch-src_misc.cc) = 8b5ed531aa5bd15dfd296329c623d3fe9d7229eb
Index: pkgsrc/graphics/geeqie/patches/patch-src_exif-common.cc
diff -u pkgsrc/graphics/geeqie/patches/patch-src_exif-common.cc:1.1 pkgsrc/graphics/geeqie/patches/patch-src_exif-common.cc:1.2
--- pkgsrc/graphics/geeqie/patches/patch-src_exif-common.cc:1.1 Sat Jun 17 16:45:43 2023
+++ pkgsrc/graphics/geeqie/patches/patch-src_exif-common.cc Sat Jun 17 16:50:53 2023
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_exif-common.cc,v 1.1 2023/06/17 16:45:43 wiz Exp $
+$NetBSD: patch-src_exif-common.cc,v 1.2 2023/06/17 16:50:53 wiz Exp $
../src/exif-common.cc:780:3: error: 'setenv' was not declared in this scope; did you mean 'getenv'?
+https://github.com/BestImageViewer/geeqie/pull/1110
--- src/exif-common.cc.orig 2023-06-17 12:12:30.000000000 +0000
+++ src/exif-common.cc
Index: pkgsrc/graphics/geeqie/patches/patch-src_misc.cc
diff -u pkgsrc/graphics/geeqie/patches/patch-src_misc.cc:1.1 pkgsrc/graphics/geeqie/patches/patch-src_misc.cc:1.2
--- pkgsrc/graphics/geeqie/patches/patch-src_misc.cc:1.1 Sat Jun 17 16:45:43 2023
+++ pkgsrc/graphics/geeqie/patches/patch-src_misc.cc Sat Jun 17 16:50:53 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_misc.cc,v 1.1 2023/06/17 16:45:43 wiz Exp $
+$NetBSD: patch-src_misc.cc,v 1.2 2023/06/17 16:50:53 wiz Exp $
../src/misc.cc: In function 'gint date_get_first_day_of_week()':
../src/misc.cc:262:29: error: 'LC_ALL' was not declared in this scope; did you mean 'P_ALL'?
@@ -9,6 +9,7 @@ $NetBSD: patch-src_misc.cc,v 1.1 2023/06
262 | current_locale = setlocale(LC_ALL, NULL);
| ^~~~~~~~~
| _locale
+https://github.com/BestImageViewer/geeqie/pull/1110
--- src/misc.cc.orig 2023-06-17 12:12:30.000000000 +0000
+++ src/misc.cc
Home |
Main Index |
Thread Index |
Old Index