Date: Fri, 12 Jan 2007 06:30:54 -0600 (CST) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107851: Maintainer Update: news/klibido -- new patch addition Message-ID: <200701121230.l0CCUs5f048743@serene.no-ip.org> Resent-Message-ID: <200701121300.l0CD0eSF017238@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107851 >Category: ports >Synopsis: Maintainer Update: news/klibido -- new patch addition >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 12 13:00:40 GMT 2007 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701121230.l0CCUs5f048743>