[Bug 234878] emulators/virtualbox-ose: Update to 6.1

2020-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878 --- Comment #84 from VVD --- (In reply to Mario Lobo from comment #73) > And I packed the ports from the sym links instead of the real dir. Can you, please, pack it without symlinks? -- You are receiving this mail because: You are on the

Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
Hi Wine 5.9 is out, and all 3 of the bugs in 5.7 - 5.8 that were affecting FreeBSD should be fixed upstream now. However I accidentally introduced another bug recently, where we don't check the return value from an mmap() call, resulting in assertion failures and possibly memory corruption... I d

Re: Wine 5.9 bugfix

2020-05-23 Thread Konstantin Belousov
On Sat, May 23, 2020 at 11:45:43AM +0200, Damjan Jovanovic wrote: > Hi > > Wine 5.9 is out, and all 3 of the bugs in 5.7 - 5.8 that were affecting > FreeBSD should be fixed upstream now. > > However I accidentally introduced another bug recently, where we don't > check the return value from an mm

[Bug 244212] emulators/virtualbox-ose: Update to 5.2.40

2020-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244212 Jochen Neumeister changed: What|Removed |Added Flags|merge-quarterly?|merge-quarterly+

Re: Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
On Sat, May 23, 2020 at 1:16 PM Konstantin Belousov wrote: > On Sat, May 23, 2020 at 11:45:43AM +0200, Damjan Jovanovic wrote: > > Hi > > > > Wine 5.9 is out, and all 3 of the bugs in 5.7 - 5.8 that were affecting > > FreeBSD should be fixed upstream now. > > > > However I accidentally introduced

[Bug 234878] emulators/virtualbox-ose: Update to 6.1

2020-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878 --- Comment #85 from Mario Lobo --- There are only 3 things that need to be done on the official 5.2.34 port to move to 5.2.42: 1) Adjust both Makefiles (virtualbox-ose & virtualbox-ose-kmod) change PORTVERSION= 5.2.34 to PORTVERSIO

[Bug 234878] emulators/virtualbox-ose: Update to 6.1

2020-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234878 --- Comment #86 from VVD --- (In reply to Mario Lobo from comment #85) It need a lot of fixes in patches. For example: -@@ -2538,6 +2534,10 @@ ifeq ($(KBUILD_HOST),win) ## @todo can drop this now, +@@ -2550,6 +2546,10 @@ ifeq ($(KBUILD_HO

Re: Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
On Sat, May 23, 2020 at 8:43 PM Gerald Pfeifer wrote: > On Sat, 23 May 2020, Damjan Jovanovic wrote: > >>> Also Konstantin and other developers have fixed that rtld-elf issue in > >>> the base system by changing link_map.l_addr to work the way it does on > >>> Linux/NetBSD/Illumos > >> The fix sh

Re: Wine 5.9 bugfix

2020-05-23 Thread Gerald Pfeifer
On Sat, 23 May 2020, Damjan Jovanovic wrote: >>> Also Konstantin and other developers have fixed that rtld-elf issue in >>> the base system by changing link_map.l_addr to work the way it does on >>> Linux/NetBSD/Illumos >> The fix should appear in stable/12 in one week, assuming no further >> reg

[Bug 233301] emulators/virtualbox-ose - multimedia issues on 13-current

2020-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233301 Andrey Russev changed: What|Removed |Added CC||r...@mail.univ.kiev.ua --- Comment

Re: Wine 5.9 bugfix

2020-05-23 Thread Damjan Jovanovic
On Sat, May 23, 2020 at 9:53 PM Gerald Pfeifer wrote: > On Sat, 23 May 2020, Damjan Jovanovic wrote: > > Wine 5.9 is out, and all 3 of the bugs in 5.7 - 5.8 that were affecting > > FreeBSD should be fixed upstream now. > > Thank you for debugging and even fixing those, Damjan - and even doing > s