head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.22.09.00.12; author bouyer; state Exp; branches; next ; commitid Ltq5S1fi9LiRKH7G; desc @@ 1.1 log @Add xenkernel420 and xentools420 packages version 20250821, providing Xen kernels and tools from the stable-4.20 branch (as of 20250821). @ text @$NetBSD: patch-docs_configure,v 1.1 2024/11/23 18:51:19 gdt Exp $ Don't try to find pandoc because if it happens to be installed: - the build fails because of some latex footnote issue - it is not declared as a dependency and therefore should be "--without-pandoc" but I can't come up with a CONFIGURE_ARGS incantation that works --- docs/configure.orig 2025-08-04 15:22:34.000000000 +0200 +++ docs/configure 2025-08-21 16:22:03.086724470 +0200 @@@@ -2290,7 +2290,8 @@@@ ;; esac fi -PANDOC=$ac_cv_path_PANDOC +# Don't ever find pandoc. +PANDOC= if test -n "$PANDOC"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PANDOC" >&5 printf "%s\n" "$PANDOC" >&6; } @