From owner-freebsd-ports@FreeBSD.ORG Tue May 11 21:18:20 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 608CA106566B; Tue, 11 May 2010 21:18:20 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 14CA78FC14; Tue, 11 May 2010 21:18:20 +0000 (UTC) Received: from ASSP.nospam (tethys.ringofsaturn.com [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o4BL1nI6038364; Tue, 11 May 2010 16:01:49 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 11 May 2010 16:01:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Tue, 11 May 2010 16:01:44 -0500 From: Rusty Nejdl To: Max Brazhnikov In-Reply-To: <201005120055.56446.makc@issp.ac.ru> References: <4BE99F83.9090303@FreeBSD.org> <201005120055.56446.makc@issp.ac.ru> Message-ID: <0bc4d91c29f906bd4c88050af5a0081f@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.3-trunk Cc: Doug Barton , kde@freebsd.org, freebsd-ports@freebsd.org, Dima Panov Subject: Re: [kde-freebsd] UPDATING entry for phonon ports 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: Tue, 11 May 2010 21:18:20 -0000 On Wed, 12 May 2010 00:55:56 +0400, Max Brazhnikov wrote: > On Tue, 11 May 2010 11:18:43 -0700, Doug Barton wrote: >> Dima, >> >> In 1.921 you suggested the following: >> portmaster -o multimedia/qt4-phonon multimedia/phonon >> portmaster -o multimedia/qt4-phonon-gst multimedia/phonon-gstreamer These are backwards: -o replace the installed port with a port from a different origin [tethys]:/usr/ports/databases/virtuoso> pkg_info -Ix phonon phonon-xine-4.3.1_6 Phonon xine backend qt4-phonon-4.6.1_1 Qt4 multimedia framework qt4-phonon-gst-4.6.1_1 Qt4 multimedia framework, gstreamer backend [tethys]:/usr/ports/databases/virtuoso> That should read instead: portmaster -o multimedia/phonon multimedia/qt4-phonon portmaster -o multimedia/phonon-gstreamer multimedia/qt4-phonon-gst Rusty Nejdl