pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql57-server mysql57-server: remove refere...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/161c619f9aac
branches:  trunk
changeset: 375761:161c619f9aac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 20 12:57:32 2018 +0000

description:
mysql57-server: remove reference to non-existing file

diffstat:

 databases/mysql57-server/Makefile |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (34 lines):

diff -r fad3dda972e9 -r 161c619f9aac databases/mysql57-server/Makefile
--- a/databases/mysql57-server/Makefile Tue Feb 20 12:44:18 2018 +0000
+++ b/databases/mysql57-server/Makefile Tue Feb 20 12:57:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/01/16 16:29:42 adam Exp $
+# $NetBSD: Makefile,v 1.14 2018/02/20 12:57:32 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-server-/}
 COMMENT=       MySQL 5, a free SQL database (server)
@@ -65,8 +65,7 @@
 REPLACE_SH+=           mysql-test/t/lowercase_mixed_tmpdir-master.sh
 REPLACE_SH+=           mysql-test/t/lowercase_mixed_tmpdir_innodb-master.sh
 
-CHECK_INTERPRETER_SKIP+=share/mysql/test/std_data/dtrace.d \
-                       share/mysql/test/suite/opt_trace/validate_json.py
+CHECK_INTERPRETER_SKIP+=share/mysql/test/std_data/dtrace.d
 
 SUBST_CLASSES+=                perlpath
 SUBST_STAGE.perlpath=  pre-configure
@@ -76,14 +75,6 @@
 SUBST_FILES.perlpath+= scripts/mysqldumpslow.sh
 SUBST_SED.perlpath=    -e 's,@PERL_PATH@,${PERL5},g'
 
-# Replace interpreter without pulling in Python dependecy
-# Update when PYTHON_VERSION_DEFAULT changes!
-SUBST_CLASSES+=                python
-SUBST_MESSAGE.python=  Fixing Python path.
-SUBST_STAGE.python=    pre-configure
-SUBST_FILES.python+=   mysql-test/suite/opt_trace/validate_json.py
-SUBST_SED.python+=     -e 's,/usr/bin/python,${PREFIX}/bin/python2.7,'
-
 INSTALLATION_DIRS+=    bin
 
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index