aboutsummaryrefslogtreecommitdiff
path: root/databases/percona55-server/files
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-01-10 23:18:20 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-01-10 23:18:20 +0000
commit6eab3e1635652d91fd05d24c224054ebc5a13c61 (patch)
treea1d52bbcf4ce497df33b0ad8e9b070c0923b4e0f /databases/percona55-server/files
parente676e2910f592704af67424758ebd4cfdff9ebcd (diff)
downloadports-6eab3e1635652d91fd05d24c224054ebc5a13c61.tar.gz
ports-6eab3e1635652d91fd05d24c224054ebc5a13c61.zip
Update to 5.5.28.29.3
Notes
Notes: svn path=/head/; revision=310208
Diffstat (limited to 'databases/percona55-server/files')
-rw-r--r--databases/percona55-server/files/patch-client_CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/percona55-server/files/patch-client_CMakeLists.txt b/databases/percona55-server/files/patch-client_CMakeLists.txt
index 2c5864188b98..4e9d2eb3da30 100644
--- a/databases/percona55-server/files/patch-client_CMakeLists.txt
+++ b/databases/percona55-server/files/patch-client_CMakeLists.txt
@@ -1,5 +1,5 @@
---- client/CMakeLists.txt.orig 2011-09-09 17:56:40.000000000 +0200
-+++ client/CMakeLists.txt 2011-10-07 11:06:21.000000000 +0200
+--- client/CMakeLists.txt.orig 2013-01-07 07:29:49.000000000 +0100
++++ client/CMakeLists.txt 2013-01-10 23:56:53.794287046 +0100
@@ -27,17 +27,20 @@
ADD_DEFINITIONS(${READLINE_DEFINES})
@@ -40,7 +40,7 @@
TARGET_LINK_LIBRARIES(mysql_plugin mysqlclient)
+IF(FALSE)
- MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc)
+ MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc sql_string.cc)
TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient)
@@ -66,13 +73,14 @@