Opened 7 years ago

Closed 3 years ago

Last modified 5 weeks ago

#56409 closed defect (fixed)

pango: pango-view.1 man page not generated

Reported by: raimue (Rainer Müller) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: pango

Description

$ zcat /opt/local/share/man/man1/pango-view.1.gz
help2man is required to generate this file.

It looks like pango-1.42.1/pango-view/pango-view.1.in is already shipped broken by upstream. The tarball for a previous version (I checked pango-1.40.14.tar.xz) provided the generated man page.

A possible workaround for this broken version would be to delete pango-view.1.in after extraction and declare a dependency on the help2man port to regenerate the file when building.

Change History (6)

comment:1 Changed 3 years ago by mascguy (Christopher Nielsen)

Cc: mascguy added

comment:2 Changed 3 years ago by mascguy (Christopher Nielsen)

If it's trivial to fix this, via the recipe stated in the description - delete pango-view.1.in after extraction, and declare a build dep on help2man - I'll include this fix as part of the upgrades to pango-devel and pango.

comment:3 Changed 3 years ago by mascguy (Christopher Nielsen)

Owner: changed from ryandesign to mascguy

comment:4 Changed 3 years ago by mascguy (Christopher Nielsen)

Cc: ryandesign added; mascguy removed

The recipe worked like a charm; a commit for pango-devel to follow momentarily. (Will also update pango, via the open PR.)

comment:5 Changed 3 years ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In a47a1fd40431b23fa82815b047d84f65323573b3/macports-ports (master):

pango-devel: fix missing man page for pango-view

  • Also fixed pango, via open PR 11948.

Fixes: #56409

comment:6 Changed 5 weeks ago by ryandesign (Ryan Carsten Schmidt)

In 26241fac142ac2bbe2a9071918ff20b301c66f4b/macports-ports (master):

pango*: Remove no-op delete command

The command to delete pango-view.1.in does nothing because that file
doesn't exist to begin with.

See: #56409
See: #69876

Note: See TracTickets for help on using tickets.