Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mariadb55-client databases/mariadb55-client:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/75c4b1753a3c
branches: trunk
changeset: 431221:75c4b1753a3c
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 10 13:56:14 2020 +0000
description:
databases/mariadb55-client: clean up REPLACE_PERL
Some of the mentioned files didn't exist anymore.
diffstat:
databases/mariadb55-client/Makefile | 18 ++++--------------
1 files changed, 4 insertions(+), 14 deletions(-)
diffs (37 lines):
diff -r 9d57aac51593 -r 75c4b1753a3c databases/mariadb55-client/Makefile
--- a/databases/mariadb55-client/Makefile Sun May 10 13:54:19 2020 +0000
+++ b/databases/mariadb55-client/Makefile Sun May 10 13:56:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/04/16 09:03:47 manu Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/10 13:56:14 rillig Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
#PKGREVISION= 1
@@ -17,24 +17,14 @@
INFO_FILES= yes
INSTALL_DIRS+= client include libmysql man scripts tests
-REPLACE_PERL+= scripts/mysql_convert_table_format.sh
-REPLACE_PERL+= scripts/mysql_find_rows.sh
-REPLACE_PERL+= scripts/mysql_fix_extensions.sh
-REPLACE_PERL+= scripts/mysql_fix_privilege_tables.sh
-REPLACE_PERL+= scripts/mysql_setpermission.sh
-REPLACE_PERL+= scripts/mysql_zap.sh
-REPLACE_PERL+= scripts/mysqlaccess.sh
-REPLACE_PERL+= scripts/mysqld_multi.sh
-REPLACE_PERL+= scripts/mysqldumpslow.sh
-REPLACE_PERL+= scripts/mysqlhotcopy.sh
-REPLACE_PERL+= scripts/mytop.sh
+REPLACE_PERL+= scripts/convert-*.sh scripts/mytop.sh
# REPLACE_PERL doesn't replace @PERL_PATH@, which is what's found in these
# files now.
SUBST_CLASSES+= perlpath
SUBST_STAGE.perlpath= pre-configure
-SUBST_FILES.perlpath= ${REPLACE_PERL}
-SUBST_SED.perlpath= -e s,@PERL_PATH@,perl,
+SUBST_FILES.perlpath= scripts/mysql*.sh scripts/*.pl.in
+SUBST_SED.perlpath= -e 1s,@PERL_PATH@,${PERL5},
SUBST_CLASSES+= fixwrap
SUBST_STAGE.fixwrap= post-build
Home |
Main Index |
Thread Index |
Old Index