Opened 6 months ago

Closed 6 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 6 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: sonoma haspatch added; m4 dependency removed

comment:2 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Unlike libtool, groff only needs m4 at build time, so depends_build would be the correct dependency type.

comment:3 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 2b68e2f45f6f969893f14fe576e7dcf8fd255402/macports-ports (master):

groff: Use MacPorts m4

Closes: #69515

Note: See TracTickets for help on using tickets.