diff options
Diffstat (limited to 'main/mysql')
-rw-r--r-- | main/mysql/APKBUILD | 11 | ||||
-rw-r--r-- | main/mysql/makefile.patch | 20 |
2 files changed, 4 insertions, 27 deletions
diff --git a/main/mysql/APKBUILD b/main/mysql/APKBUILD index 5bcc10d625..61f5c9e4d8 100644 --- a/main/mysql/APKBUILD +++ b/main/mysql/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mysql -pkgver=5.1.50 -pkgrel=1 +pkgver=5.1.51 +pkgrel=0 pkgdesc="A fast SQL database server" url="http://www.mysql.com/" pkgusers="mysql" @@ -13,7 +13,6 @@ makedepends="libtool readline-dev openssl-dev ncurses-dev zlib-dev" source="http://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-5.1/mysql-$pkgver.tar.gz $pkgname.initd $pkgname.mycnf - makefile.patch " subpackages="$pkgname-doc $pkgname-dev $pkgname-test libmysqlclient $pkgname-client" @@ -23,7 +22,6 @@ prepare() { cd $_builddir sed -i -e 's/-lnsl //g' configure.in sed -i -e 's/-lnsl //g' configure - patch -p1 -i "$srcdir"/makefile.patch || return 1 } build() { @@ -90,7 +88,6 @@ client() { done } -md5sums="23bac4a0aafd683b077dac146ce2701f mysql-5.1.50.tar.gz +md5sums="c12bf24493688c51c6cff5e8c6563830 mysql-5.1.51.tar.gz 25d08b02bff6aa379dc45859b7a3f28a mysql.initd -15a7e3ddd6a40bf5a1eb3a8c69d9c34c mysql.mycnf -596e23f9ade6e4a9668fa6e577576c57 makefile.patch" +15a7e3ddd6a40bf5a1eb3a8c69d9c34c mysql.mycnf" diff --git a/main/mysql/makefile.patch b/main/mysql/makefile.patch deleted file mode 100644 index 89e2461c9d..0000000000 --- a/main/mysql/makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/include/Makefile.in -+++ b/include/Makefile.in -@@ -406,7 +406,7 @@ - my_getopt.h sslopt-longopts.h my_dir.h \ - sslopt-vars.h sslopt-case.h sql_common.h keycache.h \ - m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \ -- $(HEADERS_GEN_MAKE) -+ $(HEADERS_GEN_MAKE) my_compiler.h - - noinst_HEADERS = config-win.h config-netware.h my_bit.h \ - heap.h my_bitmap.h my_uctype.h \ -@@ -416,7 +416,7 @@ - my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \ - thr_lock.h t_ctype.h violite.h my_md5.h base64.h \ - my_handler.h my_time.h my_vle.h my_user.h \ -- my_libwrap.h my_stacktrace.h my_compiler.h -+ my_libwrap.h my_stacktrace.h - - EXTRA_DIST = mysql.h.pp mysql/plugin.h.pp - |