diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-12-27 15:02:38 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-12-27 15:02:38 +0000 |
commit | d9029c513982bd669b22c88b2f04cd4cfd5c201f (patch) | |
tree | 7f5fb76f05a3aae44742dda07753ffe091a58bfd /databases/percona55-server/files/patch-extra_yassl_Makefile.in | |
parent | - Update to 0.062 (diff) |
Update MySQL to 5.5.8 GA release. Read UPDATING.
Major changes:
- new installation layout, resembling RPM packages:
- client = Client Utilities + Development Libraries + Shared components
- server = MySQL Server + Embedded
- new build system: cmake instead of autotools
- fewer port knobs
Expect various breakages, but if we are lucky this could become the new default
mysql port.
Diffstat (limited to 'databases/percona55-server/files/patch-extra_yassl_Makefile.in')
-rw-r--r-- | databases/percona55-server/files/patch-extra_yassl_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/percona55-server/files/patch-extra_yassl_Makefile.in b/databases/percona55-server/files/patch-extra_yassl_Makefile.in deleted file mode 100644 index bbf9076373ed..000000000000 --- a/databases/percona55-server/files/patch-extra_yassl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/Makefile.in.orig 2008-10-11 23:58:20.000000000 +0200 -+++ extra/yassl/Makefile.in 2008-10-31 08:14:13.000000000 +0100 -@@ -355,7 +355,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --SUBDIRS = taocrypt src testsuite -+SUBDIRS = taocrypt src - EXTRA_DIST = CMakeLists.txt - all: all-recursive - |