pkgsrc-WIP-changes archive

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

mariadb104: Remove now-irrelevant SUBST block



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Mon Mar 30 15:58:38 2020 +0100
Changeset:	a9027d84064f19ac3dd3f9f7b919a9040710bf86

Modified Files:
	mariadb104-client/Makefile.common

Log Message:
mariadb104: Remove now-irrelevant SUBST block

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a9027d84064f19ac3dd3f9f7b919a9040710bf86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mariadb104-client/Makefile.common | 6 ------
 1 file changed, 6 deletions(-)

diffs:
diff --git a/mariadb104-client/Makefile.common b/mariadb104-client/Makefile.common
index 3930f5da12..93d6cdf9e9 100644
--- a/mariadb104-client/Makefile.common
+++ b/mariadb104-client/Makefile.common
@@ -85,12 +85,6 @@ CPPFLAGS.SunOS+=	-fPIC
 REPLACE_PERL+=		scripts/mytop.sh
 REPLACE_PERL+=		sql-bench/*.sh
 
-SUBST_CLASSES+=		fixpaths
-SUBST_STAGE.fixpaths=	post-install
-SUBST_FILES.fixpaths=	${DESTDIR}${PREFIX}/bin/mysqlbug
-SUBST_SED.fixpaths=	-e "s,${WRAPPER_BINDIR}/gcc,${CCPATH},g"
-SUBST_SED.fixpaths+=	-e "s,${WRAPPER_BINDIR}/g++,${CXXPATH},g"
-
 SUBST_CLASSES+=		perl
 SUBST_STAGE.perl=	pre-configure
 SUBST_FILES.perl=	${WRKSRC}/scripts/CMakeLists.txt


Home | Main Index | Thread Index | Old Index