Bug 278536

Summary: sysutils/dtrace-toolkit: installs broken symlinks for man pages
Product: Ports & Packages Reporter: Alan Somers <asomers>
Component: Individual Port(s)Assignee: Mateusz Piotrowski <0mp>
Status: Open ---    
Severity: Affects Only Me Flags: 0mp: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alan Somers freebsd_committer freebsd_triage 2024-04-22 21:03:06 UTC
This port installs some man pages, and creates symlinks to those man pages.  But the symlinks are broken.  For example:

/usr/local/share/man/man1/hotkernel.1.gz@ -> ../../dtrace-toolkit/Man/man1m/hotkernel.1m.gz

But that destination doesn't exist.  Instead, what does exist is the following (note the lack of ".gz"):

/usr/local/share/dtrace-toolkit/Man/man1m/hotkernel.1m
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2024-04-23 16:38:50 UTC
If you have a patch to fix that, please feel free to commit it.
Comment 2 Alan Somers freebsd_committer freebsd_triage 2024-04-23 17:27:59 UTC
No, I haven't tried to fix it yet.