Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mariadb55-client databases/mariadb55-client:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25411f172b38
branches:  trunk
changeset: 431443:25411f172b38
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 05:13:26 2020 +0000

description:
databases/mariadb55-client: remove no-op SUBST block

None of the mentioned files actually exists.

diffstat:

 databases/mariadb55-client/Makefile.common |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 40f9dccf387a -r 25411f172b38 databases/mariadb55-client/Makefile.common
--- a/databases/mariadb55-client/Makefile.common        Wed May 13 05:08:57 2020 +0000
+++ b/databases/mariadb55-client/Makefile.common        Wed May 13 05:13:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2020/04/16 09:03:47 manu Exp $
+# $NetBSD: Makefile.common,v 1.8 2020/05/13 05:13:26 rillig Exp $
 #
 # used by databases/mariadb55-client/Makefile
 # used by databases/mariadb55-server/Makefile
@@ -108,15 +108,6 @@
 
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mariadb
 
-SUBST_CLASSES+=                scr
-SUBST_STAGE.scr=       pre-configure
-SUBST_FILES.scr=       scripts/mariadb_install_db.sh scripts/mariadb_safe.sh \
-                       scripts/mariadb_secure_installation.sh \
-                       support-files/mariadb.server.sh
-SUBST_SED.scr=         -e "s,chown,${CHOWN},g"
-SUBST_SED.scr+=                -e "s,/bin/sh,${RCD_SCRIPTS_SHELL},g"
-SUBST_MESSAGE.scr=     Fixing scripts.
-
 .include "../../mk/readline.buildlink3.mk"
 .if !empty(READLINE_TYPE:Mreadline)
 CMAKE_ARGS+=    -DREADLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editlinereadline}/include/readline



Home | Main Index | Thread Index | Old Index