Bug 257138 - print/texinfo: USES+=iconv:wchar_t instead of iconv
Summary: print/texinfo: USES+=iconv:wchar_t instead of iconv
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: 2021-07-12 17:07 UTC by Philipp Ost
Modified: 2022-05-22 05:18 UTC (History)
0 users

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


Attachments
print/texinfo: set USES+=iconv:wchar_t to silence stage-qa (500 bytes, patch)
2021-07-12 17:07 UTC, Philipp Ost
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Ost 2021-07-12 17:07:18 UTC
Created attachment 226404 [details]
print/texinfo: set USES+=iconv:wchar_t to silence stage-qa

stage-qa complains that /usr/local/lib/texinfo/Parsetexi.so is linked to /usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declared as a dependency.

Replace USES+=iconv with USES+=iconv:wchar_t to fix this.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-05-22 05:18:06 UTC
A commit in branch main references this bug:

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

commit d025a1d039a6d615c21da3e1416a247d2c155a1b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:22:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 04:22:19 +0000

    print/texinfo: Fix USES=iconv

    - Bump PORTREVISION for dependency change

    PR:             247060, 257138
    Reported by:    Derek Schrock <dereks@lifeofadishwasher.com>, Philipp Ost <bsd@philippost.de>

 print/texinfo/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-05-22 05:18:28 UTC
Committed. Thanks!