From owner-freebsd-ports@FreeBSD.ORG Sun Jan 13 21:09:31 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A81FE16A417 for ; Sun, 13 Jan 2008 21:09:31 +0000 (UTC) (envelope-from ros@bebik.net) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 63BF013C448 for ; Sun, 13 Jan 2008 21:09:31 +0000 (UTC) (envelope-from ros@bebik.net) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by postfix2-g20.free.fr (Postfix) with ESMTP id 949382229B2C for ; Sun, 13 Jan 2008 19:48:54 +0100 (CET) Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 641A03EA0D7 for ; Sun, 13 Jan 2008 21:49:34 +0100 (CET) Received: from [192.168.0.244] (gam75-4-82-235-223-127.fbx.proxad.net [82.235.223.127]) by smtp4-g19.free.fr (Postfix) with ESMTP id 3A7EE3EA0B6 for ; Sun, 13 Jan 2008 21:49:34 +0100 (CET) Message-ID: <478A7960.2010204@bebik.net> Date: Sun, 13 Jan 2008 21:49:36 +0100 From: ros User-Agent: Thunderbird 2.0.0.6 (X11/20070927) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Micropolis port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 21:09:31 -0000 I discover this afternoon Micropolis, the renamed "Sim City" game who is now open source (see http://developers.slashdot.org/article.pl?sid=08/01/12/1846256&from=rss) I really was a addicted to this game so I decide to try a port to FreeBSD At this point and after a few fixes the code compile without errors, and a binary is generate. The problem is after launching the application I'm no more able to interact with the application windows. I'm not a good X developer so if anyone want to check it It will helps. The code modified is available here : http://www.bebik.net/~rodrigo/freebsd-ports/micropolis-activity-freebsd-0.1.tgz To compile it, untar the archive, go to the micropolis-activity/src directory and start a 'make all' After compilation make a symbolic link from micropolis-activity/sim to micropolis-activity/src/sim/sim with % ln -s micropolis-activity/src/sim/sim sim and launch sim ! Requirement (as I can see): * tcl/tk * xlib Thanks for your help ! - rodrigo