[Bug 270286] dns/bind-tools: fails to build with MANPAGES=off

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Mar 2023 13:32:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270286

            Bug ID: 270286
           Summary: dns/bind-tools: fails to build with MANPAGES=off
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: tomas@ciernik.sk
             Flags: maintainer-feedback?(mat@FreeBSD.org)
          Assignee: mat@FreeBSD.org

Hello,

dns/bind-tools fails with MANPAGES disabled

Making all in man
echo ""

: -b man -d ./_build/.doctrees/man -W                    -c .                  
 -a                              -n                      -D
version="@""PACKAGE_VERSION@"        -D today="@""RELEASE_DATE@"             -D
release="@""PACKAGE_VERSION@"        -D rst_epilog="$(printf
"${man_RST_EPILOG}")"                                   . ./_build/man
for f in ./_build/man/*; do  cp -a "$f" "./$(basename $f)in";  done
cp: ./_build/man/*: No such file or directory
*** Error code 1

Stop.
make[4]: stopped in /wrkdirs/usr/ports/dns/bind-tools/work/bind-9.18.13/doc/man


After enabling MANPAGES, everything is OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.