Changes between Initial Version and Version 2 of Ticket #61288


Ignore:
Timestamp:
Oct 8, 2020, 5:31:28 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

MacPorts base automatically compresses all ports' manpages after the destroot phase. It is also supposed to handle repointing symlinks to the compressed version as needed. In this specific case, that seems not to have happened, possibly because the symlink in question points to another symlink.

Replying to ballapete:

lrwxr-xr-x  1 root  wheel      8  6 Sep 11:59 /opt/local/share/man/man1/dot2gxl.1 -> gv2gxl.1        <====

This symlink was created by the port and now points nowhere because MacPorts base changed gv2gxl.1 to gv2gxl.1.gz.

lrwxr-xr-x  1 root  wheel     11 10 Jul 22:04 /opt/local/share/man/man1/dot2gxl.1.gz -> gv2gxl.1.gz  <====

Based on the different timestamp and the fact that I don't see this in the package, I assume you created this symlink. This is the symlink MacPorts base should have created.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61288

    • Property Status changed from new to assigned
    • Property Cc ryandesign@… removed
    • Property Component changed from ports to base
    • Property Summary changed from graphviz-devel has faulty man entry to Manpage symlink to symlink doesn't get recreated to compressed version
    • Property Owner set to ryandesign
    • Property Keywords catalina removed
  • Ticket #61288 – Description

    initial v2  
    2020-r--r--r--  1 root  wheel   1795  6 Sep 11:59 /opt/local/share/man/man1/gvpack.1.gz
    2121-r--r--r--  1 root  wheel  12664  6 Sep 11:59 /opt/local/share/man/man1/gvpr.1.gz
    22 }}
     22}}}
    2323
    2424The manual entry obviously has become a compressed file now. Seems to be a mistake in the package itself and not in `Portfile`.