aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql54-server/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-06-20 14:47:47 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-06-20 14:47:47 +0000
commit93ff340325be95bd66987c1f57698b31d36e1d00 (patch)
tree5a5ddc61405d10e0996053c79836a3b86d41ae46 /databases/mysql54-server/Makefile
parent234335d00c63dd030dae51c5f578a5872098f261 (diff)
downloadports-93ff340325be95bd66987c1f57698b31d36e1d00.tar.gz
ports-93ff340325be95bd66987c1f57698b31d36e1d00.zip
Notes
Diffstat (limited to 'databases/mysql54-server/Makefile')
-rw-r--r--databases/mysql54-server/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile
index fe8dbda2459b..bbd4807d7c90 100644
--- a/databases/mysql54-server/Makefile
+++ b/databases/mysql54-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
-PORTVERSION= 3.23.49
+PORTVERSION= 3.23.51
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
@@ -32,7 +32,8 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--with-mit-threads=no \
--with-libwrap \
--with-low-memory \
- --with-comment='FreeBSD port: ${PKGNAME}'
+ --with-comment='FreeBSD port: ${PKGNAME}' \
+ --program-prefix=''
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db --with-innodb
@@ -104,10 +105,6 @@ pre-fetch:
@${ECHO} " is not recommended for production servers."
@${ECHO} ""
-post-patch:
- ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S
- ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S
-
.if exists(${DB_DIR}) && !defined(PACKAGE_BUILDING) && !defined(OVERWRITE_DB) && !defined(SKIP_INSTALL_DB)
pre-install:
@${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}."