From owner-freebsd-ports@FreeBSD.ORG Thu Feb 4 19:32: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 53DEA1065693; Thu, 4 Feb 2010 19:32:20 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-pz0-f184.google.com (mail-pz0-f184.google.com [209.85.222.184]) by mx1.freebsd.org (Postfix) with ESMTP id 230048FC1D; Thu, 4 Feb 2010 19:32:20 +0000 (UTC) Received: by pzk14 with SMTP id 14so240084pzk.3 for ; Thu, 04 Feb 2010 11:32:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=PwI5auwSYeMmMT/aUEGyY6iUTI1c3YBEEbibvqWvbwY=; b=N9wGKH9TLZX7GtMNRCwHJbNluj+BLiOzheMgNCacsmigCgubKVzL3yKHXpJyJXHcMF cj5avfYShHeNzgC6L57ahCLDGIhrQ01Xw7mdUjq9KLZBOZqewUJrkUlqzQdJFh6Uf3Cc i+dt+sCoaitv3r102ZO+5XbQEnfWMrFPzGNIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Od4zzsQl7fZ680yG0f99TcUH5yt7ViMiQjYlrchicReV9wa6JgjynlT0raY7Z5YmGq I/0o5SBp25jjUgDZt86RgGiRIVAnNvDGWgzGYAOai7K1nSHQShfCrSTrjp55H8ZIJerP khfZTXPUz/WDVd7/p07WPqDFNbJgZzY1Ko5DI= MIME-Version: 1.0 Received: by 10.141.106.18 with SMTP id i18mr1041268rvm.141.1265311939760; Thu, 04 Feb 2010 11:32:19 -0800 (PST) In-Reply-To: <20100204093034.GE68645@kyleck.poildetroll.net> References: <786602c61001311444x57555e2ev213a2b1ef0a5e679@mail.gmail.com> <20100204093034.GE68645@kyleck.poildetroll.net> Date: Thu, 4 Feb 2010 20:32:19 +0100 Message-ID: <786602c61002041132p62cb1bd8k5429e41f91e798f1@mail.gmail.com> From: Thomas Zander To: Pierre Guinoiseau Content-Type: text/plain; charset=ISO-8859-1 Cc: multimedia@freebsd.org, FreeBSD - Ports Subject: Re: Call for testing: new mplayer and x264 port 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: Thu, 04 Feb 2010 19:32:20 -0000 On Thu, Feb 4, 2010 at 10:30, Pierre Guinoiseau wrote: > the mplayer and mencoder ports are missing multimedia/v4l_compat in BUILD_DEPENDS > when V4L support is enabled. (in my case, libv4l was already installed, and I > always clean the build deps, so v4l_compat wasn't installed). Great, thanks for the pointer! I have put it in my port, so it'll be included in the eventual commit. Cheers, Riggs