From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 12:09:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60CEB1065689 for ; Thu, 16 Oct 2008 12:09:41 +0000 (UTC) (envelope-from ahinjii@maydias.com) Received: from pecan2.exetel.com.au (pecan2.exetel.com.au [220.233.0.70]) by mx1.freebsd.org (Postfix) with ESMTP id 016588FC26 for ; Thu, 16 Oct 2008 12:09:40 +0000 (UTC) (envelope-from ahinjii@maydias.com) Received: from 196.43.96.58.exetel.com.au ([58.96.43.196] helo=[192.168.1.65]) by pecan2.exetel.com.au with esmtp (Exim 4.68) (envelope-from ) id 1KqRHt-0003pd-2d; Thu, 16 Oct 2008 22:45:05 +1100 Message-ID: <48F72959.9030901@maydias.com> Date: Thu, 16 Oct 2008 21:45:29 +1000 From: Warren Liddell User-Agent: Thunderbird 2.0.0.17 (X11/20081016) MIME-Version: 1.0 To: =?UTF-8?B?U2TDpHZ0YWtlcg==?= References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Kopete and KDE4.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 12:09:41 -0000 Sdävtaker wrote: > Did someone make kopete work in kde4.1 with msn and jabber networks? > I tried a couple of recipes i found gogling, but nothing worked. > Any ideas? > Im running FBSD7.0 x64 > Any info is appreciated, thanks! > Sdav > Try doing the following .. although for me it dosent compile, but it used to work to get kopete to work with MSN. > >> Yes, thanks for your hint; here is what I did exactly this morning: > >> > >> # cd /usr/ports/net/kdenetwork4 > >> # make > >> > >> [Ctrl-C iterrupt the proc after all configuration is done] > >> > >> # cd /usr/ports/net/kdenetwork4/work > >> # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork > >> ... > >> A > >> kdenetwork/kget/transfer- > > plugins/bittorrent/libbtcore/util/autorotatelogjob > >> .h A kdenetwork/kget/transfer- > > plugins/bittorrent/libbtcore/util/error.cpp > >> Checked out external at revision 850250. > >> Checked out revision 850250. > >> > >> # mv kdenetwork-4.1.2 kdenetwork-4.1.2.portversion > >> # mv kdenetwork kdenetwork-4.1.2 > >> # cp -rp kdenetwork-4.1.2.portversion/build kdenetwork-4.1.2 > >> > >> # make > >> # make deinstall > >> # make reinstall > >> > >> after this kopete's version is really 0.60.80 and it works with MSN; > >> > >> btw: the version string comes from: > >> > >> kopete/libkopete/kopeteversion.h:#define KOPETE_VERSION_STRING > > "0.60.80" > >> thx aganin; maybe it's worth to build a new file > >> KDE/kdenetwork-4.1.2.tar.bz2 and update this port; > >> > >> matthias > > > > I builded success use this way ,kopete can login msn,version 0.6.80 > > > > But step for my used have a little different ;-) > > > > # cd /usr/ports/net/kdenetwork4 > > # make extract > > # cd work > > # svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork > > # mv kdenetwork-4.1.2 kdenetwork-4.1.2.portversion > > # mv kdenetwork kdenetwork-4.1.2 > > # cd /usr/ports/net/kdenetwork4 > > # make FORCE_PKG_REGISTER=yes install clean > > > > whole compile and install is right,no error