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:   dholland
Date:           Sat Sep  9 17:03:03 UTC 2017

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

Log Message:
REPLACE_PERL me harder.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/databases/mariadb55-client/Makefile:1.7
--- pkgsrc/databases/mariadb55-client/Makefile:1.6      Tue Sep 13 19:15:13 2016
+++ pkgsrc/databases/mariadb55-client/Makefile  Sat Sep  9 17:03:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/09/13 19:15:13 maya Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/09 17:03:02 dholland Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-client-/}
 COMMENT=       MarisDB 5.5, a free SQL database (client)
@@ -26,6 +26,13 @@ REPLACE_PERL+=       scripts/mysqldumpslow.sh
 REPLACE_PERL+= scripts/mysqlhotcopy.sh
 REPLACE_PERL+= 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_CLASSES+=                fixwrap
 SUBST_STAGE.fixwrap=   post-build
 SUBST_FILES.fixwrap=   scripts/mysqlbug



Home | Main Index | Thread Index | Old Index