pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mysql56-client
Module Name: pkgsrc
Committed By: rillig
Date: Tue May 12 19:44:27 UTC 2020
Modified Files:
pkgsrc/databases/mysql56-client: Makefile.common
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/databases/mysql56-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/mysql56-client/Makefile.common
diff -u pkgsrc/databases/mysql56-client/Makefile.common:1.55 pkgsrc/databases/mysql56-client/Makefile.common:1.56
--- pkgsrc/databases/mysql56-client/Makefile.common:1.55 Sun Mar 22 20:12:14 2020
+++ pkgsrc/databases/mysql56-client/Makefile.common Tue May 12 19:44:27 2020
@@ -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
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