FreeBSD Bugzilla – Attachment 169929 Details for
Bug 209235
games/palomino: Add patches to allow build with osg-3.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to allow games/palomino to build with osg-3.4.0
palomino.diff (text/plain), 4.90 KB, created by
Ben Woods
on 2016-05-03 15:54:35 UTC
(
hide
)
Description:
Patch to allow games/palomino to build with osg-3.4.0
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2016-05-03 15:54:35 UTC
Size:
4.90 KB
patch
obsolete
>Index: games/palomino/Makefile >=================================================================== >--- games/palomino/Makefile (revision 414484) >+++ games/palomino/Makefile (working copy) >@@ -83,6 +83,15 @@ > ${WRKSRC}/src/lua_bind/defs.hh > @${REINPLACE_CMD} -e 's|doc/html/|${DOCSDIR}/|' ${WRKSRC}/src/gui/gui.cc > >+ @${REINPLACE_CMD} -e 's/computeBound/computeBoundingBox/g' \ >+ ${WRKSRC}/src/object/object.cc \ >+ ${WRKSRC}/src/fx/partsys_medium.cc >+ >+ @${REINPLACE_CMD} -e 's/CameraNode/Camera/g' \ >+ ${WRKSRC}/src/hud/hud.cc \ >+ ${WRKSRC}/src/hud/hud.hh \ >+ ${WRKSRC}/src/hud/hud_text.cc >+ > post-install: > @${MKDIR} ${STAGEDIR}${DATADIR} > @(cd ${WRKSRC} && ${COPYTREE_SHARE} "data scripts" ${STAGEDIR}${DATADIR}) >Index: games/palomino/files/patch-src_input_device__keyboard__osg.cc >=================================================================== >--- games/palomino/files/patch-src_input_device__keyboard__osg.cc (nonexistent) >+++ games/palomino/files/patch-src_input_device__keyboard__osg.cc (working copy) >@@ -0,0 +1,15 @@ >+--- src/input/device_keyboard_osg.cc.orig 2012-10-26 01:35:57 UTC >++++ src/input/device_keyboard_osg.cc >+@@ -105,12 +105,6 @@ KeyboardDeviceOSG::HandlerOSG::handle( c >+ } >+ } >+ >+-void >+-KeyboardDeviceOSG::HandlerOSG::accept( osgGA::GUIEventHandlerVisitor& v ) >+-{ >+- v.visit( *this ); >+-} >+- >+ } // namespace input >+ >+ #endif // COMPILE_OSG > >Property changes on: games/palomino/files/patch-src_input_device__keyboard__osg.cc >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/palomino/files/patch-src_input_device__keyboard__osg.hh >=================================================================== >--- games/palomino/files/patch-src_input_device__keyboard__osg.hh (nonexistent) >+++ games/palomino/files/patch-src_input_device__keyboard__osg.hh (working copy) >@@ -0,0 +1,10 @@ >+--- src/input/device_keyboard_osg.hh.orig 2009-11-22 23:05:48 UTC >++++ src/input/device_keyboard_osg.hh >+@@ -57,7 +57,6 @@ private: >+ HandlerOSG( void ) { } >+ virtual ~HandlerOSG() { } >+ virtual bool handle( const osgGA::GUIEventAdapter& event, osgGA::GUIActionAdapter& action ); >+- virtual void accept( osgGA::GUIEventHandlerVisitor& visitor ); >+ }; >+ }; >+ > >Property changes on: games/palomino/files/patch-src_input_device__keyboard__osg.hh >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/palomino/files/patch-src_input_device__mouse__osg.cc >=================================================================== >--- games/palomino/files/patch-src_input_device__mouse__osg.cc (nonexistent) >+++ games/palomino/files/patch-src_input_device__mouse__osg.cc (working copy) >@@ -0,0 +1,15 @@ >+--- src/input/device_mouse_osg.cc.orig 2012-10-26 01:35:57 UTC >++++ src/input/device_mouse_osg.cc >+@@ -145,12 +145,6 @@ MouseDeviceOSG::HandlerOSG::handle( cons >+ } >+ } >+ >+-void >+-MouseDeviceOSG::HandlerOSG::accept( osgGA::GUIEventHandlerVisitor& v ) >+-{ >+- v.visit( *this ); >+-} >+- >+ } // namespace input >+ >+ #endif // COMPILE_OSG > >Property changes on: games/palomino/files/patch-src_input_device__mouse__osg.cc >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: games/palomino/files/patch-src_input_device__mouse__osg.hh >=================================================================== >--- games/palomino/files/patch-src_input_device__mouse__osg.hh (nonexistent) >+++ games/palomino/files/patch-src_input_device__mouse__osg.hh (working copy) >@@ -0,0 +1,10 @@ >+--- src/input/device_mouse_osg.hh.orig 2011-12-14 01:56:48 UTC >++++ src/input/device_mouse_osg.hh >+@@ -41,7 +41,6 @@ private: >+ HandlerOSG( void ) { } >+ virtual ~HandlerOSG() { } >+ virtual bool handle( const osgGA::GUIEventAdapter& event, osgGA::GUIActionAdapter& action ); >+- virtual void accept( osgGA::GUIEventHandlerVisitor& visitor ); >+ }; >+ }; >+ > >Property changes on: games/palomino/files/patch-src_input_device__mouse__osg.hh >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
woodsb02
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209235
: 169929 |
169930
|
169951