Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Sep 2021 11:22:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 258271] www/chromium: Makefile warning for grep mempcpy /usr/include/string.h. This warning is redundant and persistent.
Message-ID:  <bug-258271-28929-0dLLdf64yv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258271-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258271-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258271

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=3D227679&action=
=3Dedit
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 evalu=
ated
*and* make prints a warning when it fails.

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258271-28929-0dLLdf64yv>