From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 09:43:20 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8446216A4CE for ; Tue, 23 Dec 2003 09:43:20 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CDF43D55 for ; Tue, 23 Dec 2003 09:43:19 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AYqYw-0007PU-00 for ; Tue, 23 Dec 2003 18:43:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AYqYu-0007PM-00 for ; Tue, 23 Dec 2003 18:43:16 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AYqYu-00048V-00 for ; Tue, 23 Dec 2003 18:43:16 +0100 From: Jim Ramsay Date: Tue, 23 Dec 2003 11:43:10 -0600 Lines: 32 Message-ID: References: <3FE73AD4.8070601@reversedhell.net> <3FE7A3B7.10405@reversedhell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en In-Reply-To: Sender: news Subject: Re: kazaa client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2003 17:43:20 -0000 Scott I. Remick wrote: > On Tue, 23 Dec 2003 04:08:55 +0200, Anton Alin-Adrian wrote: > > >>Thanks. Seems I am going to develop a GTK UI for fasttrack ;P > > > Hmm maybe as an easier start, someone can add giFToxic to the FreeBSD > ports collection? > > http://giftoxic.sourceforge.net/ > > Porting is currently outside my own abilities. I'd love to do this, but I don't know enough about how to create a port. I downloaded release 0.0.9 and got it to compile on my FreeBSD 4.8 machine with two small changes necessary: 1) Must compile with gcc version 3.3.3, not version 2.95.4. (IE, I set my environment CC="gcc33" before configuring) 2) The final linking of the executable must also include -lgnugetopts or getopts_long is undefined. This requires the port devel/libgnugetopt installed. I just hacked src/Makefile after configuring, but this should probably be done more intelligently. One of these days I may figure out for myself how to make a port of it, but please don't hold your (or anyone else's) breath. -- Jim Ramsay