Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2003 22:10:17 -0700 (PDT)
From:      "clayton rollins" <crollins666@hotmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/54624 - Update: net/gtk-gnutella
Message-ID:  <200310120510.h9C5AH5r097439@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/54624; it has been noted by GNATS.

From: "clayton rollins" <crollins666@hotmail.com>
To: freebsd-gnats-submit@freebsd.org
Cc: edwin@freebsd.org, romanbsd@yahoo.com
Subject: Re: ports/54624 - Update: net/gtk-gnutella
Date: Sun, 12 Oct 2003 05:09:25 +0000

 Roman Shterenzon <romanbsd@yahoo.com> wrote:
 
 >I don't really like the new Configure script...
 >The pixmaps should go to share, and otherwise I agree.
 >
 >P.S. I'm not using it anymore, perhaps Clayton Rollins
 >will take the maintainership from now on?
 >
 >--- Edwin Groothuis <edwin@freebsd.org> wrote:
 > > Hello Roman,
 > > > Please see ports/54624 for an update regarding
 > > net/gtk-gnutella:
 > > >
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/54624
 > > > Do you approve this update?
 > > > Edwin
 > >
 
 Edwin and Roman,
 
 Regarding the patch, there are some path issues for the
 installed files, as pointed out in this thread. Additionally,
 there are issues with native language and non-roman
 character support (here at least) in this release. (At it's
 most extreme, linking with the most recent devel/icu2
 produces a non-working executable.)
 
 I have been working on figuring these out in my spare
 time, as the Configure script is new (and the dev.s new
 to it...); so far, no luck. However, the 0.92.2 release is
 expected in the next few weeks, and I recently began
 working with the dev.s to get these issues fixed
 before the release.
 
 Short story: it may be easier to wait the few weeks for
 the cumulative patch, and better functionality; if you
 wanted to implement it as-is, I mostly be concerned
 that the paths are set properly, so future versions
 will deinstall, etc., correctly. (You may want to
 disable icu too, just in case; patch below.)
 
 Concerning maintainership, I would be honored to
 give back to the community by doing this.
 
 Peace,
 Clayton
 
 
 --- ./Configure Sat Oct 11 22:14:16 2003
 +++ ./Configure2        Sat Oct 11 22:13:43 2003
 @@ -420,7 +420,7 @@
 
 : default library list
 libswanted=''
 -libswanted='sendfile z icuuc intl'
 +libswanted='sendfile z intl'
 
 : Find the basic shell for Bourne shell scripts
 case "$sh" in
 
 _________________________________________________________________
 Add MSN 8 Internet Software to your existing Internet access and enjoy 
 patented spam protection and more.  Sign up now!   
 http://join.msn.com/?page=dept/byoa
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310120510.h9C5AH5r097439>