Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench/files: mysql-workbench-6.2.5-wbcopytables.patch
Date: Sat, 07 Mar 2015 08:00:37
Message-Id: 20150307080033.A18F21338B@oystercatcher.gentoo.org
1 graaff 15/03/07 08:00:33
2
3 Added: mysql-workbench-6.2.5-wbcopytables.patch
4 Log:
5 Version bump. Fixes bug 531114.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.1 dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch?rev=1.1&content-type=text/plain
14
15 Index: mysql-workbench-6.2.5-wbcopytables.patch
16 ===================================================================
17 --- plugins/migration/CMakeLists.txt.~1~ 2015-02-25 09:08:47.000000000 +0100
18 +++ plugins/migration/CMakeLists.txt 2015-03-07 07:28:56.745378152 +0100
19 @@ -10,7 +10,8 @@
20 if (UNIX)
21 configure_file(wbcopytables.in wbcopytables)
22 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/wbcopytables DESTINATION ${WB_INSTALL_BIN_DIR})
23 -
24 +
25 + SET(CMAKE_INSTALL_RPATH "${WB_INSTALL_LIB_DIR}")
26 add_executable(wbcopytables-bin
27 copytable/copytable.cpp
28 copytable/python_copy_data_source.cpp