diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-10-19 09:17:57 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-10-19 09:17:57 +0000 |
commit | 5c5dc27ac7bb5c5e106502705a998674b9627e11 (patch) | |
tree | 14a9b1122528c707d15fea8218b8c564c5c5eebe /databases/mysql50-client | |
parent | Rename sndinfo to snd-info, to avoid conflict with audio/csound (diff) |
Upgrade to MySQL-3.23.24 after repository copy from mysql322-client
and mysql322-server.
- mit-pthread support was dropped.
- libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the
one coming with MySQL-3.22.x) so ports depending on MySQL having
a chance of using 3.23.x if installed.
mysql322-(client|server) and mysql323-(client|server) can't be
installed at the same time, of course.
Notes
Notes:
svn path=/head/; revision=33988
Diffstat (limited to 'databases/mysql50-client')
-rw-r--r-- | databases/mysql50-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile index 9c027b1a8869..5d9cff333a25 100644 --- a/databases/mysql50-client/Makefile +++ b/databases/mysql50-client/Makefile @@ -1,5 +1,5 @@ # ports collection makefile for: MySQL-client -# Date created: Thu Jun 24 00:12:22 CEST 1999 +# Date created: Sun Sep 24 21:21:20 CEST 2000 # Whom: Dirk Froemberg <dirk@FreeBSD.org> # # $FreeBSD$ @@ -7,7 +7,7 @@ PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -MASTERDIR= ${.CURDIR}/../mysql322-server +MASTERDIR= ${.CURDIR}/../mysql323-server COMMENT= ${PKGDIR}/pkg-comment.client PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client |