[Bug 275914] www/webkit2-gtk{3,4}: Flavorize?: Deal with 4.0, 4.1 and 6.0 SONAMEs

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Jan 2024 20:59:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275914

--- Comment #15 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Nuno Teixeira from comment #14)

Using shamaz port (-gtk3)

###
In file included from
/wrkdirs/usr/ports/www/webkit2-gtk3/work/.build/WebCore/DerivedSources/unified-sources/UnifiedSource-3c72abbe-51.cpp:1:
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.42.4/Source/WebCore/platform/graphics/gstreamer/MediaSampleGStreamer.cpp:128:12:
error: call to implicitly-deleted copy constructor of 'PlatformSample'
  128 |     return sample;
      |            ^~~~~~
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.42.4/Source/WebCore/platform/MediaSample.h:66:7:
note: copy constructor of 'PlatformSample' is implicitly deleted because field
'sample' has a deleted copy con
structor
   66 |     } sample;
      |       ^
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.42.4/Source/WebCore/platform/MediaSample.h:65:83:
note: copy constructor of '(unnamed union at
/wrkdirs/usr/ports/www/webkit2-gtk3/work/webkitgtk-2.42.4/Source
/WebCore/platform/MediaSample.h:61:5)' is implicitly deleted because variant
field 'byteRangeSample' has a non-trivial copy constructor
   65 |         std::pair<MTPluginByteSourceRef, std::reference_wrapper<const
TrackInfo>> byteRangeSample;
      |                                                                        
          ^
1 error generated.
###

Found old issue on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255528#c3
that share same error and a revert was done to fix it:

I'm working on patch-revert-11ccaf183fad that fails to get applied on new
version.

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