Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jun 2022 17:07:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263196] emulators/wine-proton: update to 7.0
Message-ID:  <bug-263196-7788-rdixmi2X80@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263196-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263196-7788@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=3D263196

Bartek Jasicki <thindil@laeran.pl> changed:

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

--- Comment #9 from Bartek Jasicki <thindil@laeran.pl> ---
Created attachment 234467
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D234467&action=
=3Dedit
6.3.2_5_to_7.0.2.patch

Ok, so, here it is, the patch from 6.3.2_5 to 7.0_2. Changes:

In Makefile:

1. Same as in my previous patch, updated version to 6.3.2_5.
2. Added gstreamer to USES.
3. New version updated to 7.0_2.

The main change is the patch for `fsync.c`. Looks like this file has rewrit=
ten
between versions and the old diff not working anymore. I updated it to the =
new
version of the file with one not fully tested change: I use *return 0;* ins=
tead
of *assert(0);* in code which shouldn't trigger. As far I see, it is the co=
mmon
way how that kind of code has written in the file and generally in the
project's code. If there will be problems, I will switch patch again to use
*assert(0);*.

--=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-263196-7788-rdixmi2X80>