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:   rillig
Date:           Wed May 13 05:13:26 UTC 2020

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

Log Message:
databases/mariadb55-client: remove no-op SUBST block

None of the mentioned files actually exists.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/mariadb55-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/mariadb55-client/Makefile.common
diff -u pkgsrc/databases/mariadb55-client/Makefile.common:1.7 pkgsrc/databases/mariadb55-client/Makefile.common:1.8
--- pkgsrc/databases/mariadb55-client/Makefile.common:1.7       Thu Apr 16 09:03:47 2020
+++ pkgsrc/databases/mariadb55-client/Makefile.common   Wed May 13 05:13:26 2020
@@ -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 @@ CXXFLAGS+=         -DSIGNALS_DONT_BREAK_READ
 
 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