From 2ccc9f182ace325dd4bcbf7f549e010a77900dfe Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 13 May 2010 21:02:43 +0300 Subject: new file: dev-db/mysql/files/my.cnf new file: dev-db/mysql/files/my.cnf-4.0 new file: dev-db/mysql/files/my.cnf-4.1 new file: dev-db/mysql/files/my.cnf-5.1 new file: dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch new file: dev-db/mysql/files/mysql.init new file: dev-db/mysql/mysql-5.1.46-r1.ebuild modified: dev-libs/glib/glib-2.9999.ebuild --- dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch (limited to 'dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch') diff --git a/dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch b/dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch new file mode 100644 index 0000000..46125c7 --- /dev/null +++ b/dev-db/mysql/files/mysql-5.1-gcc45-apicheck.patch @@ -0,0 +1,28 @@ +--- mysql-5.1.45/Makefile.am.orig 2010-03-31 10:52:25.000000000 -0400 ++++ mysql-5.1.45/Makefile.am 2010-03-31 10:55:05.000000000 -0400 +@@ -312,24 +312,7 @@ + $(MAKE) abi_headers="$^" do_abi_check + + do_abi_check: +- set -ex; \ +- for file in $(abi_headers); do \ +- @CC@ -E -nostdinc -dI \ +- -I$(top_srcdir)/include \ +- -I$(top_srcdir)/include/mysql \ +- -I$(top_srcdir)/sql \ +- -I$(top_builddir)/include \ +- -I$(top_builddir)/include/mysql \ +- -I$(top_builddir)/sql \ +- $$file 2>/dev/null | \ +- @SED@ -e '/^# /d' \ +- -e '/^[ ]*$$/d' \ +- -e '/^#pragma GCC set_debug_pwd/d' \ +- -e '/^#ident/d' > \ +- $(top_builddir)/abi_check.out; \ +- @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \ +- @RM@ $(top_builddir)/abi_check.out; \ +- done ++ echo "Skipping do_abi_check" + + # Don't update the files from bitkeeper + %::SCCS/s.% -- cgit v1.2.3