From owner-svn-ports-all@FreeBSD.ORG Mon Dec 24 10:22:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36FD8B88; Mon, 24 Dec 2012 10:22:50 +0000 (UTC) (envelope-from takatsu.tomonari@gmail.com) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) by mx1.freebsd.org (Postfix) with ESMTP id EEEEE8FC0A; Mon, 24 Dec 2012 10:22:48 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id r15so8376730lag.36 for ; Mon, 24 Dec 2012 02:22:42 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GzkjOXBBXXZH9d4CnP6ZEc4y0r8cxjPrs9t5+M0qwy4=; b=BdqVjeRIVEweNVvFzthCZGb2kGz3DrS0Mb7ZikGHa7+WJicrRKdHbgEVcaFH9+QbVP gC0jRvJAbDmWjbHeHcPaeqZ4v+XtiUMetg2JBj5eZ9HMF8ldZx5nxbrGKHcTtbM9vQuX M55ZvK/QnvTJX6yVoOzxxwZXDvyBBxH7cQ7+IXkn84szTv7NG8nXCgi+Ujr1thI9wY/f FS9Mhjzg+BZP8yVgwxvCDjJSFYeztjORA9F51qV65wbjA6dJj/E/XySADR7LNtZbx2W0 P5endyWajtmNuOIQXGlRKyrpGXtDcCyuzs84mkjeqrGHWzasK3+PsEF97dVnaAekJ90B Vo3Q== MIME-Version: 1.0 Received: by 10.152.144.71 with SMTP id sk7mr19745332lab.29.1356344562288; Mon, 24 Dec 2012 02:22:42 -0800 (PST) Sender: takatsu.tomonari@gmail.com Received: by 10.114.64.138 with HTTP; Mon, 24 Dec 2012 02:22:42 -0800 (PST) In-Reply-To: References: <201212222135.qBMLZaUw059843@svn.freebsd.org> Date: Mon, 24 Dec 2012 19:22:42 +0900 X-Google-Sender-Auth: tqREvJ5CH74aR3ihkX-NGeDl87g Message-ID: Subject: Re: svn commit: r309406 - head/Mk From: TAKATSU Tomonari To: Gerald Pfeifer Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , 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: Mon, 24 Dec 2012 10:22:50 -0000 2012/12/24 Gerald Pfeifer : > On Sun, 23 Dec 2012, TAKATSU Tomonari wrote: >> Following errors occur in ports defined USE_FORTRAN=yes which includes >> bsd.gcc.mk >> >> "/usr/ports/Mk/bsd.gcc.mk", line 64: Malformed conditional (${USE_GCC} == yes) >> "/usr/ports/Mk/bsd.port.mk", line 6598: if-less endif >> make: fatal errors encountered -- cannot continue >> >> Please confirm some of them and my patch. > > Thanks for the report and patch, Tomonari-san. No idea how this > broken version of this patch ended up being the one I committed, > that was a bad mistake. Hi Gerald-san, No problem. I found the errors with following message from freshports.org after committing revision 309407. http://www.freshports.org/sanity_test_failures.php?message_id=201212222139.qBMLdZEq060401@svn.freebsd.org > (I was going to commit your patch, and noticed that Bapt already > had fixed this. Thanks Bapt, too!) > > Gerald Thanks, -- TAKATSU Tomonari