diff options
author | bad <bad@pkgsrc.org> | 2000-02-15 04:46:23 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2000-02-15 04:46:23 +0000 |
commit | e4c6f643bd82d8e38129d7a181dc5bfb253acaae (patch) | |
tree | 7de8783283cc34415d1f06e95b61296e990902af /databases/mysql-server/Makefile | |
parent | 100414a5b84d3b9ef9e66afb2c1fca361c6905c2 (diff) | |
download | pkgsrc-e4c6f643bd82d8e38129d7a181dc5bfb253acaae.tar.gz |
Update mysql to 3.22.32.
This includes a security fix for the remote password checking protocol.
Other wise it's just the regular bunch of bugfixes. See appendix D of
the manual.
Diffstat (limited to 'databases/mysql-server/Makefile')
-rw-r--r-- | databases/mysql-server/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile index 70c9df5f6c4..044ba32cce0 100644 --- a/databases/mysql-server/Makefile +++ b/databases/mysql-server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 1999/12/13 23:57:22 bad Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/15 04:46:23 bad Exp $ # -DISTNAME= mysql-3.22.27 +DISTNAME= mysql-3.22.32 PKGNAME= ${DISTNAME:S/-/-server-/} CATEGORIES= databases MASTER_SITES= ftp://ftp.mysql.com/pub/mysql/Downloads/MySQL-3.22/ \ @@ -41,6 +41,9 @@ post-extract: ${SED} -e '/^install-exec:/s/install-pkglibLIBRARIES//' $$dir/Makefile.in.orig >$$dir/Makefile.in; \ done +post-configure: + @cd ${WRKSRC} && ${CP} config.h include/my_config.h + post-install: @cd ${WRKSRC}/scripts && \ ${MAKE_PROGRAM} safe_mysqld mysql_install_db && \ |