diff options
author | ale <ale@FreeBSD.org> | 2004-09-22 05:09:31 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-09-22 05:09:31 +0800 |
commit | 2838bc4361dfc9f54f4a005ed4ff03bdc4b5dac4 (patch) | |
tree | 849be30769bbd5806e4e43598d8817701216fb49 /databases/mysql40-server/Makefile | |
parent | 7a90fe53561a4137574d257a6594583ad6e3a73d (diff) | |
download | freebsd-ports-gnome-2838bc4361dfc9f54f4a005ed4ff03bdc4b5dac4.tar.gz freebsd-ports-gnome-2838bc4361dfc9f54f4a005ed4ff03bdc4b5dac4.tar.zst freebsd-ports-gnome-2838bc4361dfc9f54f4a005ed4ff03bdc4b5dac4.zip |
Update to 4.0.21 release:
- Fix mysqlhotcopy insecure temporary file creation
- Fix bug in remote connections caused by libwrap [1]
PR: ports/70889 [1]
Submitted by: Andreas Haakh <andreas.haakh@ib-haakh.de> [1]
Patch by: peadar [1]
Approved by: portmgr (marcus)
Diffstat (limited to 'databases/mysql40-server/Makefile')
-rw-r--r-- | databases/mysql40-server/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index c3297b0970f8..3c497bc108d8 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= mysql -PORTVERSION= 4.0.20 +PORTVERSION= 4.0.21 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ftp://planetmirror.com/pub/mysql/Downloads/MySQL-4.0/ \ @@ -28,8 +28,7 @@ COMMENT?= Multithreaded SQL database (server) SLAVEDIRS= databases/mysql40-client PKGINSTALL?= ${WRKDIR}/pkg-install DB_DIR?= /var/db/mysql -USE_GNOME= lthack -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -65,7 +64,7 @@ CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == "i386" +.if ${ARCH} == "i386" CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db .endif .if defined(WITH_LINUXTHREADS) |