From owner-freebsd-ports@FreeBSD.ORG Mon Jan 14 14:30:12 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 84FA116A420 for ; Mon, 14 Jan 2008 14:30:12 +0000 (UTC) (envelope-from dryiceliu@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 3C38913C455 for ; Mon, 14 Jan 2008 14:30:12 +0000 (UTC) (envelope-from dryiceliu@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so3107475pyb.10 for ; Mon, 14 Jan 2008 06:30:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization:references:date:in-reply-to:message-id:user-agent:mime-version:content-type:sender; bh=sROhoMWwYUhT9KTA9bCFIacIAJjpz3c+OfE4cM+Ssxk=; b=fqfNX9+Jhy53rfhCA3Wfek0zPnUcJnYky/SQHQTZTKXI9/2XCC2XvWKGNVxwLR0SM6zmm6kB3b7KKTPQy88lqHBaGhQG+9v7oeHHcNb+1kzUHUtnDOvceQ+CojsGUa4lWGtba6UdylCJFkbLdIuhlqP/vIKotMIg1lMScY9sun4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:organization:references:date:in-reply-to:message-id:user-agent:mime-version:content-type:sender; b=vGRhVUv2FIGODAbJARpvWyBv/QWLOe+zx2+e9DfYHyTAhMORyhW7uy2PbgFgv/UdStoHwRPVDo/QIsdUxlEA9cnrbzLmmiKYRwdFHDocUyXh3yecF+wfZpxxle2TWoL/3uWuZ044ocnE+Lo3JaoCBq0BQqI9sKiYfKUjU5enwkY= Received: by 10.65.240.17 with SMTP id s17mr14530339qbr.74.1200319326381; Mon, 14 Jan 2008 06:02:06 -0800 (PST) Received: from xeon.dryice.name ( [58.23.8.43]) by mx.google.com with ESMTPS id d12sm4901797qbc.3.2008.01.14.06.02.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Jan 2008 06:02:04 -0800 (PST) From: Dryice Liu To: freebsd-ports@freebsd.org Organization: FreeBSD.Org References: <478A7960.2010204@bebik.net> Date: Mon, 14 Jan 2008 22:01:54 +0800 In-Reply-To: <478A7960.2010204@bebik.net> (ros@bebik.net's message of "Sun, 13 Jan 2008 21:49:36 +0100") Message-ID: <86myr8tsj1.fsf@xeon.dryice.name> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Dryice Liu Subject: Re: 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: Mon, 14 Jan 2008 14:30:12 -0000 ros wrote: > 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. I've never played "Sim City" myself but I saw delphij@ has done a port too: http://blog.delphij.net/archives/2008/01/micropolis-port.html You may want to check out what he has done. Cheers, -- Dryice @ http://dryice.name >> Shut up and code!!!