Bug 75186

Summary: New port games/wormux and patch for devel/clanlib-devel
Product: Ports & Packages Reporter: toha <toha>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!