diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-02-14 10:49:46 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-02-14 10:49:46 +0000 |
commit | 02460675495bd1a07f7ad6b2a3b694d8495cca4e (patch) | |
tree | 3d9c6bd8f3161d97a244e2107bb433b2fcac65c4 /databases/percona55-server/files/patch-Makefile.in | |
parent | 99ed0237bc996aaf77bb3083fef0550098dc5303 (diff) | |
download | ports-02460675495bd1a07f7ad6b2a3b694d8495cca4e.tar.gz ports-02460675495bd1a07f7ad6b2a3b694d8495cca4e.zip |
Update to 5.1.23 release.
Notes
Notes:
svn path=/head/; revision=207193
Diffstat (limited to 'databases/percona55-server/files/patch-Makefile.in')
-rw-r--r-- | databases/percona55-server/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/percona55-server/files/patch-Makefile.in b/databases/percona55-server/files/patch-Makefile.in index dc92a178a9e8..bea65ccf9521 100644 --- a/databases/percona55-server/files/patch-Makefile.in +++ b/databases/percona55-server/files/patch-Makefile.in @@ -1,12 +1,12 @@ ---- Makefile.in.orig Tue May 8 11:43:16 2007 -+++ Makefile.in Thu May 17 09:28:15 2007 -@@ -396,14 +396,7 @@ +--- Makefile.in.orig 2008-01-29 22:44:32.000000000 +0100 ++++ Makefile.in 2008-02-14 08:23:39.000000000 +0100 +@@ -398,14 +398,7 @@ EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ README COPYING EXCEPTIONS-CLIENT CMakeLists.txt -SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ - @readline_topdir@ sql-common scripts \ -- @thread_dirs@ pstack \ +- @pstack_dir@ \ - @sql_union_dirs@ unittest storage plugin \ - @sql_server@ @man_dirs@ tests \ - netware @libmysqld_dirs@ \ @@ -14,5 +14,5 @@ - win +SUBDIRS = - DIST_SUBDIRS = $(SUBDIRS) BUILD debian - DISTCLEANFILES = ac_available_languages_fragment + DIST_SUBDIRS = . include Docs zlib \ + cmd-line-utils sql-common scripts \ |