pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/harfbuzz
Module Name: pkgsrc
Committed By: adam
Date: Sun Apr 13 07:15:55 UTC 2025
Modified Files:
pkgsrc/fonts/harfbuzz: distinfo
Added Files:
pkgsrc/fonts/harfbuzz/patches: patch-util_meson.build
Log Message:
harfbuzz: disable help2man
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/fonts/harfbuzz/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/harfbuzz/patches/patch-util_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/fonts/harfbuzz/distinfo
diff -u pkgsrc/fonts/harfbuzz/distinfo:1.146 pkgsrc/fonts/harfbuzz/distinfo:1.147
--- pkgsrc/fonts/harfbuzz/distinfo:1.146 Sat Apr 12 07:06:55 2025
+++ pkgsrc/fonts/harfbuzz/distinfo Sun Apr 13 07:15:55 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.146 2025/04/12 07:06:55 wiz Exp $
+$NetBSD: distinfo,v 1.147 2025/04/13 07:15:55 adam Exp $
BLAKE2s (harfbuzz-11.0.1.tar.xz) = 1e81da5eba2a31174100ebbcffdeaeb5dd48778b7761147340d3e3efe11f7852
SHA512 (harfbuzz-11.0.1.tar.xz) = 0eca477c9c2225fdfa2c571a302606aa5026ba809ca1b61b9edd7397b601c57fc1f7919068e9e193cc49b6ea643a8918934aa7cab1ac59947358e06fb1ad645d
Size (harfbuzz-11.0.1.tar.xz) = 18158636 bytes
SHA1 (patch-src_meson.build) = 5b46f9933d5dea1f842fccf63eb92faae1f7c90f
+SHA1 (patch-util_meson.build) = 50c5146c723a734ee42609dcc384de0feb46369e
Added files:
Index: pkgsrc/fonts/harfbuzz/patches/patch-util_meson.build
diff -u /dev/null pkgsrc/fonts/harfbuzz/patches/patch-util_meson.build:1.1
--- /dev/null Sun Apr 13 07:15:55 2025
+++ pkgsrc/fonts/harfbuzz/patches/patch-util_meson.build Sun Apr 13 07:15:55 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-util_meson.build,v 1.1 2025/04/13 07:15:55 adam Exp $
+
+Disable help2man as it makes the build crash.
+
+--- util/meson.build.orig 2025-04-13 07:13:29.815506976 +0000
++++ util/meson.build
+@@ -18,7 +18,7 @@ hb_subset_cli_sources = [
+ # If found, invoke it on our four binaries to build man pages
+ # If not found, just skip this step
+ if not get_option('docs').disabled()
+- help2man = find_program('help2man', required: false)
++ help2man = disabler()
+ else
+ help2man = disabler()
+ endif
Home |
Main Index |
Thread Index |
Old Index