From owner-freebsd-ports@FreeBSD.ORG Sat May 14 06:42:35 2011 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 3F557106566B; Sat, 14 May 2011 06:42:35 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8CE8B8FC0A; Sat, 14 May 2011 06:42:34 +0000 (UTC) Received: by bwz12 with SMTP id 12so3824903bwz.13 for ; Fri, 13 May 2011 23:42:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=P2AMpQ6Rn6O4lUwCb9q80dhufeUBjS8kEZIPwxxTV2E=; b=XUrl+QNmWCEz9RguZPX4lThuEkqxjQlE6QqBC9gFEoSk4vc3SA/z5NN+2Re66x5hAx vQJfbzmiZefANEobPfRwC4PX4xggezi6Zxd6sLm1DBvsMddA/TvzK0+jA8UpGvbv7i12 g1Fpff7Uf6PRG+U/V1/GnJF8+hg7iGoiXCTXs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=F9fGNbKbVacrIYfWcfK8eIpbKSMtv27ikNRvpPykteKtYwLcKNkkrRTKxLatvQqJ8a DgH2tT70cVFOfYGHSLbHUzlvGwuha2CEI+gkGeVQVcbvm7FJdvQQgz1xrpncjSwDMSZu p9Fb5RplpP4Spn8jnMN8TfI97NvQRufjclCEo= Received: by 10.204.126.204 with SMTP id d12mr567589bks.133.1305355353533; Fri, 13 May 2011 23:42:33 -0700 (PDT) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id q24sm1756920bks.9.2011.05.13.23.42.31 (version=SSLv3 cipher=OTHER); Fri, 13 May 2011 23:42:32 -0700 (PDT) Date: Sat, 14 May 2011 09:42:35 +0300 From: "Sergey V. Dyatko" To: Christer Solskogen Message-ID: <20110514094235.13e179a8@gmail.com> In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come 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: Sat, 14 May 2011 06:42:35 -0000 On Sat, 14 May 2011 08:25:26 +0200 Christer Solskogen wrote: > On Fri, May 13, 2011 at 4:17 PM, David DEMELIER > wrote: > > > > We should complain this upstream. > > > > Yes, but first one thing. > I have a friend who does not have the same problem as we do. He is > also running 8.2-RELEASE. The only difference I know of is that I use > UTF8, while he use ISO-8859-15. What do you use? > > head/releng_8 with C/ru_RU.KOI8-R btw, flz@ why we have 2 ports (net-p2p/rtorrent[-devel]) with almost eq versions ? According to http://libtorrent.rakshasa.no/ stable rtorrent release is 0.8.6 plus libtorrent-0.12.6 and UNstable libtorrent-0.12.8+rtorrent-0.8.8 I think it's better to have a stable version on net-p2p/rtorrent and net-p2p/libtorrent and devel/unstable on *-devel. please note that upstream have newest version. I have fully working version on: [tiger@pussy7609]~%uname -a FreeBSD pussy7609.minsk.domain 8.2-STABLE FreeBSD 8.2-STABLE #4 r220557M: Thu Apr 14 16:58:32 EEST 2011 root@pussy7609.minsk.domain:/usr/obj/usr/src/sys/pussy7609 amd64 [tiger@pussy7609]~%pkg_info -xI torre libtorrent-0.12.6_1 BitTorrent Library written in C++ rtorrent-0.8.6_1 BitTorrent Client written in C++ -- wbr, tiger