From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 5 16:48:36 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 C15D016A416 for ; Tue, 5 Dec 2006 16:48:36 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1258443CA5 for ; Tue, 5 Dec 2006 16:47:53 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so257259nfc for ; Tue, 05 Dec 2006 08:48:32 -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=hkdnIbxyJflACrKNEk1sUufcn/HXmAXN+F8JK2KfPCR4bTz7HJpmcmkgpxqsCLwYIWnwHc9JOYzUcoy3lrLBnNQMWs/YA+NTCAWHvkrnXPYtCcqYF2Ha3ToWoeyn3RCxdfsxIyMyMLy30AHnGkNZmluSBFG7uvrlKO7wfOO24cU= Received: by 10.82.183.19 with SMTP id g19mr1756660buf.1165337311736; Tue, 05 Dec 2006 08:48:31 -0800 (PST) Received: by 10.82.112.6 with HTTP; Tue, 5 Dec 2006 08:48:31 -0800 (PST) Message-ID: Date: Tue, 5 Dec 2006 11:48:31 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Andrew Pantyukhin" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: a3d5970827a1f488 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:48:36 -0000 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? > Thanks! >