pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mysql56-server
Module Name: pkgsrc
Committed By: taca
Date: Wed Sep 18 15:43:19 UTC 2019
Modified Files:
pkgsrc/databases/mysql56-server: Makefile
Log Message:
databases/mysql56-server: remove SUBST for none existing file
Remove SUBST and CHECK_INTERPRETER_SKIP for none existing file.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/mysql56-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/mysql56-server/Makefile
diff -u pkgsrc/databases/mysql56-server/Makefile:1.39 pkgsrc/databases/mysql56-server/Makefile:1.40
--- pkgsrc/databases/mysql56-server/Makefile:1.39 Sun Aug 11 13:18:20 2019
+++ pkgsrc/databases/mysql56-server/Makefile Wed Sep 18 15:43:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/08/11 13:18:20 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2019/09/18 15:43:18 taca Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
PKGREVISION= 1
@@ -79,15 +79,6 @@ REPLACE_SH+= mysql-test/t/lowercase_mix
REPLACE_SH+= mysql-test/t/lowercase_mixed_tmpdir_innodb-master.sh
CHECK_INTERPRETER_SKIP+= share/mysql/test/std_data/dtrace.d
-CHECK_INTERPRETER_SKIP+= share/mysql/test/suite/opt_trace/validate_json.py
-
-# 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
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index