[Bug 258271] www/chromium: Makefile warning for grep mempcpy /usr/include/string.h. This warning is redundant and persistent.

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Sep 2021 11:22:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258271

Felix Palmen <felix@palmen-it.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |felix@palmen-it.de

--- Comment #1 from Felix Palmen <felix@palmen-it.de> ---
Created attachment 227679
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227679&action=edit
0001-www-chromium-improve-test-for-mempcpy.patch

(In reply to Geezer from comment #0)

> There is no mempcpy in string.h (13.0-RELEASE-p4).

That's the point, the port needs to know that. There is one in more recent
-CURRENT versions and it can't be tested via OSRELEASE.

But this test isn't optimal: It's executed every time the Makefile is evaluated
*and* make prints a warning when it fails.

Find attached a possible patch to solve both issues (at the cost of being hard
to read, unfortunately).

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