diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-23 16:07:01 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-23 16:07:01 +0000 |
commit | 3e8a4ea4a3578ad5ab3436741df5371a809a81d5 (patch) | |
tree | 17b6f873d11f7c18aedaa89c2010d605fb6339ba /databases/mysql4-client/PLIST | |
parent | 0f16d7c631d97c82f08280b410c2a8134ce339c8 (diff) | |
download | pkgsrc-3e8a4ea4a3578ad5ab3436741df5371a809a81d5.tar.gz |
* Install my-{huge,large,innodb-heavy-4G,small,medium}.cnf example files.
* Use PTHREAD_AUTO_VARS=no to disable linking to libpthread all programs
and libraries, which is wrong.
* Set USE_LIBTOOL and GNU_CONFIGURE before including bsd.prefs.mk, so
the test for _OPSYS_MAX_CMDLEN is not skipped.
Bump PKGREVISION to each package respectively
(mysql-client and mysql4-client), closes PR pkg/28162 and PR pkg/28222.
Diffstat (limited to 'databases/mysql4-client/PLIST')
-rw-r--r-- | databases/mysql4-client/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/mysql4-client/PLIST b/databases/mysql4-client/PLIST index 983b4cd95c1..cb6442fbd1f 100644 --- a/databases/mysql4-client/PLIST +++ b/databases/mysql4-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2004/11/08 18:19:41 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.10 2004/11/23 16:07:02 xtraeme Exp $ bin/msql2mysql bin/mysql bin/mysql_config @@ -62,8 +62,14 @@ man/man1/mysqlaccess.1 man/man1/mysqladmin.1 man/man1/mysqldump.1 man/man1/mysqlshow.1 +share/examples/mysql/my-huge.cnf +share/examples/mysql/my-innodb-heavy-4G.cnf +share/examples/mysql/my-large.cnf +share/examples/mysql/my-medium.cnf +share/examples/mysql/my-small.cnf share/mysql/fill_help_tables.sql share/mysql/mysql_fix_privilege_tables.sql @dirrm share/mysql @dirrm lib/mysql +@dirrm share/examples/mysql @dirrm include/mysql |