Tue Jan 15 15:19:37 2013 UTC ()
Drop configure flag that no longer exists.


(joerg)
diff -r1.8 -r1.9 pkgsrc/databases/mysql51-client/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/databases/mysql51-client/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/mysql51-client/Attic/Makefile 2012/10/03 21:54:13 1.8
+++ pkgsrc/databases/mysql51-client/Attic/Makefile 2013/01/15 15:19:37 1.9
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.8 2012/10/03 21:54:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2013/01/15 15:19:37 joerg Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/-client-/} 3PKGNAME= ${DISTNAME:S/-/-client-/}
4PKGREVISION= 1 4PKGREVISION= 1
5SVR4_PKGNAME= mysqc 5SVR4_PKGNAME= mysqc
6COMMENT= MySQL 5, a free SQL database (client) 6COMMENT= MySQL 5, a free SQL database (client)
7 7
8CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*} 8CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*}
9 9
10.include "Makefile.common" 10.include "Makefile.common"
11 11
12CONFIGURE_ARGS+= --without-extra-tools 
13CONFIGURE_ARGS+= --without-server 12CONFIGURE_ARGS+= --without-server
14UNWRAP_FILES+= scripts/mysql_config 13UNWRAP_FILES+= scripts/mysql_config
15INFO_FILES= yes 14INFO_FILES= yes
16 15
17AUTO_MKDIRS= yes 16AUTO_MKDIRS= yes
18 17
19REPLACE_PERL= scripts/mysql_convert_table_format.sh \ 18REPLACE_PERL= scripts/mysql_convert_table_format.sh \
20 scripts/mysql_find_rows.sh \ 19 scripts/mysql_find_rows.sh \
21 scripts/mysql_fix_extensions.sh \ 20 scripts/mysql_fix_extensions.sh \
22 scripts/mysql_fix_privilege_tables.sh \ 21 scripts/mysql_fix_privilege_tables.sh \
23 scripts/mysql_setpermission.sh \ 22 scripts/mysql_setpermission.sh \
24 scripts/mysql_zap.sh \ 23 scripts/mysql_zap.sh \
25 scripts/mysqlaccess.sh \ 24 scripts/mysqlaccess.sh \