Bug 265816 - devel/binutils: Fix as, gprof, ld man pages
Summary: devel/binutils: Fix as, gprof, ld man pages
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-13 12:50 UTC by Ting-Wei Lan
Modified: 2022-08-16 16:05 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (jflopezfernandez)


Attachments
Patch (631 bytes, patch)
2022-08-13 12:50 UTC, Ting-Wei Lan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2022-08-13 12:50:56 UTC
Created attachment 235879 [details]
Patch

Currently this port installs a few broken man pages. Fix the problem by deleting more files in the 'Force the generation of man pages' step.

$ ls -l /usr/local/man/man1/ld.1.gz
-rw-r--r--  1 root  wheel     20  8月 13 11:28 /usr/local/man/man1/ld.1.gz

$ man /usr/local/man/man1/ld.1.gz
()                                                                          ()



                                August 13, 2022                             ()
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-08-16 16:04:49 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-16 16:05:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39e7d09ef857d1046d82278bb04b92f7804614ed

commit 39e7d09ef857d1046d82278bb04b92f7804614ed
Author:     Ting-Wei Lan <lantw44@gmail.com>
AuthorDate: 2022-08-15 20:38:30 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-16 16:00:48 +0000

    devel/binutils: Fix as, gprof, ld man pages

    Fix several man pages by deleting them and forcing the software to regenerate
    them.

    PR:     265816
    Reported by:    lantw44@gmail.com
    Approved by:    jflopezfernandez@gmail.com (maintainer, implicit timeout)

 devel/binutils/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)