From owner-svn-ports-all@FreeBSD.ORG Sat Mar 16 10:21:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F2223890; Sat, 16 Mar 2013 10:21:08 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id 8420198A; Sat, 16 Mar 2013 10:21:08 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id c13so5269700ieb.23 for ; Sat, 16 Mar 2013 03:21:08 -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=G42VOeJ9vzeSoIGtj3LI1ywrF1srNcejmlF1/e0CQ0U=; b=afjWzXA3oVDN1bbetynmCtC8QceHm22feYueEEFOQMi7W9Oo5GYcnhRyVJQCWCcCpV J+0QlEL8tROKYixftR8O4JvQEqWzrO0FGyhZdCjuMLs+XmXQOn5OfJ5WNXGEIxk/4y0+ quUgbi5FW+VPtH+SMG16t56ws7HTUMXFvHxEdFBVTHsvYrFAp5tvOAErz8Kj/gB28fSV HqozqwF+MIlKdNIeGNkJBGZJT9ZevU/UjCgDh8IxX2mFOqmNRPRpZxuB9T/FXKi81uyZ KJoP1kjnKsa2juxGRage9O0HCR0lz8KyZdF8CP6s9U+CZYdUbkpNfe/akpivhAx9Ous8 WeYw== MIME-Version: 1.0 X-Received: by 10.50.13.175 with SMTP id i15mr3300211igc.75.1363429268290; Sat, 16 Mar 2013 03:21:08 -0700 (PDT) Received: by 10.64.63.12 with HTTP; Sat, 16 Mar 2013 03:21:08 -0700 (PDT) Received: by 10.64.63.12 with HTTP; Sat, 16 Mar 2013 03:21:08 -0700 (PDT) In-Reply-To: <201303121640.r2CGeERY049169@svn.freebsd.org> References: <201303121640.r2CGeERY049169@svn.freebsd.org> Date: Sat, 16 Mar 2013 10:21:08 +0000 Message-ID: Subject: Re: svn commit: r313983 - head/audio/mpg123/files From: Chris Rees To: Roman Bogorodskiy 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, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 10:21:09 -0000 On 12 Mar 2013 16:40, "Roman Bogorodskiy" wrote: > > Author: novel > Date: Tue Mar 12 16:40:13 2013 > 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. Chris