From owner-svn-ports-head@freebsd.org Tue Sep 1 18:33:58 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 534489C87C1; Tue, 1 Sep 2015 18:33:58 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E88E81B6C; Tue, 1 Sep 2015 18:33:57 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by wicfx3 with SMTP id fx3so21892172wic.0; Tue, 01 Sep 2015 11:33:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=RwwvA0f97owGw/Cws3wMlfG6i2YAxidNKq5naUnQicY=; b=0rHOUaqAgIbFcvoU6VIJjh26cMbd8teYu3UNIcjjwHUNDw8+M4ClJ/VnZDLenrcDoS /8hdjxmItYGiBp+5/Vh9LkDLYDoKy87ytZNilaGm02KuDwQEeMVEoIKsz6SVYcSKHOwW sGFljgmPkkY7SK4eyZLaZBh011cbxAkEHnDUoA11NGBFM8/NCeSBvwIMXC/1xwMh+3wz D6bSMwsjAxwLr2RBjL4DE4wMregA6LXN3aQdgE90+CLW2Vj1Zdca/QLlfPLFQ+1rExGw LVcJ/yxvTlCux+K2Q+mWYI8s/c7sCKFnrMBRNICiave76zPiRTSzcqSgJoA32sO+A0ej D8Vw== MIME-Version: 1.0 X-Received: by 10.194.134.167 with SMTP id pl7mr21707031wjb.126.1441132436425; Tue, 01 Sep 2015 11:33:56 -0700 (PDT) Sender: thomas.e.zander@googlemail.com Received: by 10.28.134.65 with HTTP; Tue, 1 Sep 2015 11:33:56 -0700 (PDT) In-Reply-To: References: <201508312126.t7VLQfrf002923@repo.freebsd.org> Date: Tue, 1 Sep 2015 20:33:56 +0200 X-Google-Sender-Auth: OTLGAyI7k3q4I8cX8PetL9Azeag Message-ID: Subject: Re: svn commit: r395729 - in head/multimedia: mencoder mplayer mplayer/files From: Thomas Zander To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2015 18:33:58 -0000 On 1 September 2015 at 05:17, Jan Beich wrote: >> -.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ppc" > [...] > FreeBSD doesn't support ppc but powerpc and powerpc64. See KNOWN_ARCHES > in /usr/src/Makefile.inc1. ARCH uses uname -p aka MACHINE_ARCH. > > A quick grep(1) reveals benchmarks/filebench and multimedia/mplayer > are in minority, the rest use powerpc or powerpc64. Hmm, that seems right ... this was introduced ages ago, maybe a decade. I never had the chance to test this on a powerpc, and nobody complained :-) Thanks for catching this, I'll update asap. Best Riggs