geeqie: add upstream bug report URLs

This commit is contained in:
wiz 2023-06-17 16:50:53 +00:00
parent 58233cbe07
commit 993cb722ef
4 changed files with 9 additions and 6 deletions

View file

@ -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 DISTNAME= geeqie-2.1
CATEGORIES= graphics CATEGORIES= graphics
@ -18,6 +18,7 @@ TOOL_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share
LDFLAGS.SunOS+= -lm -lsocket -lnsl LDFLAGS.SunOS+= -lm -lsocket -lnsl
# ld: src/geeqie.p/main.cc.o: undefined reference to symbol 'backtrace' # 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 # ld: /usr/lib/libexecinfo.so.0: error adding symbols: DSO missing from command line
# https://github.com/BestImageViewer/geeqie/issues/1111
LDFLAGS.NetBSD+= -lexecinfo LDFLAGS.NetBSD+= -lexecinfo
MESON_ARGS+= -Ddoxygen=disabled MESON_ARGS+= -Ddoxygen=disabled

View file

@ -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 BLAKE2s (geeqie-2.1.tar.xz) = 179c98a22e51fcc7cbe7f9832f1a0902abbf3c8ef688a809bd24ba2cef82cbc1
SHA512 (geeqie-2.1.tar.xz) = 1812234d349536626433bbb7670cd45ef5ce328bf58f603af8eb4a01f7d3db2557d5a812714b12a9b49559aa1fe1c186ceddf2f632c2b303d64d36ad746a2d2f SHA512 (geeqie-2.1.tar.xz) = 1812234d349536626433bbb7670cd45ef5ce328bf58f603af8eb4a01f7d3db2557d5a812714b12a9b49559aa1fe1c186ceddf2f632c2b303d64d36ad746a2d2f
Size (geeqie-2.1.tar.xz) = 1800612 bytes Size (geeqie-2.1.tar.xz) = 1800612 bytes
SHA1 (patch-src_exif-common.cc) = 2752f7c95aff03cf2ff268c4f2cbe09656ca3867 SHA1 (patch-src_exif-common.cc) = 3d3bb4963a71d3d138287aa418c86455f73734e0
SHA1 (patch-src_misc.cc) = ccf039c570f04998691d05da891ce18072c08d63 SHA1 (patch-src_misc.cc) = 8b5ed531aa5bd15dfd296329c623d3fe9d7229eb

View file

@ -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'? ../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.orig 2023-06-17 12:12:30.000000000 +0000
+++ src/exif-common.cc +++ src/exif-common.cc

View file

@ -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: 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'? ../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/17 16:45:43 wiz Exp $
262 | current_locale = setlocale(LC_ALL, NULL); 262 | current_locale = setlocale(LC_ALL, NULL);
| ^~~~~~~~~ | ^~~~~~~~~
| _locale | _locale
https://github.com/BestImageViewer/geeqie/pull/1110
--- src/misc.cc.orig 2023-06-17 12:12:30.000000000 +0000 --- src/misc.cc.orig 2023-06-17 12:12:30.000000000 +0000
+++ src/misc.cc +++ src/misc.cc