Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysql56-client databases/mysql56-client: all...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6167967a5315
branches: trunk
changeset: 431396:6167967a5315
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue May 12 19:44:27 2020 +0000
description:
databases/mysql56-client: allow no-op SUBST block
In an unprivileged bulk build on NetBSD 8.0, the WRAPPER_BINDIR was not
found in the file. Maybe there are other systems that need it.
diffstat:
databases/mysql56-client/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 69a312326703 -r 6167967a5315 databases/mysql56-client/Makefile.common
--- a/databases/mysql56-client/Makefile.common Tue May 12 19:32:14 2020 +0000
+++ b/databases/mysql56-client/Makefile.common Tue May 12 19:44:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2020/03/22 20:12:14 rillig Exp $
+# $NetBSD: Makefile.common,v 1.56 2020/05/12 19:44:27 rillig Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
@@ -125,6 +125,7 @@
SUBST_FILES.fixpaths+= ${DESTDIR}${PREFIX}/share/doc/mysql/INFO_BIN
SUBST_SED.fixpaths= -e "s,${WRAPPER_BINDIR}/gcc,${CCPATH},g"
SUBST_SED.fixpaths+= -e "s,${WRAPPER_BINDIR}/g++,${CXXPATH},g"
+SUBST_NOOP_OK.fixpaths= yes # not needed for mysql-client-5.6.47 on NetBSD
# 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