[kde-freebsd] FreeBSD Port kdenetwork3-3.4.0

Rusty Nejdl rnejdl at ringofsaturn.com
Thu Apr 21 14:08:55 PDT 2005


Michael,

I've never done this before, so I just had a big learning experience.  I think
that this works correctly as the port now generates this executable correctly.

Rusty Nejdl

Michael Nottebrock(michaelnottebrock) wrote:
> On Thursday, 21. April 2005 18:24, Rusty Nejdl wrote:
> 
> > If you guys could put a patch into the kdenetwork3 port for this, that
> > would be completely appreciated.
> 
> Could you provide one?
> 
> -- 
>    ,_,   | Michael Nottebrock               | lofi at freebsd.org
>  (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
>    \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


-------------- next part --------------
--- krdc/rdp/krdpview.cpp.orig	Thu Feb  3 16:52:10 2005
+++ krdc/rdp/krdpview.cpp	Thu Apr 21 14:37:11 2005
@@ -210,8 +210,8 @@
 	if(!m_user.isEmpty())     { *m_process << "-u" << m_user; }
 	if(!m_password.isEmpty()) { *m_process << "-p" << m_password; }
 	*m_process << "-X" << ("0x" + QString::number(m_container->winId(), 16));
-	*m_process << (m_host + ":" + QString::number(m_port));
 	*m_process << "-a" << QString::number(hp->colorDepth());
+	*m_process << (m_host + ":" + QString::number(m_port));
 	connect(m_process, SIGNAL(processExited(KProcess *)), SLOT(processDied(KProcess *)));
 	connect(m_process, SIGNAL(receivedStderr(KProcess *, char *, int)), SLOT(receivedStderr(KProcess *, char *, int)));
 	connect(m_container, SIGNAL(embeddedWindowDestroyed()), SLOT(connectionClosed()));


More information about the freebsd-ports mailing list