pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/geeqie graphics/geeqie: Don't find pandoc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb5f35b0d620
branches:  trunk
changeset: 388523:cb5f35b0d620
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Nov 21 23:55:22 2022 +0000

description:
graphics/geeqie: Don't find pandoc

pandoc is used to make README.html, and it's not ok to have a
different set of installed files based on random programs being
present.

diffstat:

 graphics/geeqie/distinfo                  |   3 ++-
 graphics/geeqie/patches/patch-meson.build |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 8ec5b097f4df -r cb5f35b0d620 graphics/geeqie/distinfo
--- a/graphics/geeqie/distinfo  Mon Nov 21 22:28:41 2022 +0000
+++ b/graphics/geeqie/distinfo  Mon Nov 21 23:55:22 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2022/11/21 22:26:54 wiz Exp $
+$NetBSD: distinfo,v 1.29 2022/11/21 23:55:22 gdt Exp $
 
 BLAKE2s (geeqie-2.0.1.tar.xz) = 344660eddf23258c87afb4855c616ba24a6eb0562756c15c554bed30e241ae78
 SHA512 (geeqie-2.0.1.tar.xz) = cd2251c831c6d4d461d92eee84df08590752ad625e1f50d57e1fb5d0fc6ac16a225584a8217e14bf4f993ba247f7df3296498b27fcc4f5f4c7f25307699aadc5
@@ -6,4 +6,5 @@
 SHA1 (patch-ac) = 6cebab3e14ce51c59e70fc902a514d1bbafc3b33
 SHA1 (patch-config.h.in) = 301b461a7c3ce8b699f4651363ddf18017eca0df
 SHA1 (patch-doc_meson.build) = bfa986b7181355c8f02ffec1af39476a0bc6b491
+SHA1 (patch-meson.build) = c6a0ac55b03d3c78619c55f82feebe66ea0a1e6b
 SHA1 (patch-meson__options.txt) = e25acfd12c46337e1a992e5629cf82b5fa8f838d
diff -r 8ec5b097f4df -r cb5f35b0d620 graphics/geeqie/patches/patch-meson.build
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/geeqie/patches/patch-meson.build Mon Nov 21 23:55:22 2022 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-meson.build,v 1.1 2022/11/21 23:55:23 gdt Exp $
+
+Do not look for pandoc to avoid non-repro build output.
+
+Commented on upstream at
+  https://github.com/BestImageViewer/geeqie/pull/1051
+
+--- meson.build.orig   2022-08-12 09:32:25.000000000 +0000
++++ meson.build
+@@ -485,7 +485,7 @@ else
+     summary({'ChangeLog' : ['ChangeLog, ChangeLog.html created:', false]}, section : 'Documentation', bool_yn : true)
+ endif
+ 
+-pandoc = find_program('pandoc', required : false)
++pandoc = find_program('pandoc-really-do-not-find-pandoc', required : false)
+ if pandoc.found()
+     run_command(find_program('gen_readme.sh'), meson.source_root(), meson.build_root(), check : false)
+ 



Home | Main Index | Thread Index | Old Index