From owner-cvs-all@FreeBSD.ORG Wed Jun 23 10:07:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2580216A4CF; Wed, 23 Jun 2004 10:07:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 216EC43D4C; Wed, 23 Jun 2004 10:07:07 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5NA6kcm078777; Wed, 23 Jun 2004 10:06:46 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5NA6k5c078772; Wed, 23 Jun 2004 10:06:46 GMT (envelope-from netchild) Message-Id: <200406231006.i5NA6k5c078772@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 23 Jun 2004 10:06:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/skype Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 23 Jun 2004 10:07:07 -0000 netchild 2004-06-23 10:06:46 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/skype Makefile distinfo pkg-descr pkg-plist Log: Skype is a free program that uses the latest P2P technology to bring affordable and high-quality voice communications to people all over the world. This port needs linux_base-8, the default linux_base is v7.1. You should first replace the default linux_base with v8 with portupgrade: portupgrade -o emulators/linux_base-8 emulators/linux_base Then edit /usr/local/etc/pkgtools.conf, add the line emulators/linux_base' => 'emulators/linux_base-8', into "ALT_PKGDEP". This tells portupgrade to depend upon linux_base-8 instead upon linux_base-7.1 (where appropriate). This replacement shouldn't do any harm, I tested icc and the linux version of netscape navigator 4.8 with the new linux_base, and I haven't noticed bad behavior. Revision Changes Path 1.1301 +1 -0 ports/net/Makefile 1.1 +46 -0 ports/net/skype/Makefile (new) 1.1 +2 -0 ports/net/skype/distinfo (new) 1.1 +5 -0 ports/net/skype/pkg-descr (new) 1.1 +9 -0 ports/net/skype/pkg-plist (new)