pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mariadb55-client



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 13:56:14 UTC 2020

Modified Files:
        pkgsrc/databases/mariadb55-client: Makefile

Log Message:
databases/mariadb55-client: clean up REPLACE_PERL

Some of the mentioned files didn't exist anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/mariadb55-client/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/mariadb55-client/Makefile
diff -u pkgsrc/databases/mariadb55-client/Makefile:1.12 pkgsrc/databases/mariadb55-client/Makefile:1.13
--- pkgsrc/databases/mariadb55-client/Makefile:1.12     Thu Apr 16 09:03:47 2020
+++ pkgsrc/databases/mariadb55-client/Makefile  Sun May 10 13:56:14 2020
@@ -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 @@ UNWRAP_FILES+=              scripts/mysql_config
 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