FreeBSD Bugzilla – Attachment 80528 Details for
Bug 115477
[MAINTAINER] games/toycars: update to 0.3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
toycars-0.3.3.patch
toycars-0.3.3.patch (text/plain), 3.79 KB, created by
Dmitry Marakasov
on 2007-08-13 22:30:00 UTC
(
hide
)
Description:
toycars-0.3.3.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2007-08-13 22:30:00 UTC
Size:
3.79 KB
patch
obsolete
>diff -ruN toycars.orig/Makefile toycars/Makefile >--- toycars.orig/Makefile Mon Aug 13 23:54:14 2007 >+++ toycars/Makefile Tue Aug 14 01:08:04 2007 >@@ -6,21 +6,23 @@ > # > > PORTNAME= toycars >-PORTVERSION= 0.3.2 >-PORTREVISION= 1 >+PORTVERSION= 0.3.3 > CATEGORIES= games >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= toycars >+MASTER_SITES= SF > > MAINTAINER= amdmi3@amdmi3.ru > COMMENT= Physics-based 2D racing game > >+LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ >+ alut.1:${PORTSDIR}/audio/freealut >+ > USE_SDL= mixer image sdl > USE_GL= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes > >-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" >+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ >+ LDFLAGS="-L${LOCALBASE}lib -L${X11BASE}/lib" > > PORTDOCS= README > >diff -ruN toycars.orig/distinfo toycars/distinfo >--- toycars.orig/distinfo Mon Aug 13 23:54:14 2007 >+++ toycars/distinfo Tue Aug 14 00:13:44 2007 >@@ -1,3 +1,3 @@ >-MD5 (toycars-0.3.2.tar.gz) = 70821d80bfc103feeeb98afb409b73aa >-SHA256 (toycars-0.3.2.tar.gz) = 46ca7231510eb3d8318933af93999d2ef3d762ae6e6d9db05287d59a70e14211 >-SIZE (toycars-0.3.2.tar.gz) = 5042224 >+MD5 (toycars-0.3.3.tar.gz) = fef0de40f5921c7b13866222a583129d >+SHA256 (toycars-0.3.3.tar.gz) = 0a62e2b48f2371fcdab17f016eb2e16a53489914d877bc106c7550e163f13c07 >+SIZE (toycars-0.3.3.tar.gz) = 5336046 >diff -ruN toycars.orig/files/patch-src-Player.cpp toycars/files/patch-src-Player.cpp >--- toycars.orig/files/patch-src-Player.cpp Mon Aug 13 23:54:14 2007 >+++ toycars/files/patch-src-Player.cpp Thu Jan 1 03:00:00 1970 >@@ -1,13 +0,0 @@ >---- src/Player.cpp.orig Sun Aug 13 14:36:55 2006 >-+++ src/Player.cpp Thu Aug 24 21:22:42 2006 >-@@ -31,6 +31,10 @@ >- >- // member functions >- >-+#ifndef INFINITY >-+#define INFINITY MAXFLOAT >-+#endif >-+ >- Player::Player(ToyCar& inCar, list<Tuple> *path, int inPlayerNumber) >- : car(inCar), lapFlag(0), laps(-1), curLap(-1e-1), prevLap(-1e-1), revolutions(-1), bestLapTime(INFINITY), courseTime(0.0), >- pathEnd(path->end()), pathClosestPerp(INFINITY), pathSize(path->size()), playerNumber(inPlayerNumber) >diff -ruN toycars.orig/files/patch-src-ToyCar.h toycars/files/patch-src-ToyCar.h >--- toycars.orig/files/patch-src-ToyCar.h Mon Aug 13 23:54:14 2007 >+++ toycars/files/patch-src-ToyCar.h Thu Jan 1 03:00:00 1970 >@@ -1,14 +0,0 @@ >---- src/ToyCar.h.orig Mon Dec 12 04:11:19 2005 >-+++ src/ToyCar.h Mon Dec 19 11:39:10 2005 >-@@ -25,6 +25,11 @@ >- #include "WheelSprite.h" >- #include "ScSprite.h" >- >-+#include <stdio.h> >-+#include <time.h> >-+#include <unistd.h> >-+#include <string> >-+ >- // ToyCar class >- >- class ToyCar : public Vehicle, public ScSprite >diff -ruN toycars.orig/pkg-plist toycars/pkg-plist >--- toycars.orig/pkg-plist Mon Aug 13 23:54:14 2007 >+++ toycars/pkg-plist Tue Aug 14 00:34:36 2007 >@@ -14,21 +14,18 @@ > %%DATADIR%%/data/images/loading.png > %%DATADIR%%/data/images/needle.png > %%DATADIR%%/data/images/title.png >-%%DATADIR%%/data/sounds/._Motor_Car_Song.ogg > %%DATADIR%%/data/sounds/Motor_Car_Song.ogg >-%%DATADIR%%/data/sounds/Motor_Car_Song.ogg.u53 >+%%DATADIR%%/data/sounds/bang_6.wav >+%%DATADIR%%/data/sounds/engine.aiff >+%%DATADIR%%/data/sounds/engine.wav > %%DATADIR%%/data/tilesets/default/default.xml > %%DATADIR%%/data/tilesets/default/tiles.png > %%DATADIR%%/data/tracks/Chewed-Oval/Chewed-Oval.map > %%DATADIR%%/data/tracks/Chewed-Oval/Chewed-Oval.xml >-%%DATADIR%%/data/tracks/Circuit/._Circuit.xml > %%DATADIR%%/data/tracks/Circuit/Circuit.xml >-%%DATADIR%%/data/tracks/Circuit/Circuit.xml.6xg > %%DATADIR%%/data/tracks/Circuit/oval.map >-%%DATADIR%%/data/tracks/Corner/._Corner.xml > %%DATADIR%%/data/tracks/Corner/Corner.xml > %%DATADIR%%/data/tracks/Corner/corner.map >-%%DATADIR%%/data/tracks/Horseshoe/._Horseshoe.xml > %%DATADIR%%/data/tracks/Horseshoe/Horseshoe.xml > %%DATADIR%%/data/tracks/Horseshoe/horseshoe.map > %%DATADIR%%/data/tracks/Rings/Rings.xml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 115477
: 80528