Bug 86351

Summary: New port: games/connectfive Place five pieces in a row on a 3d board
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Simon Barner <barner>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
connectfive-1.0.2.shar none

Description Dmitry Marakasov 2005-09-19 23:20:10 UTC
Place five pieces in a row on a 3d board

A 3d version of gomoku. Similar to connect four, but it is played
in 3D on a 19x19 board and a play is allowed on any location of the
board.

WWW: http://sourceforge.net/projects/connectfive

- Dmitry Marakasov <amdmi3@mail.ru>
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-09-21 08:16:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Grab.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-09-21 08:53:35 UTC
State Changed
From-To: open->closed

New port added (with modifications), thank you. 

Next time, please also test on FreeBSD 4, or at least install lang/gcc295 
and see if it compiles with 

make CC=gcc295 CXX=g++295 

Of course, the latter may leed to linker errors when linking C++ code.