summaryrefslogtreecommitdiffstats
path: root/main/mysql
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-29 09:47:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-29 09:50:59 +0000
commitaa836540d3872c4cf4d9c19703776ccaaf41a012 (patch)
treeb7b42aa9dc2845da9519493508c42ed52f73bc87 /main/mysql
parentc177292cd7a0936e2354e321dd41a5fcf5923747 (diff)
downloadaports-aa836540d3872c4cf4d9c19703776ccaaf41a012.tar.bz2
aports-aa836540d3872c4cf4d9c19703776ccaaf41a012.tar.xz
main/mysql: upgrade to 5.1.51
Diffstat (limited to 'main/mysql')
-rw-r--r--main/mysql/APKBUILD11
-rw-r--r--main/mysql/makefile.patch20
2 files changed, 4 insertions, 27 deletions
diff --git a/main/mysql/APKBUILD b/main/mysql/APKBUILD
index 5bcc10d62..61f5c9e4d 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 89e2461c9..000000000
--- 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
-