View | Details | Raw Unified | Return to bug 209235
Collapse All | Expand All

(-)games/palomino/Makefile (+9 lines)
Lines 83-88 Link Here
83
		${WRKSRC}/src/lua_bind/defs.hh
83
		${WRKSRC}/src/lua_bind/defs.hh
84
	@${REINPLACE_CMD} -e 's|doc/html/|${DOCSDIR}/|' ${WRKSRC}/src/gui/gui.cc
84
	@${REINPLACE_CMD} -e 's|doc/html/|${DOCSDIR}/|' ${WRKSRC}/src/gui/gui.cc
85
85
86
	@${REINPLACE_CMD} -e 's/computeBound/computeBoundingBox/g' \
87
		${WRKSRC}/src/object/object.cc \
88
		${WRKSRC}/src/fx/partsys_medium.cc
89
90
	@${REINPLACE_CMD} -e 's/CameraNode/Camera/g' \
91
		${WRKSRC}/src/hud/hud.cc \
92
		${WRKSRC}/src/hud/hud.hh \
93
		${WRKSRC}/src/hud/hud_text.cc
94
86
post-install:
95
post-install:
87
	@${MKDIR} ${STAGEDIR}${DATADIR}
96
	@${MKDIR} ${STAGEDIR}${DATADIR}
88
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "data scripts" ${STAGEDIR}${DATADIR})
97
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "data scripts" ${STAGEDIR}${DATADIR})
(-)games/palomino/files/patch-src_input_device__keyboard__osg.cc (+15 lines)
Line 0 Link Here
1
--- src/input/device_keyboard_osg.cc.orig	2012-10-26 01:35:57 UTC
2
+++ src/input/device_keyboard_osg.cc
3
@@ -105,12 +105,6 @@ KeyboardDeviceOSG::HandlerOSG::handle( c
4
     }
5
 }
6
 
7
-void
8
-KeyboardDeviceOSG::HandlerOSG::accept( osgGA::GUIEventHandlerVisitor& v )
9
-{
10
-    v.visit( *this );
11
-}
12
-
13
 } // namespace input
14
 
15
 #endif // COMPILE_OSG
(-)games/palomino/files/patch-src_input_device__keyboard__osg.hh (+10 lines)
Line 0 Link Here
1
--- src/input/device_keyboard_osg.hh.orig	2009-11-22 23:05:48 UTC
2
+++ src/input/device_keyboard_osg.hh
3
@@ -57,7 +57,6 @@ private:
4
                         HandlerOSG( void ) { }
5
         virtual         ~HandlerOSG() { }
6
         virtual bool    handle( const osgGA::GUIEventAdapter& event, osgGA::GUIActionAdapter& action );
7
-        virtual void    accept( osgGA::GUIEventHandlerVisitor& visitor );
8
     };
9
 };
10
 
(-)games/palomino/files/patch-src_input_device__mouse__osg.cc (+15 lines)
Line 0 Link Here
1
--- src/input/device_mouse_osg.cc.orig	2012-10-26 01:35:57 UTC
2
+++ src/input/device_mouse_osg.cc
3
@@ -145,12 +145,6 @@ MouseDeviceOSG::HandlerOSG::handle( cons
4
     }
5
 }
6
 
7
-void
8
-MouseDeviceOSG::HandlerOSG::accept( osgGA::GUIEventHandlerVisitor& v )
9
-{
10
-    v.visit( *this );
11
-}
12
-
13
 } // namespace input
14
 
15
 #endif // COMPILE_OSG
(-)games/palomino/files/patch-src_input_device__mouse__osg.hh (+10 lines)
Line 0 Link Here
1
--- src/input/device_mouse_osg.hh.orig	2011-12-14 01:56:48 UTC
2
+++ src/input/device_mouse_osg.hh
3
@@ -41,7 +41,6 @@ private:
4
                         HandlerOSG( void ) { }
5
         virtual         ~HandlerOSG() { }
6
         virtual bool    handle( const osgGA::GUIEventAdapter& event, osgGA::GUIActionAdapter& action );
7
-        virtual void    accept( osgGA::GUIEventHandlerVisitor& visitor );
8
     };
9
 };
10
 

Return to bug 209235