ports/54233: ports-fix: fix for kio_fish in CURRENT

Dmitry S. Makovey dimon at athabascau.ca
Tue Jul 8 22:50:17 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list