From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 4 18:56:51 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 8D4A416A4A7 for ; Mon, 4 Dec 2006 18:56:51 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B7A43CA6 for ; Mon, 4 Dec 2006 18:56:16 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so2750721uge for ; Mon, 04 Dec 2006 10:56:49 -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=s3kMi5Ba3ybaGcvwF0FK6cn2j66IJ1XU15Esd30uxgne586C04Rl6HmNOlbfVoMCU60lbP5omqAYVM7Ix4B6L3HBRRQBYzDiUdhBb17wPqWxC6gzNqbTCbRA+ru+U44RgugQpHqZz0Z3KKsCp8qBE2pCLuZCmwhRyRqeDXyxS0s= Received: by 10.78.127.3 with SMTP id z3mr8000719huc.1165258609408; Mon, 04 Dec 2006 10:56:49 -0800 (PST) Received: by 10.78.167.16 with HTTP; Mon, 4 Dec 2006 10:56:49 -0800 (PST) Message-ID: Date: Mon, 4 Dec 2006 21:56:49 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jeremy Messenger" 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: ffcf611f9b551d6c 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: Mon, 04 Dec 2006 18:56:51 -0000 On 12/4/06, Jeremy Messenger wrote: > On Mon, 04 Dec 2006 05:30:41 -0600, Michael Johnson wrote: > > > On 12/4/06, Andrew Pantyukhin wrote: > >> Any objections? > > In future, please explain what kind of problem that > you are seeing. That will get less email to reply > or argue. But it would spoil the whole lowly feeling of seeing a mistake, offering a fix and leaving people clueless. > > I don't have a problem with it, but why is it needed? > > Without test it, but I can see there has a problem. > There is no USE_PYTHON=yes in bsd.gstreamer.mk to > make PYTHON_PKGNAMEPREFIX define. Yes, it's an infrastructure deficiency. In many cases we can't offer information without dependencies. We could, but make(1) discourages modularity very much.