summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-05-05 20:52:03 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-05-05 20:52:03 +0000
commitcffd844465dabf912c265f43e0805933c3b25dab (patch)
tree14f967f793626e0dc95da96aac80e30a0e7ca388 /games-fps/alephone/files
parentStable on hppa. See bug #131135. (diff)
downloadhistorical-cffd844465dabf912c265f43e0805933c3b25dab.tar.gz
historical-cffd844465dabf912c265f43e0805933c3b25dab.tar.bz2
historical-cffd844465dabf912c265f43e0805933c3b25dab.zip
Fix for gcc-4.1, bug #131689
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'games-fps/alephone/files')
-rw-r--r--games-fps/alephone/files/alephone-20051119-gcc41.patch78
-rw-r--r--games-fps/alephone/files/digest-alephone-200501182
-rw-r--r--games-fps/alephone/files/digest-alephone-200511192
3 files changed, 82 insertions, 0 deletions
diff --git a/games-fps/alephone/files/alephone-20051119-gcc41.patch b/games-fps/alephone/files/alephone-20051119-gcc41.patch
new file mode 100644
index 000000000000..4d3712e40179
--- /dev/null
+++ b/games-fps/alephone/files/alephone-20051119-gcc41.patch
@@ -0,0 +1,78 @@
+--- Source_Files/Misc/sdl_widgets.h.old 2006-05-05 22:25:11.000000000 +0200
++++ Source_Files/Misc/sdl_widgets.h 2006-05-05 22:25:55.000000000 +0200
+@@ -944,7 +944,7 @@
+ virtual ~SelectorWidget () {}
+
+ protected:
+- SelectorWidget::SelectorWidget (widget* in_widget)
++ SelectorWidget (widget* in_widget)
+ : SDLWidgetWidget (in_widget)
+ , m_callback (NULL)
+ {}
+@@ -955,7 +955,7 @@
+ class PopupSelectorWidget : public SelectorWidget
+ {
+ public:
+- PopupSelectorWidget::PopupSelectorWidget (w_select_popup* select_popup_w)
++ PopupSelectorWidget (w_select_popup* select_popup_w)
+ : SelectorWidget (select_popup_w)
+ , m_select_popup (select_popup_w)
+ { select_popup_w->set_popup_callback (boost::bind(&PopupSelectorWidget::massage_callback, this, _1), NULL); }
+@@ -974,7 +974,7 @@
+ class SelectSelectorWidget : public SelectorWidget
+ {
+ public:
+- SelectSelectorWidget::SelectSelectorWidget (w_select* select_w)
++ SelectSelectorWidget (w_select* select_w)
+ : SelectorWidget (select_w)
+ , m_select (select_w)
+ { m_select->set_selection_changed_callback (boost::bind(&SelectSelectorWidget::massage_callback, this, _1)); }
+@@ -996,7 +996,7 @@
+ class ColourSelectorWidget : public SelectSelectorWidget
+ {
+ public:
+- ColourSelectorWidget::ColourSelectorWidget (w_player_color* player_color_w)
++ ColourSelectorWidget (w_player_color* player_color_w)
+ : SelectSelectorWidget (player_color_w) {}
+
+ // We ignore the labels and use swatches of colour instead
+@@ -1028,7 +1028,7 @@
+ class StaticTextWidget : public SDLWidgetWidget
+ {
+ public:
+- StaticTextWidget::StaticTextWidget (w_static_text* static_text_w)
++ StaticTextWidget (w_static_text* static_text_w)
+ : SDLWidgetWidget (static_text_w)
+ , m_static_text (static_text_w)
+ {}
+--- Source_Files/TCPMess/CommunicationsChannel.h.old 2006-05-05 22:34:47.000000000 +0200
++++ Source_Files/TCPMess/CommunicationsChannel.h 2006-05-05 22:34:58.000000000 +0200
+@@ -95,7 +95,7 @@
+ // Calls back message handlers (if appropriate)
+ void dispatchIncomingMessages();
+
+- bool CommunicationsChannel::isMessageAvailable();
++ bool isMessageAvailable();
+
+ // Call does not return unless (1) times out (NULL); (2) disconnected (NULL); or
+ // (3) some message received (pointer to inflated message object).
+--- Source_Files/Network/network_dialogs_sdl.cpp.old 2006-05-05 22:38:31.000000000 +0200
++++ Source_Files/Network/network_dialogs_sdl.cpp 2006-05-05 22:39:01.000000000 +0200
+@@ -838,7 +838,7 @@
+ class SdlGatherDialog : public GatherDialog
+ {
+ public:
+- SdlGatherDialog::SdlGatherDialog()
++ SdlGatherDialog()
+ {
+ m_dialog.add(new w_static_text("GATHER NETWORK GAME", TITLE_FONT, TITLE_COLOR));
+
+@@ -921,7 +921,7 @@
+ class SdlJoinDialog : public JoinDialog
+ {
+ public:
+- SdlJoinDialog::SdlJoinDialog()
++ SdlJoinDialog()
+ {
+ m_dialog.add(new w_static_text("JOIN NETWORK GAME", TITLE_FONT, TITLE_COLOR));
+ m_dialog.add(new w_spacer());
diff --git a/games-fps/alephone/files/digest-alephone-20050118 b/games-fps/alephone/files/digest-alephone-20050118
index 9e044d5d5151..e94d26612286 100644
--- a/games-fps/alephone/files/digest-alephone-20050118
+++ b/games-fps/alephone/files/digest-alephone-20050118
@@ -1 +1,3 @@
MD5 789f7fe1f67b60f31aab75bb48ecf552 aleph-20050118.tar.bz2 2324962
+RMD160 663e3923e261a28af1dac6c25f37c44be8e0e941 aleph-20050118.tar.bz2 2324962
+SHA256 5b648a629ecf47474c86147f4a60810b0903ce75895ca2ec7b23439069ea9c0b aleph-20050118.tar.bz2 2324962
diff --git a/games-fps/alephone/files/digest-alephone-20051119 b/games-fps/alephone/files/digest-alephone-20051119
index f750b4136b10..830b80708acf 100644
--- a/games-fps/alephone/files/digest-alephone-20051119
+++ b/games-fps/alephone/files/digest-alephone-20051119
@@ -1 +1,3 @@
MD5 35d42aa80d3d2ab54b5ec5015e5ddcf4 AlephOne-20051119.tar.gz 6519469
+RMD160 0675864a66e0e945e6909291dd3a40fe6af35045 AlephOne-20051119.tar.gz 6519469
+SHA256 0f6dcb1acd153babc3905b18bf460eca7a62a29ba963a812015510d0fa9d9752 AlephOne-20051119.tar.gz 6519469