head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.80 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.78 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.76 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.74 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.72 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.70 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.68 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.66 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.64 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.62 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.58 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.38 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.60 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.56 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.54 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.52 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.50 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.48 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.46 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.44 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.42 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.40 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.36 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.34 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.32 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.30 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.28 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.26 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.24 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.22 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.20 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.18 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.16 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.14 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.12 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.10 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.8 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.6 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.4 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2023.01.19.10.55.10; author wiz; state dead; branches; next 1.1; commitid h3uont65QFhfO8aE; 1.1 date 2013.03.03.04.54.26; author joerg; state Exp; branches; next ; desc @@ 1.2 log @mysql-workbench: remove, BROKEN since 2020 @ text @$NetBSD: patch-backend_wbprivate_workbench_wb__module.cpp,v 1.1 2013/03/03 04:54:26 joerg Exp $ --- backend/wbprivate/workbench/wb_module.cpp.orig 2013-03-02 18:27:50.000000000 +0000 +++ backend/wbprivate/workbench/wb_module.cpp @@@@ -85,7 +85,7 @@@@ void WorkbenchImpl::set_context(WBContex #define def_plugin(group, aName, type, aCaption, descr)\ {\ app_PluginRef plugin(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -98,7 +98,7 @@@@ void WorkbenchImpl::set_context(WBContex #define def_object_plugin(group, klass, aName, aCaption, descr)\ {\ app_PluginRef plugin(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -116,7 +116,7 @@@@ void WorkbenchImpl::set_context(WBContex #define def_view_plugin(group, aName, aCaption, descr)\ {\ app_PluginRef plugin(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -134,7 +134,7 @@@@ void WorkbenchImpl::set_context(WBContex #define def_model_plugin(group, aName, aCaption, descr)\ {\ app_PluginRef plugin(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -152,7 +152,7 @@@@ void WorkbenchImpl::set_context(WBContex #define def_form_model_plugin(group, aName, aCaption, descr)\ {\ app_PluginRef plugin(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -170,7 +170,7 @@@@ void WorkbenchImpl::set_context(WBContex #define def_form_plugin(group, aName, aCaption, descr)\ {\ app_PluginRef plugin(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -185,7 +185,7 @@@@ void WorkbenchImpl::set_context(WBContex {\ app_PluginRef plugin(get_grt());\ app_PluginInputDefinitionRef pdef(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -201,7 +201,7 @@@@ void WorkbenchImpl::set_context(WBContex #define def_model_arg_plugin(group, aName, type, aCaption, descr)\ {\ app_PluginRef plugin(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -224,7 +224,7 @@@@ void WorkbenchImpl::set_context(WBContex {\ app_PluginRef plugin(get_grt());\ app_PluginFileInputRef pdef(get_grt());\ - plugin->name("wb."group"."aName);\ + plugin->name("wb." group "." aName);\ plugin->caption(aCaption);\ plugin->description(descr);\ plugin->moduleName("Workbench");\ @@@@ -1127,7 +1127,7 @@@@ int WorkbenchImpl::debugShowInfo() #define NATIVE_RENDERER "Native" #endif - grt->send_output(strfmt("MySQL Workbench "EDITION_NAME" for "PLATFORM_NAME" version %i.%i.%i\n", APP_MAJOR_NUMBER, APP_MINOR_NUMBER, APP_RELEASE_NUMBER)); + grt->send_output(strfmt("MySQL Workbench " EDITION_NAME " for " PLATFORM_NAME " version %i.%i.%i\n", APP_MAJOR_NUMBER, APP_MINOR_NUMBER, APP_RELEASE_NUMBER)); grt->send_output(strfmt("Configuration Directory: %s\n", _wb->get_grt_manager()->get_user_datadir().c_str())); grt->send_output(strfmt("Data Directory: %s\n", _wb->get_grt_manager()->get_basedir().c_str())); @@@@ -1153,9 +1153,9 @@@@ int WorkbenchImpl::debugShowInfo() else { if (_wb->is_opengl_available()) - render_mode= ("but "NATIVE_RENDERER" was requested. Using "NATIVE_RENDERER" for rendering."); + render_mode= ("but " NATIVE_RENDERER " was requested. Using " NATIVE_RENDERER " for rendering."); else - render_mode= ("so "NATIVE_RENDERER" is used for rendering."); + render_mode= ("so " NATIVE_RENDERER " is used for rendering."); } grt->send_output(strfmt("Rendering Mode: %s, %s\n", ogl_state, render_mode)); @ 1.1 log @mysql-workbench requires C++11 to build with Clang and in turn, should be free of user-defined string literal syntax. @ text @d1 1 a1 1 $NetBSD$ @