From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 5 16:57:00 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C87F616A415 for ; Tue, 5 Dec 2006 16:57:00 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38ECD43CB4 for ; Tue, 5 Dec 2006 16:56:12 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so1495279wra for ; Tue, 05 Dec 2006 08:56:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MrNSneD+70kEMPb+sEzSqb/wfy985WNBGH7d36/xBxQeqWmEIs34rHMyo1Mis4WFEVcoG9ejNwQudVMlis7iZundqA9N8bw0VEIs1RbuQoctrNnpcCeWzShIcxQ5wZJW6I0+Vz9Dnxkk1yqNeSbGUxG1hf1oOPqo9LyPUNu4N3M= Received: by 10.78.160.2 with SMTP id i2mr9162846hue.1165337806877; Tue, 05 Dec 2006 08:56:46 -0800 (PST) Received: by 10.78.164.20 with HTTP; Tue, 5 Dec 2006 08:56:46 -0800 (PST) Message-ID: Date: Tue, 5 Dec 2006 19:56:46 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Michael Johnson" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 74a4d4e0a5aba27e Cc: multimedia@freebsd.org Subject: Re: fix py*-gstreamer depends X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Dec 2006 16:57:00 -0000 On 12/5/06, Michael Johnson wrote: > On 12/5/06, Andrew Pantyukhin wrote: > > On 12/5/06, Michael Johnson wrote: > > > On 12/5/06, Andrew Pantyukhin wrote: > > > > Can we have a temporary fix? This issue makes some > > > > things very broken, I wouldn't start this discussion > > > > if I hadn't shot myself in the foot already. > > > > > > here is a patch, I made it in 3min and only have tested > > > it on one port, I'll have better time later this afternoon > > > to test, but here is at least a prototype. > > > > Offering patches bsd.port.mk is not the quickest > > way to get something fixed... > > > > Thanks anyway, it looks like an elegant solution. > > I wonder if this will do the trick for gnome as > > well. > > > > I have a quick fix. > > add the following to bsd.gstreamer.net > PYTHON_PKGNAMEPREFIX?= py*- > > What do you think? Great! Can I/you/anyone commit this?