FreeBSD Bugzilla – Attachment 83103 Details for
Bug 118769
New port: games/stepmania-devel - Stepmania dance and rhythm game
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
stepmania-devel-patch.diff
stepmania-devel-patch.diff (text/x-patch), 2.47 KB, created by
Teemu Korhonen
on 2008-01-31 08:39:39 UTC
(
hide
)
Description:
stepmania-devel-patch.diff
Filename:
MIME Type:
Creator:
Teemu Korhonen
Created:
2008-01-31 08:39:39 UTC
Size:
2.47 KB
patch
obsolete
>diff -ruN stepmania-devel.old/Makefile stepmania-devel/Makefile >--- stepmania-devel.old/Makefile 2008-01-30 23:57:10.000000000 +0200 >+++ stepmania-devel/Makefile 2008-01-30 23:22:46.000000000 +0200 >@@ -22,6 +22,8 @@ > jpeg.9:${PORTSDIR}/graphics/jpeg \ > m.3:${PORTSDIR}/misc/compat5x > >+BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js >+ > CONFLICTS= stepmania-[0-9]* > > GNU_CONFIGURE= yes >@@ -55,6 +57,8 @@ > > post-patch: > @${REINPLACE_CMD} -e 's|-lrt|-lrt -liconv|' ${WRKSRC}/src/Makefile.in >+ @${REINPLACE_CMD} -e 's|@LINUX_TRUE@am__append_19|@UNIX_TRUE@am__append_19|' ${WRKSRC}/src/Makefile.in >+ @${REINPLACE_CMD} -e 's|@LINUX_TRUE@am__objects_16|@UNIX_TRUE@am__objects_16|' ${WRKSRC}/src/Makefile.in > > do-install: > ${MKDIR} ${PREFIX}/share/games >diff -ruN stepmania-devel.old/files/patch-src_arch_InputHandler_InputHandler.cpp stepmania-devel/files/patch-src_arch_InputHandler_InputHandler.cpp >--- stepmania-devel.old/files/patch-src_arch_InputHandler_InputHandler.cpp 1970-01-01 02:00:00.000000000 +0200 >+++ stepmania-devel/files/patch-src_arch_InputHandler_InputHandler.cpp 2008-01-30 23:20:23.000000000 +0200 >@@ -0,0 +1,18 @@ >+--- src/arch/InputHandler/InputHandler.cpp.orig 2007-03-26 06:06:37.000000000 +0300 >++++ src/arch/InputHandler/InputHandler.cpp 2008-01-30 23:20:18.000000000 +0200 >+@@ -6,6 +6,7 @@ >+ #include "LocalizedString.h" >+ #include "arch/arch_default.h" >+ #include "InputHandler_MonkeyKeyboard.h" >++#include "InputHandler_Linux_Joystick.h" >+ #include "Foreach.h" >+ >+ void InputHandler::UpdateTimer() >+@@ -190,6 +191,7 @@ >+ >+ // Always add >+ Add.push_back( new InputHandler_MonkeyKeyboard ); >++ Add.push_back( new InputHandler_Linux_Joystick ); >+ } >+ >+ >diff -ruN stepmania-devel.old/files/patch-src_arch_InputHandler_InputHandler__Linux_Joystick.cpp stepmania-devel/files/patch-src_arch_InputHandler_InputHandler__Linux_Joystick.cpp >--- stepmania-devel.old/files/patch-src_arch_InputHandler_InputHandler__Linux_Joystick.cpp 1970-01-01 02:00:00.000000000 +0200 >+++ stepmania-devel/files/patch-src_arch_InputHandler_InputHandler__Linux_Joystick.cpp 2008-01-30 13:57:07.000000000 +0200 >@@ -0,0 +1,11 @@ >+--- src/arch/InputHandler/InputHandler_Linux_Joystick.cpp.orig 2008-01-30 13:54:28.000000000 +0200 >++++ src/arch/InputHandler/InputHandler_Linux_Joystick.cpp 2008-01-30 13:55:14.000000000 +0200 >+@@ -9,6 +9,8 @@ >+ >+ #include <errno.h> >+ #include <sys/types.h> >++#include <sys/ioctl.h> >++#include <sys/stat.h> >+ #include <linux/joystick.h> >+ >+ #include <set>
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 118769
:
83102
| 83103