pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql4-server Enable RAID tables to allow >4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de95daa02548
branches:  trunk
changeset: 470583:de95daa02548
user:      tv <tv%pkgsrc.org@localhost>
date:      Wed Mar 10 14:57:35 2004 +0000

description:
Enable RAID tables to allow >4GB (>2GB) table data on non-big-file
filesystems.  Bump PKGREVISION.

diffstat:

 databases/mysql4-server/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e69eec20d1c0 -r de95daa02548 databases/mysql4-server/Makefile
--- a/databases/mysql4-server/Makefile  Wed Mar 10 14:54:05 2004 +0000
+++ b/databases/mysql4-server/Makefile  Wed Mar 10 14:57:35 2004 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2004/03/07 19:42:55 martti Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/10 14:57:35 tv Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-server-/}
+PKGREVISION=           1
 SVR4_PKGNAME=          mysqs
 COMMENT=               MySQL, a free SQL database (server)
 
 .include "../mysql4-client/Makefile.common"
 
 CONFIGURE_ARGS+=       --with-libwrap
+CONFIGURE_ARGS+=       --with-raid
 CONFIGURE_ARGS+=       --without-berkeley-db
 CONFIGURE_ARGS+=       --without-mysqlfs
 USE_BUILDLINK2=                YES



Home | Main Index | Thread Index | Old Index