From nobody@FreeBSD.org  Thu Sep 16 10:10:24 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A0A9116A4CF
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Sep 2004 10:10:24 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A88C143D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Sep 2004 10:10:11 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i8GAABeS055975
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Sep 2004 10:10:11 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i8GAAA1H055974;
	Thu, 16 Sep 2004 10:10:10 GMT
	(envelope-from nobody)
Message-Id: <200409161010.i8GAAA1H055974@www.freebsd.org>
Date: Thu, 16 Sep 2004 10:10:10 GMT
From: Andriy Gapon <avg@icyb.net.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net/gtk-gnutella: WITHOUT_ICU knob doesn't work
X-Send-Pr-Version: www-2.3

>Number:         71789
>Category:       ports
>Synopsis:       net/gtk-gnutella: WITHOUT_ICU knob doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 10:20:18 GMT 2004
>Closed-Date:    Mon Dec 20 12:21:53 GMT 2004
>Last-Modified:  Mon Dec 20 12:21:53 GMT 2004
>Originator:     Andriy Gapon
>Release:        FreeBSD 5,2,1
>Organization:
>Environment:
gtk-gnutella-0.94
5.2.1-RELEASE-p9 i386
>Description:
No matter if you select or unselect ICU support in `make config`, gtk-gnutella is built with ICU:
Feature Summary (Version 0.94):

-------------------------------------------------
GUI front-end                      : GTK2
Persistent filters                 : yes
Gnutella traffic compression       : yes
IP TOS (Type of Service)           : yes
NLS (Native Language Support)      : yes
Extended non-roman charset support : yes
Experimental remote control        : yes
-------------------------------------------------

>How-To-Repeat:
1. build gtk-gnutella "wihout ICU"
2. set your CHARSET environment variable to charset unsupported by ICM e.g. KOI8-U
3. start the program and enter any search query you'd like (in ASCII)
4. see that no search results appear no matter how long you wait (this is because gtk-gnutella silently "converts" search string to void, probably a bug on their part)
>Fix:
sorry.
>Release-Note:
>Audit-Trail:

From: "clayton rollins" <crollins666@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org, avg@icyb.net.ua
Cc:  
Subject: Re:ports/71789: net/gtk-gnutella: WITHOUT_ICU knob doesn't work
Date: Sat, 06 Nov 2004 02:01:21 +0000

 Hi again Andriy,
 
 For committers, I am the port [MAINTAINER] and this does contain a [PATCH]. 
 :)
 
 Just noticed the PR thanks to the script that checks these things. If you 
 had CC'ed, you would have gotten it fixed faster.
 
 Thanks for reporting, at any rate.
 
 The following patch should disable ICU checking. As for whether it fixes 
 your specific problem will have to be tested by you as I have to go out the 
 door this second.
 
 --- ./Makefile.orig	Mon Jul 12 02:55:46 2004
 +++ ./Makefile	Fri Nov  5 18:30:26 2004
 @@ -80,6 +80,8 @@
 
 # Add threading to the ld flags; icuuc requires these by default
 CONFIGURE_ARGS+=	-Dldflags=${PTHREAD_LIBS}
 +.else
 +CONFIGURE_ARGS+=	-Dd_icu=false
 .endif
 
 .if defined(WITH_PORTABILITY)
 
 _________________________________________________________________
 Dont just search. Find. Check out the new MSN Search! 
 http://search.msn.click-url.com/go/onm00200636ave/direct/01/
 
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Mon Dec 20 12:21:30 GMT 2004 
State-Changed-Why:  
Committed with ports/75232. Thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71789 
>Unformatted:
