head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.13.07.15.55; author adam; state Exp; branches; next ; commitid 3fBvAgbb8CtUoRQF; desc @@ 1.1 log @harfbuzz: disable help2man @ text @$NetBSD$ 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 @