Bug 264821 - devel/xxhash: installs broken manpage symlinks
Summary: devel/xxhash: installs broken manpage symlinks
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-22 06:02 UTC by Ivan Rozhuk
Modified: 2022-06-29 16:40 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2022-06-22 06:02:37 UTC
/usr/local/man/man1/xxh32sum.1.gz
/usr/local/man/man1/xxh64sum.1.gz
/usr/local/man/man1/xxh128sum.1.gz
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-29 16:38:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=221363b5899413267519d051d83ea0c25204ab4f

commit 221363b5899413267519d051d83ea0c25204ab4f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-29 16:31:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-29 16:33:13 +0000

    devel/xxhash: Fix manpage symbolic links

    - Bump PORTREVISION for package change

    Before:
    lrwx------   1 sunpoet  wheel    15 Jun 22 21:30 xxh128sum.1.gz@ -> cli/xxhsum.1.gz
    lrwx------   1 sunpoet  wheel    15 Jun 22 21:30 xxh32sum.1.gz@ -> cli/xxhsum.1.gz
    lrwx------   1 sunpoet  wheel    15 Jun 22 21:30 xxh64sum.1.gz@ -> cli/xxhsum.1.gz
    -rw-r--r--   1 sunpoet  wheel  1887 Jun 22 21:30 xxhsum.1.gz

    After:
    lrwx------   1 sunpoet  wheel    11 Jun 22 21:31 xxh64sum.1.gz -> xxhsum.1.gz
    lrwx------   1 sunpoet  wheel    11 Jun 22 21:31 xxh32sum.1.gz -> xxhsum.1.gz
    lrwx------   1 sunpoet  wheel    11 Jun 22 21:31 xxh128sum.1.gz -> xxhsum.1.gz
    -rw-r--r--   1 sunpoet  wheel  1887 Jun 22 21:31 xxhsum.1.gz

    PR:             264821
    Reported by:    Ivan Rozhuk <rozhuk.im@gmail.com>

 devel/xxhash/Makefile                   |  1 +
 devel/xxhash/files/patch-Makefile (new) | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-06-29 16:40:33 UTC
Committed. Thanks!