From owner-freebsd-questions@FreeBSD.ORG Wed Nov 17 10:16:49 2010 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 25A10106564A for ; Wed, 17 Nov 2010 10:16:49 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id A23C88FC15 for ; Wed, 17 Nov 2010 10:16:48 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id DB45D58 for ; Wed, 17 Nov 2010 11:16:46 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id P-bmHNyyubCs for ; Wed, 17 Nov 2010 11:16:41 +0100 (CET) Received: from snifi.localnet (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 59B8A28 for ; Wed, 17 Nov 2010 11:16:41 +0100 (CET) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Wed, 17 Nov 2010 11:17:01 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.35-ARCH; KDE/4.5.3; x86_64; ; ) References: In-Reply-To: X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201011171117.01428.milu@dat.pl> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Building kdiff3 for kde 3.5 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: Wed, 17 Nov 2010 10:16:49 -0000 On Wednesday 17 November 2010 08:37:51, doug@safeport.com wrote: > Apparently only the version for kde4 is on the ports and I could not find= a > package for 3.5. Building the available source had some interesting resul= ts > but ultimate did not work. What I finally did was google the 3.5 package > name I had installed and found a copy at the University of Kent. >=20 > There must be a better way to find older ports/packages. What should I ha= ve > done? =46rom kdiff3 homepage looks that from version 0.9.93 kdiff3 works with KDE= 4.=20 Earlier version worked with KDE3 only. In ports is version 0.9.95 and in=20 Makefile it's line USE_KDE4 so it builds with KDE4. You can take earlier po= rt=20 version 0.9.92 manually from=20 http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/kdiff3/ or use ports-mgmt/portdowngrade Regards, Maciej Milewski