[Bug 219029] graphics/libraw - add patch to use FreeBSD's libc implementations of non-standard string functions
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 3 02:05:05 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219029
Bug ID: 219029
Summary: graphics/libraw - add patch to use FreeBSD's libc
implementations of non-standard string functions
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: easy, patch, patch-ready
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: jhale at FreeBSD.org
Reporter: mi at FreeBSD.org
Assignee: jhale at FreeBSD.org
Flags: maintainer-feedback?(jhale at FreeBSD.org)
Created attachment 182260
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182260&action=edit
Add #ifdefs to avoid redefining functions provided by FreeBSD's libc
libraw reimplements several less-than-standard functions (like strnlen) for the
benefit of platforms, which do not define them.
However, FreeBSD does define them and there is no need to use the bundled
implementations.
The attached patch can simply be dropped into the port's files/ subdire4ctory.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list