Bug 265683 - textproc/lowdown: Installs a broken symbolic link
Summary: textproc/lowdown: Installs a broken symbolic link
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-07 03:28 UTC by Ting-Wei Lan
Modified: 2022-08-23 13:47 UTC (History)
0 users

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


Attachments
Fix the broken symbolic link (917 bytes, patch)
2022-08-07 03:28 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-07 03:28:16 UTC
Created attachment 235737 [details]
Fix the broken symbolic link

Currently the port installs a broken symbolic link:

/usr/local/lib/liblowdown.so -> libdowndown.so.1

There is no file named libdowndown.so.1 on the system. Change it to liblowdown.so.1, which is installed by the port itself.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-23 13:47:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b67e6d44accceff9962c3b7c426f851921b1e98

commit 4b67e6d44accceff9962c3b7c426f851921b1e98
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-08-23 13:46:04 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-08-23 13:46:04 +0000

    textproc/lowdown: fix typo

    Fix a type resulting in an invalid symlink

    PR:     265683
    Submitted by:   Ting-Wei Lan <lantw44@gmail.com>

 textproc/lowdown/Makefile             | 1 +
 textproc/lowdown/files/patch-Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2022-08-23 13:47:56 UTC
Thank you!