From owner-svn-ports-all@freebsd.org Mon May 14 13:52:35 2018 Return-Path: Delivered-To: svn-ports-all@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 986DEDBBDB2; Mon, 14 May 2018 13:52:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46C0A7E762; Mon, 14 May 2018 13:52:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28FBA1CFF9; Mon, 14 May 2018 13:52:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EDqZMK038580; Mon, 14 May 2018 13:52:35 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4EDqZIY038579; Mon, 14 May 2018 13:52:35 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201805141352.w4EDqZIY038579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 14 May 2018 13:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469888 - head/databases/mysql55-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/databases/mysql55-server/files X-SVN-Commit-Revision: 469888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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, 14 May 2018 13:52:35 -0000 Author: ale Date: Mon May 14 13:52:34 2018 New Revision: 469888 URL: https://svnweb.freebsd.org/changeset/ports/469888 Log: Try to fix build with clang6. Added: head/databases/mysql55-server/files/patch-sql_sql_partition.cc (contents, props changed) Added: head/databases/mysql55-server/files/patch-sql_sql_partition.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mysql55-server/files/patch-sql_sql_partition.cc Mon May 14 13:52:34 2018 (r469888) @@ -0,0 +1,11 @@ +--- sql/sql_partition.cc.orig 2018-05-14 15:35:48.089983000 +0200 ++++ sql/sql_partition.cc 2018-05-14 15:36:03.185749000 +0200 +@@ -283,7 +283,7 @@ + } + } + part_info->set_up_defaults_for_partitioning(table->file, +- (ulonglong)0, (uint)0); ++ NULL, 0U); + DBUG_RETURN(FALSE); + } +