pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql57-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 20 12:57:32 UTC 2018

Modified Files:
        pkgsrc/databases/mysql57-server: Makefile

Log Message:
mysql57-server: remove reference to non-existing file


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/mysql57-server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql57-server/Makefile
diff -u pkgsrc/databases/mysql57-server/Makefile:1.13 pkgsrc/databases/mysql57-server/Makefile:1.14
--- pkgsrc/databases/mysql57-server/Makefile:1.13       Tue Jan 16 16:29:42 2018
+++ pkgsrc/databases/mysql57-server/Makefile    Tue Feb 20 12:57:32 2018
@@ -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-m
 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_mu
 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