From: Rafael Sadowski <raf...@sizeofvoid.org> On Tue Jul 17, 2018 at 01:55:42AM -0400, Brian Callahan wrote: > > On 07/17/18 00:46, Leonid Bobrov wrote: > > Hi! > > > > After recent snapshot updates I'm no longer able to use this port, > > not sure this is problem of port update, because I was able to use > > 3.2.0 before updating snaphot. When I start this browser, I have to > > wait one minute and it stops responding, I can't even kill it using > > CM-x in CWM. > > It works fine here on the latest snapshot and package set.
Same here on amd64. > > ~Brian > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/www/vimb/Makefile,v > > retrieving revision 1.16 > > diff -u -p -u -p -r1.16 Makefile > > --- Makefile 27 Jun 2018 21:04:06 -0000 1.16 > > +++ Makefile 17 Jul 2018 04:39:14 -0000 > > @@ -1,11 +1,13 @@ > > # $OpenBSD: Makefile,v 1.16 2018/06/27 21:04:06 espie Exp $ > > +BROKEN = not responding at runtime > > + > > COMMENT = modal webkit-based browser inspired by vim > > GH_ACCOUNT = fanglingsu > > GH_PROJECT = vimb > > GH_TAGNAME = 3.2.0 > > -REVISION = 0 > > +REVISION = 1 > > CATEGORIES = www x11 > > > This is weird, I'm running latest snapshot on amd64, after I removed files generated by Vimb in my home directory, it still doesn't respond at runtime. Other browsers based on www/webkitgtk4 run fine.