Index: head/games/xbl/Makefile =================================================================== --- head/games/xbl/Makefile (revision 166453) +++ head/games/xbl/Makefile (revision 166454) @@ -1,30 +1,24 @@ # New ports collection makefile for: xbl # Date created: May 25 1997 # Whom: pgs (original) # # $FreeBSD$ # PORTNAME= xbl -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= games MASTER_SITES= http://www710.univ-lyon1.fr/~exco/XBL/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= A 3D block-dropping game BUILD_DEPENDS= imake:${X_IMAKE_PORT} USE_X_PREFIX= yes GNU_CONFIGURE= yes MAN1= xbl.1 - -.include - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif .include Property changes on: head/games/xbl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/games/xbl/distinfo =================================================================== --- head/games/xbl/distinfo (revision 166453) +++ head/games/xbl/distinfo (revision 166454) @@ -1,3 +1,3 @@ -MD5 (xbl-1.1.3.tar.gz) = 2fcada6f23e1f4bb3c4a33481bfefb80 -SHA256 (xbl-1.1.3.tar.gz) = c6752a59ceef9f28b2df36df7da5c8018edc1be4cb977ca74558865620284e85 -SIZE (xbl-1.1.3.tar.gz) = 136411 +MD5 (xbl-1.1.4.tar.gz) = 767ea5b713221452c026fac89b1415f4 +SHA256 (xbl-1.1.4.tar.gz) = b51a371f0808fbfad7487b9f396eea394ad85b01e89ee51179db041fa33b3fab +SIZE (xbl-1.1.4.tar.gz) = 136445 Property changes on: head/games/xbl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/games/xbl/files/patch-bl.c =================================================================== --- head/games/xbl/files/patch-bl.c (nonexistent) +++ head/games/xbl/files/patch-bl.c (revision 166454) @@ -0,0 +1,20 @@ +--- bl.c.orig Sat Feb 4 20:13:23 2006 ++++ bl.c Tue Jun 27 02:07:43 2006 +@@ -452,6 +452,8 @@ + int i ; + XEvent event ; + ++ double fps; ++ + fprintf(stderr,"THIS TEST WILL TAKE SOME TIME\n") ; + + blo->opt.wx = blo->opt.wy = blo->opt.wz = 6 ; +@@ -485,7 +487,7 @@ + } + gettimeofday(¤ttime, &tz) ; + +- double fps = (1000000. * i ) ++ fps = (1000000. * i ) + / ( (currenttime.tv_sec - starttime.tv_sec)*1000000 + + currenttime.tv_usec - starttime.tv_usec ) ; + printf("%.2f frames/sec buffering=%d %s clearline=%d\n", Property changes on: head/games/xbl/files/patch-bl.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property