diff options
author | dirk <dirk@FreeBSD.org> | 2001-01-21 23:40:47 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-01-21 23:40:47 +0800 |
commit | c4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch) | |
tree | c47f175ff5818251bd2f257c473373f1c6f79fd6 /databases/mysql54-server | |
parent | 1366b4324e68eba9e59da8886256988266473577 (diff) | |
download | freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.gz freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.zst freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.zip |
Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
Diffstat (limited to 'databases/mysql54-server')
-rw-r--r-- | databases/mysql54-server/Makefile | 1 | ||||
-rw-r--r-- | databases/mysql54-server/files/patch-configure | 9 | ||||
-rw-r--r-- | databases/mysql54-server/pkg-plist.client | 2 |
3 files changed, 2 insertions, 10 deletions
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index 22de3aeb9226..64d3f4b00898 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -7,6 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 3.23.31 +PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \ diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure index 08a7f3e6bb01..80d804d05274 100644 --- a/databases/mysql54-server/files/patch-configure +++ b/databases/mysql54-server/files/patch-configure @@ -1,14 +1,5 @@ --- configure.orig Sat Dec 16 22:49:12 2000 +++ configure Mon Dec 18 12:21:11 2000 -@@ -1070,7 +1070,7 @@ - PROTOCOL_VERSION=10 - DOT_FRM_VERSION=6 - # See the libtool docs for information on how to do shared lib versions. --SHARED_LIB_VERSION=10:0:0 -+SHARED_LIB_VERSION=6:0:0 - - # Set all version vars based on $VERSION. How do we do this more elegant ? - # Remember that regexps needs to quote [ and ] since this is run through m4 @@ -2950,7 +2950,7 @@ ;; esac diff --git a/databases/mysql54-server/pkg-plist.client b/databases/mysql54-server/pkg-plist.client index b2864e34adcd..0b08a7066a5a 100644 --- a/databases/mysql54-server/pkg-plist.client +++ b/databases/mysql54-server/pkg-plist.client @@ -27,6 +27,6 @@ include/mysql/sslopt-usage.h include/mysql/sslopt-vars.h lib/mysql/libmysqlclient.a lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 +lib/mysql/libmysqlclient.so.10 @dirrm include/mysql @dirrm lib/mysql |