From conrads@serene.no-ip.org  Fri Jan 12 12:54:44 2007
Return-Path: <conrads@serene.no-ip.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E0D3E16A407
	for <freebsd-gnats-submit@freebsd.org>; Fri, 12 Jan 2007 12:54:44 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmmtai06.cox.net (eastrmmtai06.cox.net [68.230.240.53])
	by mx1.freebsd.org (Postfix) with ESMTP id 6ECD913C465
	for <freebsd-gnats-submit@freebsd.org>; Fri, 12 Jan 2007 12:54:44 +0000 (UTC)
	(envelope-from conrads@serene.no-ip.org)
Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao04.cox.net
          (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP
          id <20070112123100.RACS27968.eastrmmtao04.cox.net@eastrmimpo01.cox.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Fri, 12 Jan 2007 07:31:00 -0500
Received: from serene.no-ip.org ([72.200.30.62])
	by eastrmimpo01.cox.net with bizsmtp
	id ACVc1W00L1LR1K40000000; Fri, 12 Jan 2007 07:29:36 -0500
Received: from serene.no-ip.org (localhost [127.0.0.1])
	by serene.no-ip.org (8.13.8/8.13.8) with ESMTP id l0CCUxfd048744
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Jan 2007 06:30:59 -0600 (CST)
	(envelope-from conrads@serene.no-ip.org)
Received: (from root@localhost)
	by serene.no-ip.org (8.13.8/8.13.8/Submit) id l0CCUs5f048743;
	Fri, 12 Jan 2007 06:30:54 -0600 (CST)
	(envelope-from conrads)
Message-Id: <200701121230.l0CCUs5f048743@serene.no-ip.org>
Date: Fri, 12 Jan 2007 06:30:54 -0600 (CST)
From: "Conrad J. Sabatier" <conrads@cox.net>
Reply-To: "Conrad J. Sabatier" <conrads@cox.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer Update: news/klibido -- new patch addition
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107851
>Category:       ports
>Synopsis:       Maintainer Update: news/klibido -- new patch addition
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 12 13:00:40 GMT 2007
>Closed-Date:    Sat Jan 13 15:29:09 GMT 2007
>Last-Modified:  Sat Jan 13 15:30:11 GMT 2007
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
FreeBSD Ports Maintainers
>Environment:
System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jan 9 11:33:29 CST 2007 root@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	Add a new patch/files dir to news/klibido port to enable support 
	for up to 20 simultaneous server connections instead of the 
	default limit of 10.  This will allow users with Giganews accounts 
	to take full advantage of their max connections allowed.

>How-To-Repeat:
	New patch included below
>Fix:
	Add and apply the following patch

--- klibido.patch begins here ---
diff -urN klibido.orig/files/src-addserver.cpp-patch klibido/files/src-addserver.cpp-patch
--- klibido.orig/files/src-addserver.cpp-patch	Wed Dec 31 18:00:00 1969
+++ klibido/files/src-addserver.cpp-patch	Tue Dec 12 20:17:19 2006
@@ -0,0 +1,20 @@
+--- src/addserver.cpp.orig	Tue Dec 12 20:12:32 2006
++++ src/addserver.cpp	Tue Dec 12 20:13:17 2006
+@@ -27,7 +27,7 @@
+ 	buttonOk->setIconSet(KGlobal::iconLoader()->loadIcon("button_ok", KIcon::Small, 0, false));
+ 	buttonCancel->setIconSet(KGlobal::iconLoader()->loadIcon("button_cancel", KIcon::Small, 0, false));
+ 	m_priorityInput->setRange(1,10,1,false);
+-	m_threadInput->setRange(1,10,1,false);
++	m_threadInput->setRange(1,20,1,false);
+ 	m_timeoutInput->setRange(60,600,5,false);
+ 	m_threadTimeoutInput->setRange(1,30,1,false);
+ 	validator=new QIntValidator(1,65535,this);
+@@ -90,7 +90,7 @@
+ 	buttonOk->setIconSet(KGlobal::iconLoader()->loadIcon("button_ok", KIcon::Small, 0, false));
+ 	buttonCancel->setIconSet(KGlobal::iconLoader()->loadIcon("button_cancel", KIcon::Small, 0, false));
+ 	m_priorityInput->setRange(1,10,1,false);
+-	m_threadInput->setRange(1,10,1,false);
++	m_threadInput->setRange(1,20,1,false);
+ 	m_timeoutInput->setRange(60,600,5,false);
+ 	m_threadTimeoutInput->setRange(1,30,1,false);
+ 	validator=new QIntValidator(1,65535,this);
--- klibido.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sat Jan 13 15:29:05 UTC 2007 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107851 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107851: commit references a PR
Date: Sat, 13 Jan 2007 15:28:19 +0000 (UTC)

 itetcu      2007-01-13 15:28:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     news/klibido         Makefile 
   Added files:
     news/klibido/files   patch-src_addserver.cpp 
   Log:
   Add a new patch/files dir to news/klibido port to enable support
   for up to 20 simultaneous server connections instead of the
   default limit of 10. This will allow users with Giganews accounts
   to take full advantage of their max connections allowed.
   
   PR:             ports/107851
   Submitted by:   Conrad J. Sabatier (maintainer)
   
   Revision  Changes    Path
   1.12      +3 -0      ports/news/klibido/Makefile
   1.1       +20 -0     ports/news/klibido/files/patch-src_addserver.cpp (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
