summaryrefslogtreecommitdiff
path: root/databases/mysql322-server/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-01-05 21:03:03 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-01-05 21:03:03 +0000
commitc73aca2ef0ab80026d0c11da182f2ad6567b19f2 (patch)
treea50a859b5d665a67576edb18b13e837a77a3966c /databases/mysql322-server/Makefile
parentUpdate port to 2.4 (diff)
- upgrade to 3.22.29
- add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of memory and cpu time. It seems to be a gcc compiler bug in conjunction with -O.
Notes
Notes: svn path=/head/; revision=24452
Diffstat (limited to 'databases/mysql322-server/Makefile')
-rw-r--r--databases/mysql322-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile
index 6e4c0ebb7b13..afe679e62a16 100644
--- a/databases/mysql322-server/Makefile
+++ b/databases/mysql322-server/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= mysql-3.22.27
+DISTNAME= mysql-3.22.29
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \
@@ -94,8 +94,8 @@ pre-fetch:
@${ECHO}
.endif
-post-patch:
- ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S
+pre-build:
+ ${MV} ${WRKSRC}/strings/strings-x86.s ${WRKSRC}/strings/strings-x86.S
${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S
pre-install: