From owner-svn-ports-all@freebsd.org Sat Dec 5 01:34:32 2015 Return-Path: Delivered-To: svn-ports-all@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 8F95BA3F3D0; Sat, 5 Dec 2015 01:34:32 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (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 56E431FE2; Sat, 5 Dec 2015 01:34:32 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by iouu10 with SMTP id u10so136639364iou.0; Fri, 04 Dec 2015 17:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=58y553KA9N6w/G4As5zhXCbxJe+xSIKH54gxTrBPSSs=; b=l9VUiZd4LglD1ZiCbZ0BhDP/ONJvpGi15mGphzGlLjZQDmmNrwQxWfC7mUd0uHT1kh sdxN6AWx0yiZWcp+DDVzveqDrVASfzrgsipqKWsTbNL1QVCvrX9MNiuheKEzXsLolOHg imYjfO5zdAf7ngWbLCjk7nQHeNYbi/oZ8yEaN1nK9BgMu6SeDAdpmp1uHsalw/aKKTAZ agDNSkgS+xvhU6ArF/68v9KYvVyUd6kMJ9QtjrUcPoRhSU6gNVL+HhqPWPzPWnLXncgU zndkoQGZZWsHJfj408Pk9bioeyrPVhEB+8fd3HfpD6VpSISDCGPQxyHDzvYcc3JAhj0Q vDDg== MIME-Version: 1.0 X-Received: by 10.107.8.69 with SMTP id 66mr19357705ioi.34.1449279271649; Fri, 04 Dec 2015 17:34:31 -0800 (PST) Sender: kubito@gmail.com Received: by 10.36.21.138 with HTTP; Fri, 4 Dec 2015 17:34:31 -0800 (PST) Received: by 10.36.21.138 with HTTP; Fri, 4 Dec 2015 17:34:31 -0800 (PST) In-Reply-To: References: <201512050108.tB518MmX047434@repo.freebsd.org> Date: Sat, 5 Dec 2015 02:34:31 +0100 X-Google-Sender-Auth: WhACs1YkdECLileJ7G_Bxse9fQ0 Message-ID: Subject: Re: svn commit: r403016 - head/benchmarks/fio From: Raphael Kubo da Costa To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 05 Dec 2015 01:34:32 -0000 On 5 Dec 2015 2:08 am, "Raphael Kubo da Costa" wrote: > > Author: rakuco > Date: Sat Dec 5 01:08:22 2015 > New Revision: 403016 > URL: https://svnweb.freebsd.org/changeset/ports/403016 > > Log: > Depend on flex and bison from ports on 9. This seems to have broken INDEX, and I am about to go to bed. My 9.3-i386 Poudriere build worked fine, so I don't really know what's wrong. If anyone knows how to fix it or feels like reverting this change, please go ahead.