From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E66E61389E2 for ; Wed, 3 Dec 2014 18:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A59E5E089D; Wed, 3 Dec 2014 18:22:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F8C0E089D for ; Wed, 3 Dec 2014 18:22:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B1513405F6 for ; Wed, 3 Dec 2014 18:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ECF4B7AF for ; Wed, 3 Dec 2014 18:22:19 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1417630933.7d7d290a70003c4e366c04b4c9268fb678317a92.grknight@gentoo> Subject: [gentoo-commits] proj/mysql-extras:master commit in: / X-VCS-Repository: proj/mysql-extras X-VCS-Files: 00000_index.txt 20007_all_cmake-debug-werror-5.6.22.patch X-VCS-Directories: / X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 7d7d290a70003c4e366c04b4c9268fb678317a92 X-VCS-Branch: master Date: Wed, 3 Dec 2014 18:22:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce10b0fd-1922-42f4-8545-0d3469a7f114 X-Archives-Hash: 1239c4ae354b54cbc2c828cdb6249df0 commit: 7d7d290a70003c4e366c04b4c9268fb678317a92 Author: Brian Evans gentoo org> AuthorDate: Wed Dec 3 18:22:13 2014 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Dec 3 18:22:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=7d7d290a Respin Werror patch for dev-db/mysql-5.6.22 --- 00000_index.txt | 8 +++++++- 20007_all_cmake-debug-werror-5.6.22.patch | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/00000_index.txt b/00000_index.txt index d66dffa..ccf19c0 100644 --- a/00000_index.txt +++ b/00000_index.txt @@ -1714,7 +1714,13 @@ @@ Remove -Werror from USE="debug" builds @patch 20007_all_cmake-debug-werror-5.6.16.patch -@ver 5.06.16.00 to 5.06.99.99 +@ver 5.06.16.00 to 5.06.21.99 +@pn mysql +@pn percona-server +@@ Remove -Werror from USE="debug" builds + +@patch 20007_all_cmake-debug-werror-5.6.22.patch +@ver 5.06.22.00 to 5.06.99.99 @pn mysql @pn percona-server @@ Remove -Werror from USE="debug" builds diff --git a/20007_all_cmake-debug-werror-5.6.22.patch b/20007_all_cmake-debug-werror-5.6.22.patch new file mode 100644 index 0000000..80613ea --- /dev/null +++ b/20007_all_cmake-debug-werror-5.6.22.patch @@ -0,0 +1,17 @@ +diff -aurN a/cmake/maintainer.cmake b/cmake/maintainer.cmake +--- a/cmake/maintainer.cmake 2014-11-21 00:39:51.000000000 -0500 ++++ b/cmake/maintainer.cmake 2014-12-03 13:19:50.893380789 -0500 +@@ -34,13 +34,6 @@ + "${MY_CXX_WARNING_FLAGS} -Wno-null-conversion -Wno-unused-private-field") + ENDIF() + +-# Turn on Werror (warning => error) when using maintainer mode. +-IF(MYSQL_MAINTAINER_MODE) +- SET(MY_C_WARNING_FLAGS "${MY_C_WARNING_FLAGS} -Werror") +- SET(MY_CXX_WARNING_FLAGS "${MY_CXX_WARNING_FLAGS} -Werror") +- SET(COMPILE_FLAG_WERROR 1) +-ENDIF() +- + # Set warning flags for GCC/Clang + IF(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang") + SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${MY_C_WARNING_FLAGS}")