[Bug 257138] print/texinfo: USES+=iconv:wchar_t instead of iconv

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Jul 2021 17:07:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257138

            Bug ID: 257138
           Summary: print/texinfo: USES+=iconv:wchar_t instead of iconv
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: bsd@philippost.de
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 226404
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226404&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.