From owner-freebsd-ports@FreeBSD.ORG Fri Sep 3 19:28:37 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A21CE10656D0 for ; Fri, 3 Sep 2010 19:28:37 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 189518FC0A for ; Fri, 3 Sep 2010 19:28:36 +0000 (UTC) Received: from [80.73.162.22] [80.73.162.22:53116] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o83JRVwV009001 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 3 Sep 2010 23:27:31 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: kde-freebsd@kde.org, Pascal Stumpf Date: Fri, 3 Sep 2010 23:27:33 +0400 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.5.1; amd64; ; ) References: <4C812903.4070608@commit.it> <201009032228.25103.makc@issp.ac.ru> In-Reply-To: <201009032228.25103.makc@issp.ac.ru> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_lwUgMhqCuFJPt99" Message-Id: <201009032327.33958.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Fri, 03 Sep 2010 23:27:32 +0400 (MSD) Cc: Angelo Turetta , freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] Error building kdenetwork-4.5.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2010 19:28:37 -0000 --Boundary-00=_lwUgMhqCuFJPt99 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, 3 Sep 2010 22:28:24 +0400, Max Brazhnikov wrote: > On Fri, 03 Sep 2010 18:57:39 +0200, Angelo Turetta wrote: > > [ 45%] Building CXX object > > > > kget/transfer-plugins/bittorrent/CMakeFiles/kget_bittorrentfactory.dir/bt > > tr ansfer.o In file included from > > /usr/local/include/torrent/torrent.h:43, try to build it with the patch (put it to net/kdenetwork4/files). Max --Boundary-00=_lwUgMhqCuFJPt99 Content-Type: text/plain; charset="UTF-8"; name="patch-kget__transfer-plugins__bittorrent__CMakeLists.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-kget__transfer-plugins__bittorrent__CMakeLists.txt" --- ./kget/transfer-plugins/bittorrent/CMakeLists.txt.orig 2010-05-17 00:04:17.000000000 +0400 +++ ./kget/transfer-plugins/bittorrent/CMakeLists.txt 2010-09-03 23:11:25.423061403 +0400 @@ -1,6 +1,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}") -include_directories( +include_directories(BEFORE ../../ ${LIBKTORRENT_INCLUDE_DIR} ) --Boundary-00=_lwUgMhqCuFJPt99--