Opened 8 months ago
Closed 8 months ago
#69515 closed defect (fixed)
groff depends on m4 which isn't provided with commandlineTools 15.3
Reported by: | MStraeten (Martin Straeten) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.1 |
Keywords: | sonoma haspatch | Cc: | |
Port: | groff |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
similar to #69493
groff asks for installation of commandlinetools to get m4 support.
the fix described in https://github.com/macports/macports-ports/pull/22984
i.e. adding port:m4
to depends_lib-append
and
configure.env M4=${prefix}/bin/gm4
seems to be a workaround for the issue
Change History (3)
comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | sonoma haspatch added; m4 dependency removed |
comment:2 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Unlike libtool, groff only needs m4 at build time, so
depends_build
would be the correct dependency type.