pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysql56-server databases/mysql56-server: rem...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bccaf31c1b3
branches: trunk
changeset: 401514:4bccaf31c1b3
user: taca <taca%pkgsrc.org@localhost>
date: Wed Sep 18 15:43:18 2019 +0000
description:
databases/mysql56-server: remove SUBST for none existing file
Remove SUBST and CHECK_INTERPRETER_SKIP for none existing file.
diffstat:
databases/mysql56-server/Makefile | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (25 lines):
diff -r 6fd0ddb23b01 -r 4bccaf31c1b3 databases/mysql56-server/Makefile
--- a/databases/mysql56-server/Makefile Wed Sep 18 15:41:16 2019 +0000
+++ b/databases/mysql56-server/Makefile Wed Sep 18 15:43:18 2019 +0000
@@ -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_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