pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xkeyboard-config
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Oct 17 14:54:00 UTC 2022
Modified Files:
pkgsrc/x11/xkeyboard-config: distinfo
Added Files:
pkgsrc/x11/xkeyboard-config/patches: patch-meson.build
Log Message:
xkeyboard-config: Fix PLIST divergence
* Do not build man page when xsltproc is installed already.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xkeyboard-config/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xkeyboard-config/patches/patch-meson.build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xkeyboard-config/distinfo
diff -u pkgsrc/x11/xkeyboard-config/distinfo:1.37 pkgsrc/x11/xkeyboard-config/distinfo:1.38
--- pkgsrc/x11/xkeyboard-config/distinfo:1.37 Mon Oct 17 07:45:28 2022
+++ pkgsrc/x11/xkeyboard-config/distinfo Mon Oct 17 14:54:00 2022
@@ -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
Added files:
Index: pkgsrc/x11/xkeyboard-config/patches/patch-meson.build
diff -u /dev/null pkgsrc/x11/xkeyboard-config/patches/patch-meson.build:1.1
--- /dev/null Mon Oct 17 14:54:00 2022
+++ pkgsrc/x11/xkeyboard-config/patches/patch-meson.build Mon Oct 17 14:54:00 2022
@@ -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