From owner-freebsd-ports@FreeBSD.ORG Sat Aug 20 09:34:09 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06804106566C for ; Sat, 20 Aug 2011 09:34:09 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id BD0B58FC0A for ; Sat, 20 Aug 2011 09:34:08 +0000 (UTC) Received: by iye7 with SMTP id 7so13011842iye.17 for ; Sat, 20 Aug 2011 02:34:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=LglKZtDlSCshyE5na6LMZON+ctzdlLUpadP82t3cmLg=; b=cH2f6e5n1LAm95chuG5z/5J3KPYIqJR3Ww1xoeqCjZrUIfayGHWUWDdv3tXg2zU5Vy infoZfXO3fAz/MukpviKgp30EI7NagX6Of68vtiGyMgO1e2pl3YrRPDGp1FbtBvjms6J z05t+09NYptZvjPGiWgNIbG/KZ6j4Bd20AV98= Received: by 10.231.2.13 with SMTP id 13mr871955ibh.59.1313832848118; Sat, 20 Aug 2011 02:34:08 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.182.77 with HTTP; Sat, 20 Aug 2011 02:33:38 -0700 (PDT) From: Chris Rees Date: Sat, 20 Aug 2011 10:33:38 +0100 X-Google-Sender-Auth: gc2wDnkiVfWR0ia0Y760uHOsk6U Message-ID: To: Thomas Zander Content-Type: text/plain; charset=ISO-8859-1 Cc: Christian Weisgerber , David Demelier , ports@freebsd.org Subject: Re: ports/158501: [patch] multimedia/mplayer: faad dependency problem [was] Re: [patch] mplayer and faad PR still not committed 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: Sat, 20 Aug 2011 09:34:09 -0000 On 20 August 2011 08:25, Thomas Zander wrote: > On Fri, Aug 19, 2011 at 22:19, Christian Weisgerber wrote: > >> I mean just add an unconditional CONFIGURE_ARGS+=--disable-faad >> instead of yet another option nobody needs. > > I agree. There is no reason to pull in external dependencies for > codecs covered by ffmpeg. > Yup, that's fine. Testing now... Chris