FreeBSD Bugzilla – Attachment 226110 Details for
Bug 256618
databases/mariadb10[345]-server: patch and unbreak on riscv64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
databases/mariadb104-server: fix plist issues on non-amd64
0001-databases-mariadb104-server-fix-plist-issues-on-non-.patch (text/plain), 1.44 KB, created by
Robert Clausecker
on 2021-06-29 13:42:56 UTC
(
hide
)
Description:
databases/mariadb104-server: fix plist issues on non-amd64
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-06-29 13:42:56 UTC
Size:
1.44 KB
patch
obsolete
>From 9f77a210ef516a32c130d182c2d1f97927b46065 Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Tue, 29 Jun 2021 15:39:20 +0200 >Subject: [PATCH] databases/mariadb104-server: fix plist issues on non-amd64 > >On architectures other than amd64, the WSREP option does not exist. >It seems that this causes the WSREP feature to be built unconditionally >(not sure about this). As a result, a wsrep.cnf file is installed but >not moved into the place where pkg-plist expects it. Making the move >unconditional and ignoring the possible absence of the configuration >file should fix the plist issues in all possible configurations. >--- > databases/mariadb104-server/Makefile | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/databases/mariadb104-server/Makefile b/databases/mariadb104-server/Makefile >index f177a4b43bc2..a95defce6acf 100644 >--- a/databases/mariadb104-server/Makefile >+++ b/databases/mariadb104-server/Makefile >@@ -252,11 +252,9 @@ post-install: > ${STAGEDIR}${PREFIX}/lib/mysql/pkgconfig > ${MV} ${STAGEDIR}${PREFIX}/etc/mysql/user_map.conf \ > ${STAGEDIR}${PREFIX}/etc/mysql/user_map.conf.sample >- ${MKDIR} ${STAGEDIR}/${MARIADB_LOGDIR} >- >-post-install-WSREP-on: > ${MV} ${STAGEDIR}${DATADIR}/wsrep.cnf \ >- ${STAGEDIR}${ETCDIR}/conf.d/wsrep.cnf.sample >+ ${STAGEDIR}${ETCDIR}/conf.d/wsrep.cnf.sample || true >+ ${MKDIR} ${STAGEDIR}/${MARIADB_LOGDIR} > .endif # ${PKGNAMESUFFIX:M*-client} > > .include <bsd.port.post.mk> >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256618
:
225824
|
225825
|
225826
| 226110