Update to 5.0.13 rc release:

- Add knob to enable Archive Storage Engine [1]

Submitted by:	Justin Bastedo <justin.bastedo@gmail.com> via grog [1]
This commit is contained in:
Alex Dupre 2005-09-29 19:58:03 +00:00
parent 0daf44cec5
commit eb71ce34a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143802
18 changed files with 60 additions and 30 deletions

View File

@ -6,18 +6,18 @@
#
PORTNAME?= mysql
PORTVERSION= 5.0.12
PORTVERSION= 5.0.13
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-5.0
PKGNAMESUFFIX?= -server
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= ale@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-rc
SLAVEDIRS= databases/mysql50-client
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@ -59,6 +59,9 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static
.if defined(WITHOUT_INNODB)
CONFIGURE_ARGS+=--without-innodb
.endif
.if defined(WITH_ARCHIVE)
CONFIGURE_ARGS+=--with-archive-storage-engine
.endif
.if defined(WITH_NDB)
CONFIGURE_ARGS+=--with-ndbcluster
.endif
@ -142,6 +145,7 @@ pre-fetch:
@${ECHO} " BUILD_STATIC=yes Build a static version of mysqld."
@${ECHO} " (use it if you need even more speed)."
@${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler."
@${ECHO} " WITH_ARCHIVE=yes Enable support for Archive Storage Engine."
@${ECHO} " WITH_NDB=yes Enable support for NDB Cluster."
@${ECHO} ""

View File

@ -1,2 +1,2 @@
MD5 (mysql-5.0.12-beta.tar.gz) = 52ce66773505a9128accc64b44d1ecf2
SIZE (mysql-5.0.12-beta.tar.gz) = 18798040
MD5 (mysql-5.0.13-rc.tar.gz) = d9500d81b4253142a2a3c68b53942aab
SIZE (mysql-5.0.13-rc.tar.gz) = 19209618

View File

@ -1,5 +1,6 @@
@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true
bin/comp_err
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
bin/myisamchk

View File

@ -6,18 +6,18 @@
#
PORTNAME?= mysql
PORTVERSION= 5.0.12
PORTVERSION= 5.0.13
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-5.0
PKGNAMESUFFIX?= -server
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= ale@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-rc
SLAVEDIRS= databases/mysql50-client
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@ -59,6 +59,9 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static
.if defined(WITHOUT_INNODB)
CONFIGURE_ARGS+=--without-innodb
.endif
.if defined(WITH_ARCHIVE)
CONFIGURE_ARGS+=--with-archive-storage-engine
.endif
.if defined(WITH_NDB)
CONFIGURE_ARGS+=--with-ndbcluster
.endif
@ -142,6 +145,7 @@ pre-fetch:
@${ECHO} " BUILD_STATIC=yes Build a static version of mysqld."
@${ECHO} " (use it if you need even more speed)."
@${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler."
@${ECHO} " WITH_ARCHIVE=yes Enable support for Archive Storage Engine."
@${ECHO} " WITH_NDB=yes Enable support for NDB Cluster."
@${ECHO} ""

View File

@ -1,2 +1,2 @@
MD5 (mysql-5.0.12-beta.tar.gz) = 52ce66773505a9128accc64b44d1ecf2
SIZE (mysql-5.0.12-beta.tar.gz) = 18798040
MD5 (mysql-5.0.13-rc.tar.gz) = d9500d81b4253142a2a3c68b53942aab
SIZE (mysql-5.0.13-rc.tar.gz) = 19209618

View File

@ -1,5 +1,6 @@
@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true
bin/comp_err
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
bin/myisamchk

View File

@ -6,18 +6,18 @@
#
PORTNAME?= mysql
PORTVERSION= 5.0.12
PORTVERSION= 5.0.13
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-5.0
PKGNAMESUFFIX?= -server
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= ale@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-rc
SLAVEDIRS= databases/mysql50-client
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@ -59,6 +59,9 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static
.if defined(WITHOUT_INNODB)
CONFIGURE_ARGS+=--without-innodb
.endif
.if defined(WITH_ARCHIVE)
CONFIGURE_ARGS+=--with-archive-storage-engine
.endif
.if defined(WITH_NDB)
CONFIGURE_ARGS+=--with-ndbcluster
.endif
@ -142,6 +145,7 @@ pre-fetch:
@${ECHO} " BUILD_STATIC=yes Build a static version of mysqld."
@${ECHO} " (use it if you need even more speed)."
@${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler."
@${ECHO} " WITH_ARCHIVE=yes Enable support for Archive Storage Engine."
@${ECHO} " WITH_NDB=yes Enable support for NDB Cluster."
@${ECHO} ""

View File

@ -1,2 +1,2 @@
MD5 (mysql-5.0.12-beta.tar.gz) = 52ce66773505a9128accc64b44d1ecf2
SIZE (mysql-5.0.12-beta.tar.gz) = 18798040
MD5 (mysql-5.0.13-rc.tar.gz) = d9500d81b4253142a2a3c68b53942aab
SIZE (mysql-5.0.13-rc.tar.gz) = 19209618

View File

@ -1,5 +1,6 @@
@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true
bin/comp_err
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
bin/myisamchk

View File

@ -6,18 +6,18 @@
#
PORTNAME?= mysql
PORTVERSION= 5.0.12
PORTVERSION= 5.0.13
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-5.0
PKGNAMESUFFIX?= -server
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= ale@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-rc
SLAVEDIRS= databases/mysql50-client
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@ -59,6 +59,9 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static
.if defined(WITHOUT_INNODB)
CONFIGURE_ARGS+=--without-innodb
.endif
.if defined(WITH_ARCHIVE)
CONFIGURE_ARGS+=--with-archive-storage-engine
.endif
.if defined(WITH_NDB)
CONFIGURE_ARGS+=--with-ndbcluster
.endif
@ -142,6 +145,7 @@ pre-fetch:
@${ECHO} " BUILD_STATIC=yes Build a static version of mysqld."
@${ECHO} " (use it if you need even more speed)."
@${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler."
@${ECHO} " WITH_ARCHIVE=yes Enable support for Archive Storage Engine."
@${ECHO} " WITH_NDB=yes Enable support for NDB Cluster."
@${ECHO} ""

View File

@ -1,2 +1,2 @@
MD5 (mysql-5.0.12-beta.tar.gz) = 52ce66773505a9128accc64b44d1ecf2
SIZE (mysql-5.0.12-beta.tar.gz) = 18798040
MD5 (mysql-5.0.13-rc.tar.gz) = d9500d81b4253142a2a3c68b53942aab
SIZE (mysql-5.0.13-rc.tar.gz) = 19209618

View File

@ -1,5 +1,6 @@
@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true
bin/comp_err
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
bin/myisamchk

View File

@ -6,18 +6,18 @@
#
PORTNAME?= mysql
PORTVERSION= 5.0.12
PORTVERSION= 5.0.13
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-5.0
PKGNAMESUFFIX?= -server
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= ale@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-rc
SLAVEDIRS= databases/mysql50-client
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@ -59,6 +59,9 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static
.if defined(WITHOUT_INNODB)
CONFIGURE_ARGS+=--without-innodb
.endif
.if defined(WITH_ARCHIVE)
CONFIGURE_ARGS+=--with-archive-storage-engine
.endif
.if defined(WITH_NDB)
CONFIGURE_ARGS+=--with-ndbcluster
.endif
@ -142,6 +145,7 @@ pre-fetch:
@${ECHO} " BUILD_STATIC=yes Build a static version of mysqld."
@${ECHO} " (use it if you need even more speed)."
@${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler."
@${ECHO} " WITH_ARCHIVE=yes Enable support for Archive Storage Engine."
@${ECHO} " WITH_NDB=yes Enable support for NDB Cluster."
@${ECHO} ""

View File

@ -1,2 +1,2 @@
MD5 (mysql-5.0.12-beta.tar.gz) = 52ce66773505a9128accc64b44d1ecf2
SIZE (mysql-5.0.12-beta.tar.gz) = 18798040
MD5 (mysql-5.0.13-rc.tar.gz) = d9500d81b4253142a2a3c68b53942aab
SIZE (mysql-5.0.13-rc.tar.gz) = 19209618

View File

@ -1,5 +1,6 @@
@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true
bin/comp_err
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
bin/myisamchk

View File

@ -6,18 +6,18 @@
#
PORTNAME?= mysql
PORTVERSION= 5.0.12
PORTVERSION= 5.0.13
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR= MySQL-5.0
PKGNAMESUFFIX?= -server
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc
MAINTAINER= ale@FreeBSD.org
COMMENT?= Multithreaded SQL database (server)
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-rc
SLAVEDIRS= databases/mysql50-client
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@ -59,6 +59,9 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static
.if defined(WITHOUT_INNODB)
CONFIGURE_ARGS+=--without-innodb
.endif
.if defined(WITH_ARCHIVE)
CONFIGURE_ARGS+=--with-archive-storage-engine
.endif
.if defined(WITH_NDB)
CONFIGURE_ARGS+=--with-ndbcluster
.endif
@ -142,6 +145,7 @@ pre-fetch:
@${ECHO} " BUILD_STATIC=yes Build a static version of mysqld."
@${ECHO} " (use it if you need even more speed)."
@${ECHO} " WITHOUT_INNODB=yes Disable support for InnoDB table handler."
@${ECHO} " WITH_ARCHIVE=yes Enable support for Archive Storage Engine."
@${ECHO} " WITH_NDB=yes Enable support for NDB Cluster."
@${ECHO} ""

View File

@ -1,2 +1,2 @@
MD5 (mysql-5.0.12-beta.tar.gz) = 52ce66773505a9128accc64b44d1ecf2
SIZE (mysql-5.0.12-beta.tar.gz) = 18798040
MD5 (mysql-5.0.13-rc.tar.gz) = d9500d81b4253142a2a3c68b53942aab
SIZE (mysql-5.0.13-rc.tar.gz) = 19209618

View File

@ -1,5 +1,6 @@
@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true
bin/comp_err
bin/innochecksum
bin/my_print_defaults
bin/myisam_ftdump
bin/myisamchk