aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql40-server/Makefile
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2002-06-20 22:47:47 +0800
committerdirk <dirk@FreeBSD.org>2002-06-20 22:47:47 +0800
commit5ae5f160eda56b4dde33ebd1da1879f6c49b62f6 (patch)
treea6dd64e6d5bc077570cf5accacabe1ced8b71e86 /databases/mysql40-server/Makefile
parentab244b62ca6e56b23eb0161dc308cd45b3ad57ca (diff)
downloadfreebsd-ports-gnome-5ae5f160eda56b4dde33ebd1da1879f6c49b62f6.tar.gz
freebsd-ports-gnome-5ae5f160eda56b4dde33ebd1da1879f6c49b62f6.tar.zst
freebsd-ports-gnome-5ae5f160eda56b4dde33ebd1da1879f6c49b62f6.zip
Upgrade to 3.23.51.
Diffstat (limited to 'databases/mysql40-server/Makefile')
-rw-r--r--databases/mysql40-server/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile
index fe8dbda2459b..bbd4807d7c90 100644
--- a/databases/mysql40-server/Makefile
+++ b/databases/mysql40-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}."