pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xkeyboard-config xkeyboard-config: Fix PLIST diver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ac08cae956e
branches:  trunk
changeset: 386900:2ac08cae956e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Oct 17 14:54:00 2022 +0000

description:
xkeyboard-config: Fix PLIST divergence

* Do not build man page when xsltproc is installed already.

diffstat:

 x11/xkeyboard-config/distinfo                  |   3 ++-
 x11/xkeyboard-config/patches/patch-meson.build |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r a14c44d54727 -r 2ac08cae956e x11/xkeyboard-config/distinfo
--- a/x11/xkeyboard-config/distinfo     Mon Oct 17 13:48:28 2022 +0000
+++ b/x11/xkeyboard-config/distinfo     Mon Oct 17 14:54:00 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.37 2022/10/17 07:45:28 wiz Exp $
+$NetBSD: distinfo,v 1.38 2022/10/17 14:54:00 ryoon Exp $
 
 BLAKE2s (xkeyboard-config-2.37.tar.xz) = 12cbf5400781e56f81b80c09ecedae9eb5c08c6c4dd20215ddcbe64c148e884e
 SHA512 (xkeyboard-config-2.37.tar.xz) = 3b2da77996d48bf7b6a5f5784bbcb62070ba6ab8eabb6f255d1addd7fa58080a329464010050e894c9acc901e42e3669333db2966140c78802efb8a86620ac0e
 Size (xkeyboard-config-2.37.tar.xz) = 879744 bytes
+SHA1 (patch-meson.build) = ae50385a383b8fcb75fd07798e48ca26602ddc0a
diff -r a14c44d54727 -r 2ac08cae956e x11/xkeyboard-config/patches/patch-meson.build
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xkeyboard-config/patches/patch-meson.build    Mon Oct 17 14:54:00 2022 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-meson.build,v 1.1 2022/10/17 14:54:00 ryoon Exp $
+
+* Do not find xsltproc from textproc/libxslt.
+
+--- meson.build.orig   2022-10-04 16:32:15.000000000 +0000
++++ meson.build
+@@ -36,6 +36,7 @@ endforeach
+ subdir('rules')
+ 
+ # man page
++if false
+ xsltproc = find_program('xsltproc', required: false)
+ if xsltproc.found()
+   man_substs = configuration_data()
+@@ -57,5 +58,6 @@ if xsltproc.found()
+                           install_dir: dir_man7)
+ 
+ endif
++endif
+ 
+ subdir('po')



Home | Main Index | Thread Index | Old Index