From owner-svn-ports-head@freebsd.org Mon Aug 13 13:12:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDD6710724C4; Mon, 13 Aug 2018 13:12:13 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7978B7885B; Mon, 13 Aug 2018 13:12:13 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: by mail-io0-f181.google.com with SMTP id z20-v6so14786071iol.0; Mon, 13 Aug 2018 06:12:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=ZbP8+aR/UJoLq5kha8sFMw8yR1mfilQ9o93kC8qL7JI=; b=bQCGimMpPGotjUcwJisBqaHIzdWR+EwLmKG45XWAoWcLahHLxnikIVb7ZcUMy4A3fF kfyTZilILKvilF9vva/vW3y+NkUo155EBQneoODlSPsDsSCMPZxuiCLkANEmrdmhdyOE WsprBYDpzPDY5O3cMUjLX4SZ6QxuegFXj9Utoq27ZpugorCwWsDWtXmbpeaRYw6HRcvp mIO3FLIzW0lBWx7MxlKV6qWUYIe0T3biAVl30XoDsuQSi2ZGcBjrfWp8LY5xvWMwZdvN vcaRBrigPkyWWdhqVZ1O6AEJa4dVqI5qDKT9LLFZYbuF+V1EphWJi6RetJWdTqS5JpI4 sMRQ== X-Gm-Message-State: AOUpUlECNjvcjLdA6xH7osb05AGB+HWfISAT6LDTdm1QnlmhrbE6NIR8 G3HyXf/FhpggzZDhJ7R2bz+qxZ1d5q0= X-Google-Smtp-Source: AA+uWPw02HSoOKYLt30OFZ2k7Thqw9P3HBTLeVujiKNN1RjthtYdRrGEv8LTIhODXrM1LAejpeCMyQ== X-Received: by 2002:a6b:e410:: with SMTP id u16-v6mr13759815iog.131.1534164362471; Mon, 13 Aug 2018 05:46:02 -0700 (PDT) Received: from mail-it0-f41.google.com (mail-it0-f41.google.com. [209.85.214.41]) by smtp.gmail.com with ESMTPSA id s12-v6sm4134771iop.40.2018.08.13.05.46.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Aug 2018 05:46:02 -0700 (PDT) Received: by mail-it0-f41.google.com with SMTP id 72-v6so12922779itw.3; Mon, 13 Aug 2018 05:46:02 -0700 (PDT) X-Received: by 2002:a24:3c53:: with SMTP id m80-v6mr10494261ita.86.1534164362051; Mon, 13 Aug 2018 05:46:02 -0700 (PDT) MIME-Version: 1.0 Reply-To: mmokhi@freebsd.org Received: by 2002:ac0:e408:0:0:0:0:0 with HTTP; Mon, 13 Aug 2018 05:46:01 -0700 (PDT) In-Reply-To: References: <201808121910.w7CJAhiQ051528@repo.freebsd.org> <20180812223108.GA20123@lonesome.com> <20180813101157.GA88376@FreeBSD.org> From: Mahdi Mokhtari Date: Mon, 13 Aug 2018 17:16:01 +0430 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r477036 - in head/databases/mysql80-server: . files To: Jan Beich Cc: Alexey Dokuchaev , Mark Linimon , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 13 Aug 2018 13:12:14 -0000 Thanks everyone for hints. I improved the fix at ` r477063 ` by the point that jbeich@ wrote for c++14 (thanks Jan __/||\__). -- Best regards, MMokhi.