From owner-freebsd-ports@FreeBSD.ORG Mon Sep 3 18:04:24 2012 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 CEB29106566C; Mon, 3 Sep 2012 18:04:24 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9E14C8FC15; Mon, 3 Sep 2012 18:04:24 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so8297726pbb.13 for ; Mon, 03 Sep 2012 11:04:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pr35bVMTZFIM7Ynrxkt0qmJbdO2SUcyAKj2vu/DStFQ=; b=yOeGV6bGe/VRjucIHDEDfKcD+/FFRTVyXKaJEBM2wjM2cKhi4wRwTyLEEUa2JrWdol AxIG1bButCf4dOwcaILLuL1DKkwYXvxJfh4cq24oKYOfm69pVtD5XA2JS24+MTv6CRZ1 5lhUz5Kl5SOspAvML5kywR2OryWTpuwHGT9QJAFcEV0OcYP+5Xy/sYeu1xVRAcIDXaUL MFA8z6EH04AfVHjugGFwL8jQh/3jBys3JJqdPpGZcOsPbE5W3r5t7n35O4pmjPyDAb+n M9cC41CYYJrCyCvLBtgGK7bqaq21ygqc7LNtj9F6jYwHeVznBafhcGdpFpqJA/ywKU6N hZ2w== MIME-Version: 1.0 Received: by 10.68.227.165 with SMTP id sb5mr39524281pbc.82.1346695464379; Mon, 03 Sep 2012 11:04:24 -0700 (PDT) Received: by 10.68.223.69 with HTTP; Mon, 3 Sep 2012 11:04:24 -0700 (PDT) In-Reply-To: <22239640.5438151346584906844.JavaMail.root@wmail3.libero.it> References: <22239640.5438151346584906844.JavaMail.root@wmail3.libero.it> Date: Mon, 3 Sep 2012 20:04:24 +0200 Message-ID: From: Thomas Zander To: Barbara Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: error building mplayer 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: Mon, 03 Sep 2012 18:04:24 -0000 On Sun, Sep 2, 2012 at 1:21 PM, Barbara wrote: > I also noticed that there are also four options passed to configure which > seems obsoleted (lines 57-60 from pastebin) You are correct about --win32codecsdir. That one has moved to --codecsdir, I'll change that. The other three are coming from the ports infrastructure and mplayer just does not use them. > I'm also wondering if gcc is still required when builded WITH_OTCHAIN but > clang is used as on kern.osreldate: 901500 What exactly do you mean? If WITH_BASE_CLANG is defined, all the extra gcc tricks are ignored as they are in the else branch. Best Riggs