aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql54-server/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-03-12 15:06:50 +0800
committerdirk <dirk@FreeBSD.org>2001-03-12 15:06:50 +0800
commit374597945cd336568e13aa5defab0c03fe69236f (patch)
tree2a9757cb507a7fb111bc635f294479aca803cfb4 /databases/mysql54-server/Makefile
parent161ebdbdc363f4750d44b87c949c7fd412a547e4 (diff)
downloadfreebsd-ports-graphics-374597945cd336568e13aa5defab0c03fe69236f.tar.gz
freebsd-ports-graphics-374597945cd336568e13aa5defab0c03fe69236f.tar.zst
freebsd-ports-graphics-374597945cd336568e13aa5defab0c03fe69236f.zip
Upgrade to 3.23.34a.
Diffstat (limited to 'databases/mysql54-server/Makefile')
-rw-r--r--databases/mysql54-server/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile
index 8146b07371c..b72953b4b11 100644
--- a/databases/mysql54-server/Makefile
+++ b/databases/mysql54-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
-PORTVERSION= 3.23.33
+PORTVERSION= 3.23.34a
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/%SUBDIR%/ \
http://www.mysql.net/Downloads/%SUBDIR%/ \
@@ -32,10 +32,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--with-libwrap \
--with-low-memory
.if ${MACHINE_ARCH} == "i386"
-CONFIGURE_ARGS+=--enable-assembler
-.endif
-.if ${MACHINE_ARCH} == "alpha"
-CONFIGURE_ARGS+=--without-berkeley-db
+CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db
.endif
.if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
CONFIGURE_ARGS+=--with-charset=${WITH_CHARSET}
@@ -67,17 +64,10 @@ pre-fetch:
# MySQL-Server part
.if !defined(CLIENT_ONLY)
-MASTER_SITE_SUBDIR+= db
-DISTFILES+= db-${BDBVERSION}${EXTRACT_SUFX}
-
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
-BDBVERSION= 3.2.3h
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}
-pre-configure:
- cd ${WRKSRC} && ${LN} -s ../db-${BDBVERSION}
-
post-patch:
${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S
${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S