summaryrefslogtreecommitdiff
path: root/databases/mysql80-server/files/patch-cmake_plugin.cmake
diff options
context:
space:
mode:
authorMahdi Mokhtari <mmokhi@FreeBSD.org>2017-10-06 15:44:18 +0000
committerMahdi Mokhtari <mmokhi@FreeBSD.org>2017-10-06 15:44:18 +0000
commit40a0e277695175226cc7dad46d30c86feaa1e155 (patch)
tree19877c5525e08b0fc9407041979e2d7035b87062 /databases/mysql80-server/files/patch-cmake_plugin.cmake
parentsysutils/zrepl: install newsyslog snippet as @sample (diff)
databases/mysql80-{server, client}: Update port to the latest release 8.0.2
Changes happened into format of --version which caused r450384 Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D12579
Diffstat (limited to 'databases/mysql80-server/files/patch-cmake_plugin.cmake')
-rw-r--r--databases/mysql80-server/files/patch-cmake_plugin.cmake22
1 files changed, 11 insertions, 11 deletions
diff --git a/databases/mysql80-server/files/patch-cmake_plugin.cmake b/databases/mysql80-server/files/patch-cmake_plugin.cmake
index 65d4bc2b4d31..7feda81543ba 100644
--- a/databases/mysql80-server/files/patch-cmake_plugin.cmake
+++ b/databases/mysql80-server/files/patch-cmake_plugin.cmake
@@ -1,12 +1,12 @@
---- cmake/plugin.cmake.orig 2016-03-28 18:06:12 UTC
+--- cmake/plugin.cmake.orig 2017-06-27 11:44:29 UTC
+++ cmake/plugin.cmake
-@@ -237,9 +237,6 @@ MACRO(MYSQL_ADD_PLUGIN)
- MYSQL_INSTALL_TARGETS(${target}
- DESTINATION ${INSTALL_PLUGINDIR}
- COMPONENT ${INSTALL_COMPONENT})
-- INSTALL_DEBUG_TARGET(${target}
-- DESTINATION ${INSTALL_PLUGINDIR}/debug
-- COMPONENT ${INSTALL_COMPONENT})
- # Add installed files to list for RPMs
- FILE(APPEND ${CMAKE_BINARY_DIR}/support-files/plugins.files
- "%attr(755, root, root) %{_prefix}/${INSTALL_PLUGINDIR}/${ARG_MODULE_OUTPUT_NAME}.so\n"
+@@ -207,9 +207,6 @@ MACRO(MYSQL_ADD_PLUGIN)
+ MYSQL_INSTALL_TARGETS(${target}
+ DESTINATION ${INSTALL_PLUGINDIR}
+ COMPONENT ${INSTALL_COMPONENT})
+- INSTALL_DEBUG_TARGET(${target}
+- DESTINATION ${INSTALL_PLUGINDIR}/debug
+- COMPONENT ${INSTALL_COMPONENT})
+ # For internal testing in PB2, append collections files
+ IF(DEFINED ENV{PB2WORKDIR})
+ PLUGIN_APPEND_COLLECTIONS(${plugin})