[Bug 199099] [exp-run] remove const from iconv(3) prototype

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 1 18:49:34 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199099

            Bug ID: 199099
           Summary: [exp-run] remove const from iconv(3) prototype
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tijl at FreeBSD.org

Created attachment 155100
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155100&action=edit
ports patch

The attached patches remove the const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html

One patch is for the base system and the other for ports.  The ports patch
should be tested on FreeBSD 9 (no iconv in base), 10 (iconv in base with const
qualifier) and 11 (with patch that removes const).

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


More information about the freebsd-ports-bugs mailing list