From owner-svn-ports-head@FreeBSD.ORG Sat Mar 16 12:19:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C8AAB7E2; Sat, 16 Mar 2013 12:19:49 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x233.google.com (mail-ia0-x233.google.com [IPv6:2607:f8b0:4001:c02::233]) by mx1.freebsd.org (Postfix) with ESMTP id 755A8D01; Sat, 16 Mar 2013 12:19:49 +0000 (UTC) Received: by mail-ia0-f179.google.com with SMTP id x24so3948269iak.38 for ; Sat, 16 Mar 2013 05:19:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ldRLRITZhNq+9DqgZYE0iNKPy1x2DO7A4BfgWlsas7A=; b=S28M9gDfHyd+hd+wsoR7isOgsyxFxRLh8riUvDDtU2CCrQHXcQ5zveJOVzmbxuiAkY OZuY3e3ZabSB+KVc9XmU11cbfdlFLvWlPdjKurSAfRhUcZXQn5A9O1bMBw6P4b5/aWl1 NUn5A9g3glNmLTp93BT7ykv9exM6cir3VxsVvQBd2re+ednw8V63iC0PuDe4aUmsvni6 ksmKq3xgheXN3OsO0wmyI/VKeXW6JdsUrWAGDF9xwoPH0KgzKzkSPgvzMjumAUq5ui3X LHh9d5ouZ36vBsJcvWJ/wxi+wzgdrcWFsOxsi0pTZIZK6D0JqCUQD3ZJDYZgiFW7ImCO YZfA== MIME-Version: 1.0 X-Received: by 10.50.152.132 with SMTP id uy4mr3313815igb.62.1363436389093; Sat, 16 Mar 2013 05:19:49 -0700 (PDT) Received: by 10.64.63.12 with HTTP; Sat, 16 Mar 2013 05:19:48 -0700 (PDT) Received: by 10.64.63.12 with HTTP; Sat, 16 Mar 2013 05:19:48 -0700 (PDT) In-Reply-To: <20130316110308.GB79002@FreeBSD.org> References: <201303121640.r2CGeERY049169@svn.freebsd.org> <20130316110308.GB79002@FreeBSD.org> Date: Sat, 16 Mar 2013 12:19:48 +0000 Message-ID: Subject: Re: svn commit: r313983 - head/audio/mpg123/files From: Chris Rees To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Roman Bogorodskiy , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 16 Mar 2013 12:19:49 -0000 On 16 Mar 2013 11:03, "Alexey Dokuchaev" wrote: > > On Sat, Mar 16, 2013 at 10:21:08AM +0000, Chris Rees wrote: > > On 12 Mar 2013 16:40, "Roman Bogorodskiy" wrote: > > > New Revision: 313983 > > > URL: http://svnweb.freebsd.org/changeset/ports/313983 > > > > > > Log: > > > Fix build on i386. > > > > Actually this fix is for 8.x- the compatibility with broken test == syntax > > was introduced in 9. > > It does not matter, == is wrong and always be. :) Of course, I was just clarifying the commit message- it's not arch dependent. No big deal, anyway :) Chris