pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mysql57-client
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 22 20:23:52 UTC 2020
Modified Files:
pkgsrc/databases/mysql57-client: Makefile.common
Log Message:
databases/mysql57-client: allow SUBST class to be a no-op
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/mysql57-client/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/mysql57-client/Makefile.common
diff -u pkgsrc/databases/mysql57-client/Makefile.common:1.23 pkgsrc/databases/mysql57-client/Makefile.common:1.24
--- pkgsrc/databases/mysql57-client/Makefile.common:1.23 Tue Mar 17 18:33:08 2020
+++ pkgsrc/databases/mysql57-client/Makefile.common Sun Mar 22 20:23:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2020/03/17 18:33:08 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2020/03/22 20:23:52 rillig Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -115,6 +115,7 @@ SUBST_SED.scr= -e "s,chown,${CHOWN},g"
SUBST_SED.scr+= -e "s,/bin/sh,${RCD_SCRIPTS_SHELL},g"
SUBST_SED.scr+= -e "s,@SHELL_PATH@,${RCD_SCRIPTS_SHELL},g"
SUBST_MESSAGE.scr= Fixing scripts.
+SUBST_NOOP_OK.scr= yes # since RCD_SCRIPTS_SHELL may be /bin/sh
# Don't use the base system "libedit" under NetBSD because MySQL expects
# an incompatible prototype for "rl_completion_entry_function".
Home |
Main Index |
Thread Index |
Old Index