ports/151870: games/vavoom: update to 1.32

barbara barbara.xxx1975 at libero.it
Mon Nov 15 18:30:19 UTC 2010


The following reply was made to PR ports/151870; it has been noted by GNATS.

From: "barbara" <barbara.xxx1975 at libero.it>
To: "bug-followup" <bug-followup at FreeBSD.org>
Cc:  
Subject: Re: ports/151870: games/vavoom: update to 1.32
Date: Mon, 15 Nov 2010 19:28:09 +0100

 The following patch should be added to solve a problem with some doors op=
 ening only once as files/patch-progs_common_linespec_VerticalDoor.vc:
 
 --- progs/common/linespec/VerticalDoor.vc.orig 2010-06-13 21:30:29.000000=
 000 +0200
 +++ progs/common/linespec/VerticalDoor.vc 2010-11-07 13:18:31.000000000 +=
 0100
 @@ -109,7 +109,7 @@
 }
 
 //HACK delay 0 means open
 - if (Type =3D=3D DOOREV_Raise && !Arg3)
 + if ((Type =3D=3D DOOREV_Raise || Type =3D=3D DOOREV_RaiseLocked) && !Ar=
 g3)
 {
 Type =3D DOOREV_Open;
 }
 
 



More information about the freebsd-ports-bugs mailing list