From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 30 09:29:21 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D556106566B; Fri, 30 Dec 2011 09:29:21 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4D38FC0A; Fri, 30 Dec 2011 09:29:20 +0000 (UTC) Received: from saeed.torservers.net ([173.254.192.37]:21976 helo=internal.tormail.net) by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RgYm6-0035NO-F6; Fri, 30 Dec 2011 04:29:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.net; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:Date:References:In-Reply-To:Subject:Cc:To:From; bh=mPL8g3cHthScWCmygClieoXtFaNN0LrPNOz1DfgsF1Q=; b=umF5o+fTlvQmJaF08KABgfi1dqgfyLNXx53pr9icDmyvbJ0YomcfZ8F6vT5N9fxKcsBxYQgfbUCjcLNsdrxlmvCoVFc8bDAGfHJ0iMmSPwRtTcoOp0CLanmF3muWvqPuHSUfur7JKdZuOwRZkeN7tQKokvj6ZBZ3MvqIrpwEJBE=; Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RgYky-000K9a-37; Fri, 30 Dec 2011 09:28:10 +0000 From: Jan Beich To: Zhihao Yuan In-Reply-To: (Zhihao Yuan's message of "Thu, 29 Dec 2011 22:36:04 -0600") References: <1RgRmj-000BMS-6c@internal.tormail.net> Date: Fri, 30 Dec 2011 16:27:47 +0700 MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1RgYky-000K9a-37@internal.tormail.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.hudsonvalleyhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.net X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD - Ports , multimedia@freebsd.org Subject: Re: CFT: mplayer and mencoder updates 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: Fri, 30 Dec 2011 09:29:21 -0000 Zhihao Yuan writes: >> Zhihao Yuan writes: >> >>> On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander >>> wrote: >>>> Hi, >>>> >>>> thank you all for your comments on the first iteration of the ports. >>>> A heavily revised version can be found on >>>> http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2 >>>> >>>> Changes: >> [...] >>>> - use newer gcc and binutils thus enabling significant speed-ups (and >>>> also, since most mplayer and ffmpeg development is done on newer gcc >>>> and binutils than we have in the base system, it's slowly getting >>>> tedious to ensure compatibility with older toolchain) >> >> So, with the new toolchain --disable-ssse3 is dropped but why >> BROKEN_RELOCATIONS is still there? >> >>> >>> GJ. Tested with clang, no problem either. >> >> Even though the port now explicitly uses gcc, ignoring CC from make.conf >> or Makefile.local ? And on clang with -integrated-as being default gnu as >> is not used, e.g. try to remove /usr/bin/as, it'd still build fine. > > It's not ignoring CC. It sets USE_GCC=, which can be overwrite by make CC=clang. Have you actually tried ? It's a known blind spot for clang -exp runs. $ echo CC=clang >Makefile.local $ make -V CC gcc46