From owner-freebsd-questions@FreeBSD.ORG Thu Apr 22 04:37:30 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 537AA106566B for ; Thu, 22 Apr 2010 04:37:30 +0000 (UTC) (envelope-from renaud.luca@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id DC89D8FC1F for ; Thu, 22 Apr 2010 04:37:29 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so502825eyd.9 for ; Wed, 21 Apr 2010 21:37:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=hQXyeQ/LA1E5VA1dBZE5gfPvCFqwTfpF0J0UxFNPDtg=; b=ei3gdy09tsUUbDEVDUqfyHfyi4mJeRe7UGYx/5CpYMQzz9VkwBAPEICR5KaUf3Hc0K hC3qOyjwQ6nDA7U9L7g/afSviwdRpcLScohCogJZssF7Q3G1tNJjMHRzhdxLVc6LXkAW HBrn3h34VZSIEtVVWOZNOVMNrBkPu9FZPlcPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vzwHrS5OqGv4AMH+/jrI8TECiRm9ZS/g54N8eS8C+tyBKyiBlYHyaUgYr/hYeO2tMk d1xNMSKXo9Qy4AHVPF81qvEWf3yN/I8Mc1xhilMfK9mSUvCeUUJBKGVTx7/WO32Ewh5L LVMJsvtTwBPnyFECdWOmVE6zNWp2KjPjWQ2eE= MIME-Version: 1.0 Received: by 10.213.26.70 with HTTP; Wed, 21 Apr 2010 21:37:28 -0700 (PDT) Date: Thu, 22 Apr 2010 05:37:28 +0100 Received: by 10.213.107.78 with SMTP id a14mr4475199ebp.10.1271911048658; Wed, 21 Apr 2010 21:37:28 -0700 (PDT) Message-ID: From: Luca Renaud To: freebsd-questions@freebsd.org X-Mailman-Approved-At: Thu, 22 Apr 2010 05:05:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to update packages(ex. to recent KDE-4.3.5) without using the ports system? 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, 22 Apr 2010 04:37:30 -0000 I tried to update my system from KDE-4.3.1 (came in FreeBSD 8 install CDs) to KDE-4.3.5( in updated ports system) but it gives error during the compilation of QT related code(libpng.so not found for compile of libQTsvg.so,or so). Are there binaries for KDE-4.3.5 for updating my KDE to 4.3.5 version without using the ports system?