Upgrade to 3.23.28.

This commit is contained in:
Dirk Froemberg 2000-12-01 10:31:49 +00:00
parent 7f54672486
commit a525e01845
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35576
36 changed files with 135 additions and 108 deletions

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf

View file

@ -6,13 +6,13 @@
# #
PORTNAME?= ${MASTERPORTNAME} PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.26 PORTVERSION= 3.23.28
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \
http://www.mysql.net/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \
http://mysql.he.net/Downloads/MySQL-3.23/ \ http://mysql.he.net/Downloads/MySQL-3.23/ \
ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/ ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.23/
DISTNAME= mysql-${PORTVERSION}-beta DISTNAME= mysql-${PORTVERSION}-gamma
MAINTAINER= dirk@FreeBSD.org MAINTAINER= dirk@FreeBSD.org
@ -42,7 +42,7 @@ CONFIGURE_ENV+= PERL=${PERL} \
.if !defined(CLIENT_ONLY) .if !defined(CLIENT_ONLY)
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-beta PLIST_SUB= MYSQL_VERSION=${PORTVERSION}-gamma
post-patch: post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S

View file

@ -1 +1 @@
MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 MD5 (mysql-3.23.28-gamma.tar.gz) = c7846c514600711f3f5ae65deb320c63

View file

@ -1,6 +1,6 @@
--- scripts/safe_mysqld.sh.orig Fri Sep 8 09:50:24 2000 --- scripts/safe_mysqld.sh.orig Wed Nov 22 12:58:59 2000
+++ scripts/safe_mysqld.sh Sat Sep 23 21:16:08 2000 +++ scripts/safe_mysqld.sh Fri Dec 1 00:53:26 2000
@@ -36,26 +36,9 @@ @@ -61,26 +61,9 @@
done done
} }
@ -28,13 +28,14 @@
+DATADIR=@localstatedir@ +DATADIR=@localstatedir@
+ledir=@libexecdir@ +ledir=@libexecdir@
pid_file=$DATADIR/`@HOSTNAME@`.pid MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}
MYSQL_UNIX_PORT=@MYSQL_UNIX_ADDR@ MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@}
@@ -154,33 +137,6 @@ @@ -206,34 +189,6 @@
if test ! -f $pid_file # This is removed if normal shutdown if test ! -f $pid_file # This is removed if normal shutdown
then then
break; break
- fi - fi
-
- if @IS_LINUX@ - if @IS_LINUX@
- then - then
- # Test if one process was hanging. - # Test if one process was hanging.
@ -62,5 +63,5 @@
- I=`expr $I + 1` - I=`expr $I + 1`
- done - done
fi fi
echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log echo "`date +'%y%m%d %H:%M:%S mysqld restarted'`" | tee -a $err_log
done

View file

@ -16,6 +16,7 @@ bin/mysql_zap
bin/mysqlaccess bin/mysqlaccess
bin/mysqlbinlog bin/mysqlbinlog
bin/mysqlbug bin/mysqlbug
bin/mysqldumpslow
bin/mysqlhotcopy bin/mysqlhotcopy
bin/pack_isam bin/pack_isam
bin/perror bin/perror
@ -99,6 +100,7 @@ share/mysql/charsets/koi8_ru.conf
share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/koi8_ukr.conf
share/mysql/charsets/latin1.conf share/mysql/charsets/latin1.conf
share/mysql/charsets/latin2.conf share/mysql/charsets/latin2.conf
share/mysql/charsets/latin5.conf
share/mysql/charsets/swe7.conf share/mysql/charsets/swe7.conf
share/mysql/charsets/usa7.conf share/mysql/charsets/usa7.conf
share/mysql/charsets/win1250.conf share/mysql/charsets/win1250.conf