Bug 75186 - New port games/wormux and patch for devel/clanlib-devel
Summary: New port games/wormux and patch for devel/clanlib-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 12:50 UTC by toha
Modified: 2004-12-23 08:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.79 KB, text/plain)
2004-12-17 12:50 UTC, toha
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description toha 2004-12-17 12:50:22 UTC
	New port games/wormux.

--->8---
Almost everyone has heard of the Worms(R) series of games, developed by Team17.
Worms was created in 1990, the goal of the game consisting of a several teams of
"worms" fighting to the death on a 2D map. Wormux is heavily influenced by all
games in this genre, including Scorched Earth and Liero.

Wormux is free software clone of this game concept. Though currently under heavy
development, it is already very playable, with lots of weapons (Dynamite,
Baseball Bat, Teleportation, etc.). There are also lots of maps available for
your battling pleasure! Wormux takes the genre to the next level, with great
customisation options leading to great gameplay. There is a wide selection of
teams, from the Aliens to the Chickens. Also, new battlefields can be downloaded
from the Internet, making strategy an important part of each battle.
--->8---

	This port requires devel/clanlib-devel. But there is unresolved
	symbol in libclanGL.so. This is path for devel/clanlib-devel.

patch for libclanGL.so, name file patch-Sources::GL::GLX::display_window_opengl.cpp and put in devel/libclan-devel/files

*** Sources/GL/GLX/display_window_opengl.cpp.original	Thu Dec 16 20:52:50 2004
--- Sources/GL/GLX/display_window_opengl.cpp	Thu Dec 16 20:53:41 2004
***************
*** 375,389 ****
  		
        if (access(pathname, R_OK) == 0)
  		{
! 			try
  			{
              get_ic()->add_joystick(CL_InputDevice(new CL_InputDevice_LinuxJoystick(pathname)));
  			} 
  			catch (CL_Error& err)
  			{
  				CL_Log::log("debug", "Joystick Error: %1", err.message);
! 				done = true;
! 			}
  		}
  		else
  		{
--- 375,391 ----
  		
        if (access(pathname, R_OK) == 0)
  		{
! /*			try
  			{
+ 
              get_ic()->add_joystick(CL_InputDevice(new CL_InputDevice_LinuxJoystick(pathname)));
  			} 
  			catch (CL_Error& err)
  			{
  				CL_Log::log("debug", "Joystick Error: %1", err.message);
! */				done = true;
! /*			}
! */
  		}
  		else
  		{

Fix: Use new port.
Shar:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-23 08:00:56 UTC
State Changed
From-To: open->closed

Committed, thanks!