aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql55-client
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2014-03-31 20:28:49 +0800
committerale <ale@FreeBSD.org>2014-03-31 20:28:49 +0800
commit5c6c4df0c70967dde3d55b3d54a564a2c3e8545e (patch)
tree001fbaf8194273a230d4dc1ed72b57b62f284adc /databases/mysql55-client
parent15715ef60b969dcaa0d97ef381df462fc14bf414 (diff)
downloadfreebsd-ports-gnome-5c6c4df0c70967dde3d55b3d54a564a2c3e8545e.tar.gz
freebsd-ports-gnome-5c6c4df0c70967dde3d55b3d54a564a2c3e8545e.tar.zst
freebsd-ports-gnome-5c6c4df0c70967dde3d55b3d54a564a2c3e8545e.zip
Update to 5.5.37 release.
Diffstat (limited to 'databases/mysql55-client')
-rw-r--r--databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp11
-rw-r--r--databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp11
2 files changed, 0 insertions, 22 deletions
diff --git a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp b/databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp
deleted file mode 100644
index ef8bb0670f75..000000000000
--- a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_include_misc.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- extra/yassl/taocrypt/include/misc.hpp.orig
-+++ extra/yassl/taocrypt/include/misc.hpp
-@@ -124,7 +124,7 @@
-
-
- // no gas on these systems ?, disable for now
--#if defined(__sun__) || defined (__APPLE__)
-+#if defined(__sun__) || defined (__APPLE__) || defined(__clang__)
- #define TAOCRYPT_DISABLE_X86ASM
- #endif
-
diff --git a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp b/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp
deleted file mode 100644
index e94bf77c990d..000000000000
--- a/databases/mysql55-client/files/patch-extra_yassl_taocrypt_src_integer.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- extra/yassl/taocrypt/src/integer.cpp.orig 2012-04-02 09:37:09.000000000 +0200
-+++ extra/yassl/taocrypt/src/integer.cpp 2012-04-02 09:37:41.000000000 +0200
-@@ -73,7 +73,7 @@
- CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate(
- size_type n, const void *)
- {
-- if (n > max_size())
-+ if (n > AlignedAllocator<T>::max_size())
- return 0;
- if (n == 0)
- return 0;