summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files/patch-include_my_libwrap.h
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-12-27 15:02:38 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-12-27 15:02:38 +0000
commitd9029c513982bd669b22c88b2f04cd4cfd5c201f (patch)
tree7f5fb76f05a3aae44742dda07753ffe091a58bfd /databases/mysql55-server/files/patch-include_my_libwrap.h
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.
Notes
Notes: svn path=/head/; revision=266994
Diffstat (limited to 'databases/mysql55-server/files/patch-include_my_libwrap.h')
-rw-r--r--databases/mysql55-server/files/patch-include_my_libwrap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql55-server/files/patch-include_my_libwrap.h b/databases/mysql55-server/files/patch-include_my_libwrap.h
deleted file mode 100644
index a115f40fc8fc..000000000000
--- a/databases/mysql55-server/files/patch-include_my_libwrap.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/my_libwrap.h.orig Tue Nov 7 08:39:53 2006
-+++ include/my_libwrap.h Tue Nov 7 08:40:17 2006
-@@ -15,7 +15,7 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-
- #ifdef HAVE_LIBWRAP
--#include <tcpd.h>
-+#include <my_tcpd.h>
- #include <syslog.h>
- #ifdef NEED_SYS_SYSLOG_H
- #include <sys/syslog.h>