Re: svn commit: r528258 - in head/emulators/virtualbox-ose: . files

2020-03-23 Thread Kevin Oberman
Ok, no problem. Just wanted to confirm that you were no longer working on it. Thanks so much for all the work you've done over the years to support it. Hope whatever you're doing now is rewarding and that you come through the current craziness in good shape. -- Kevin Oberman, Part time kid herder

Re: svn commit: r528258 - in head/emulators/virtualbox-ose: . files

2020-03-23 Thread Jung-uk Kim
On 20. 3. 23., Kevin Oberman wrote: > vbox@ was folded into emulators@ a long time ago, shortly after the port > stabilized about a decade ago. jkim@ has been supporting it and is > effectively the maintainer and had done an outstanding job. The problem is > that I have not seen anything from him

Re: svn commit: r528258 - in head/emulators/virtualbox-ose: . files

2020-03-23 Thread Kevin Oberman
vbox@ was folded into emulators@ a long time ago, shortly after the port stabilized about a decade ago. jkim@ has been supporting it and is effectively the maintainer and had done an outstanding job. The problem is that I have not seen anything from him in several months. The result is little

Re: svn commit: r528258 - in head/emulators/virtualbox-ose: . files

2020-03-23 Thread Gerald Pfeifer
On Sun, 22 Mar 2020, Kyle Evans wrote: >> Okay to change this to USE_GCC=yes? > It's actually needing to be changed back away from GCC, because this > inherently breaks as the qt bits it uses are compiled with llvm and > used an incompatible libc++ -- there's an open PR about it after this >

Re: svn commit: r528258 - in head/emulators/virtualbox-ose: . files

2020-03-23 Thread Gerald Pfeifer
On Thu, 12 Mar 2020, Kyle Evans wrote: > Log: > emulators/virtualbox-ose: use contemporary GCC instead of old llvm This patch does not exactly do that. =:o > +# machine/atomic.h may use features that are only available in GCC9. This is > +# a workaround, anyways- we should be expressing USES=

Re: svn commit: r528258 - in head/emulators/virtualbox-ose: . files

2020-03-22 Thread Piotr Kubaj via freebsd-emulation
On 20-03-22 17:47:43, Kyle Evans wrote: On Sun, Mar 22, 2020 at 5:40 PM Gerald Pfeifer wrote: On Thu, 12 Mar 2020, Kyle Evans wrote: > Log: > emulators/virtualbox-ose: use contemporary GCC instead of old llvm This patch does not exactly do that. =:o > +# machine/atomic.h may use features

Re: svn commit: r528258 - in head/emulators/virtualbox-ose: . files

2020-03-22 Thread Kyle Evans
On Sun, Mar 22, 2020 at 5:40 PM Gerald Pfeifer wrote: > > On Thu, 12 Mar 2020, Kyle Evans wrote: > > Log: > > emulators/virtualbox-ose: use contemporary GCC instead of old llvm > > This patch does not exactly do that. =:o > > > +# machine/atomic.h may use features that are only available in