diff options
| author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-19 19:29:57 +0200 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-30 08:46:41 +0200 |
| commit | 3e85c8c4859384b2e7860512dee265c8d18ec370 (patch) | |
| tree | 7651bef4ad238b7146bfcac02f06ae99e39c6046 /dev-db/mysql-workbench/files/mysql-workbench-6.2.3-ctemplate.patch | |
| parent | 85215a443760d327556e220a6fa9ed04dad55ea9 (diff) | |
| download | gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.tar.gz gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.tar.bz2 gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.zip | |
dev-db/*: remove unused patches.
Squash all commit messages into a single one.
Closes: https://github.com/gentoo/gentoo/pull/1936
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-db/mysql-workbench/files/mysql-workbench-6.2.3-ctemplate.patch')
| -rw-r--r-- | dev-db/mysql-workbench/files/mysql-workbench-6.2.3-ctemplate.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-db/mysql-workbench/files/mysql-workbench-6.2.3-ctemplate.patch b/dev-db/mysql-workbench/files/mysql-workbench-6.2.3-ctemplate.patch deleted file mode 100644 index fbcd5bc05999..000000000000 --- a/dev-db/mysql-workbench/files/mysql-workbench-6.2.3-ctemplate.patch +++ /dev/null @@ -1,35 +0,0 @@ -Fix compilation with ctemplate 2.3 by avoiding long-deprecated method. - -Patch by Marcel Pennewiß in https://bugs.gentoo.org/show_bug.cgi?id=533086 - -Unresolved upstream bug http://bugs.mysql.com/bug.php?id=72585 - ---- mysql-workbench-community-6.0.9-src/backend/wbpublic/sqlide/recordset_text_storage.cpp -+++ mysql-workbench-community-6.0.9-src/backend/wbpublic/sqlide/recordset_text_storage.cpp -@@ -204,7 +204,7 @@ - if (!pre_tpl) - g_warning("Failed to open template file: `%s`", pre_tpl_path.c_str()); - else -- pre_tpl->ReloadIfChanged(); -+ pre_tpl->ReloadAllIfChanged(); - } - if (g_file_test((name+".post.tpl").c_str(), G_FILE_TEST_EXISTS)) - { -@@ -213,7 +213,7 @@ - if (!post_tpl) - g_warning("Failed to open template file: `%s`", post_tpl_path.c_str()); - else -- post_tpl->ReloadIfChanged(); -+ post_tpl->ReloadAllIfChanged(); - } - } - -@@ -222,7 +222,7 @@ - throw std::runtime_error(strfmt("Failed to open output file: `%s`", _file_path.c_str())); - } - -- tpl->ReloadIfChanged(); -+ tpl->ReloadAllIfChanged(); - - std::auto_ptr<TemplateDictionary> dict(new TemplateDictionary("/")); - BOOST_FOREACH (const Parameters::value_type ¶m, _parameters) |
