pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql5-client Fix path to Perl interpreter i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b03088d16d93
branches:  trunk
changeset: 547511:b03088d16d93
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Sep 18 12:49:40 2008 +0000

description:
Fix path to Perl interpreter in the installed scripts. Bump package
revision because of this fix.

diffstat:

 databases/mysql5-client/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 80a8707b5a11 -r b03088d16d93 databases/mysql5-client/Makefile
--- a/databases/mysql5-client/Makefile  Thu Sep 18 12:44:54 2008 +0000
+++ b/databases/mysql5-client/Makefile  Thu Sep 18 12:49:40 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2008/06/30 12:01:47 martti Exp $
+# $NetBSD: Makefile,v 1.19 2008/09/18 12:49:40 tron Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-client-/}
+PKGREVISION=           1
 SVR4_PKGNAME=          mysqc
 COMMENT=               MySQL 5, a free SQL database (client)
 
@@ -18,6 +19,12 @@
 
 AUTO_MKDIRS=   yes
 
+REPLACE_PERL=  scripts/mysql_convert_table_format.sh \
+               scripts/mysql_explain_log.sh \
+               scripts/mysql_tableinfo.sh \
+               scripts/mysqldumpslow.sh \
+               scripts/mysqlhotcopy.sh
+
 post-install:
        cd ${WRKSRC}; for f in mysql.info mysql.info-[0-9]*; do         \
                ${TEST} ! -f "$$f" ||                                   \



Home | Main Index | Thread Index | Old Index