From owner-cvs-all@FreeBSD.ORG Thu Nov 1 05:15:41 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0ACB16CCDE; Thu, 1 Nov 2007 05:15:17 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.freebsd.org (Postfix) with ESMTP id 7E33813C4B2; Thu, 1 Nov 2007 05:15:17 +0000 (UTC) (envelope-from me@janh.de) Received: from janh.freebsd (d131193.adsl.hansenet.de [80.171.131.193]) by mrelayeu.kundenserver.de (node=mrelayeu7) with ESMTP (Nemesis) id 0ML2xA-1InNxA3ZTL-0004xJ; Thu, 01 Nov 2007 01:30:33 +0100 Message-ID: <47291E25.5070505@janh.de> Date: Thu, 01 Nov 2007 01:30:29 +0100 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.6 (X11/20071031) MIME-Version: 1.0 To: cvs-all@freebsd.org References: 74950621@bs1.sp34.ru Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/u6HrqhA5iokyMV5kTrOj0Fu5DYQfsq/kyc6p Y2hujn/6IYyg2q4d0U0AmuyjrglYgQkTkO2JIlbvWKRy37ois7 kGNNETB8C935MSZddxdeg== Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 05:15:41 -0000 Kris wrote: > Boris Samorodov wrote: > > On Wed, 31 Oct 2007 03:36:00 +0000 (UTC) Beech Rintoul wrote: > > > >> 20071030: > >> + AFFECTS: users of net/skype > >> + AUTHOR: beech at FreeBSD.org > >> + > >> + The skype port has been upgraded to version 1.4.0.118. This requires a sysctl > >> + change to run. After upgrading, please do: "sysctl compat.linux.osrelease=2.6" > >> + from a terminal. Also add: "compat.linux.osrelease=2.6" to your > > > > The default (recommended and supported) linux.osrelease for now is > > 2.4.2. I'd say that the best way here is to have a legacy skype port > > as well (for default 2.4.2 linux.osrelease). > > Yeah, we are not ready for 2.6 so I do not think we should be upgrading > important ports like this one to require it. As I noted on multimedia, it worked for me on 7.0-BETA1 after changing: compat.linux.osrelease: 2.4.2 -> 2.4.20 Actually, I have no clue what I am doing there... I got this from: http://lists.freebsd.org/pipermail/freebsd-emulation/2006-October/002719.html (I was able to do a test call to echo -- did not test anything else.) Regards, Jan Henrik