diff options
author | wiz <wiz@pkgsrc.org> | 2018-02-20 12:57:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-02-20 12:57:32 +0000 |
commit | d812460f3d5165173b235998b3eb4c63eae54fe1 (patch) | |
tree | abc17ef6f32704ed1b86870da46e98cf36cc4ef2 /databases | |
parent | 278bdda47baa22d5847dc17e631280c4914a7676 (diff) | |
download | pkgsrc-d812460f3d5165173b235998b3eb4c63eae54fe1.tar.gz |
mysql57-server: remove reference to non-existing file
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql57-server/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index 5d6ad25b834..9bca9d24711 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -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/long_tmpdir-master.sh 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/mysqld_multi.sh 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" |