Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 2021 06:18:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 257352] www/chromium: Fails to build after mempcpy (3) is added into base libc
Message-ID:  <bug-257352-28929-cjRMpgLqbP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257352-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257352-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=3D257352

Tomoaki AOKI <junchoon@dec.sakura.ne.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #226835|0                           |1
        is obsolete|                            |

--- Comment #7 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
Created attachment 227003
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227003&action=
=3Dedit
Patch rev.2

Updated patch.

 *Delete offending hunk from
files/patch-third__party_nasm_config_config-linux.h
  and make deleted hunk an extra-patch.

 *Check the existense of mempcpy() in /usr/include/string.h and apply
  the extra-patch above only when mempcpy() is NOT exist.

As this is a build fix, no need to bump revision.

Some notes for future:
As no bump had done on adding mempcpy() to base, I first tried usual OSVERS=
ION
check using later and nearest bump.
But this could cause future confusion, as it's not the bump for this change.
So I decided to apply unusual tricky way above.

--=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-257352-28929-cjRMpgLqbP>