Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 16:48:10 -0600 (MDT)
From:      "Dmitry S. Makovey" <dimon@athabascau.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54233: ports-fix: fix for kio_fish in CURRENT
Message-ID:  <200307082248.h68MmA0o004893@cs36.pc.athabascau.ca>
Resent-Message-ID: <200307082250.h68MoGI8068562@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54233
>Category:       ports
>Synopsis:       ports-fix: fix for kio_fish in CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 15:50:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry S. Makovey
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
Athabasca University
>Environment:
System: FreeBSD cs36.pc.athabascau.ca 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	kdebase-3.1.2_1
>Description:
	kio_fish is not able to connect to other machines on CURRENT. 
>How-To-Repeat:
	install kdebase-3.1.2_1
	open konqeror ant type in url: fish://username@somehost.com
	it says "can't connect to localhost...."
>Fix:

--- kioslave/fish/fish.cpp.orig  
+++ kioslave/fish/fish.cpp  
@@ -302,5 +302,5 @@
 void fishProtocol::openConnection() {
 static int open_pty_pair(int fd[2])
 {
-#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT)
+#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT) && !defined (HAVE_OPENPTY)
 /** with kind regards to The GNU C Library
 Reference Manual for Version 2.2.x of the GNU C Library */


>Release-Note:
>Audit-Trail:
>Unformatted:



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