[Bug 264298] security/libu2f-host: Build fails when DOCS is turned off

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 May 2022 20:40:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264298

            Bug ID: 264298
           Summary: security/libu2f-host: Build fails when DOCS is turned
                    off
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: leres@freebsd.org

libu2f-host fails to configure when DOCS is off:

    ===>  Configuring for libu2f-host-1.1.10_1
    /bin/sh: /usr/local/bin/gtkdocize: not found
    ===>  Mk/Uses/autoreconf.mk: Error running gtkdocize
    *** Error code 1

The issue seems to be that the configure script assumes gtk-doc is always
available. I see two main options to fix this. One is to patch things to allow
building without gtk-doc. The other is to remove the DOCS option.

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