[Bug 285381] lang/rust: package contains DOCS although not a default OPTION

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Mar 2025 20:47:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285381

            Bug ID: 285381
           Summary: lang/rust: package contains DOCS although not a
                    default OPTION
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: rust@FreeBSD.org
          Reporter: michaelo@FreeBSD.org
          Assignee: rust@FreeBSD.org
             Flags: maintainer-feedback?(rust@FreeBSD.org)

When fetching from
pkgmir.geo.freebsd.org/FreeBSD:13:amd64/latest/All/rust-1.85.0_1.pkg the
package is huge. The MANIFEST says that DOCS are on, but the Makefile of that
port says:
osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/lang/rust (main =)
$ make -V OPTIONS_DEFINE
DOCS GDB LTO PORT_LLVM SOURCES WASM
osipovmi@deblndw011x:~/var/Projekte/freebsd/ports/lang/rust (main =)
$ make -V OPTIONS_DEFAULT
 SOURCES WASM

It does not add up, especially that the expanded DOCS are huge and likely of
little use for most. My poudriere setup is instructed to fetch packages from
quarterly/latest unless OPTIONS are modified, but I am afraid that I need to
build lang/rust myself to get rid of DOCS. The build overhead is quite huge
which I'd like to avoid.

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