Download raw body.
mariadb needs findutils/gfind for galera
Hi all,
yesterday I tried out galera with mariadb. The following error popped
up:
/usr/local//bin/wsrep_sst_common: line 28: gfind: command not found
Some wssrep-scripts like wsrep_sst_mariabackup use switches/options only
provided by gfind so I would use it as a dependency.
Best regards
Uwe
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/mariadb/Makefile,v
retrieving revision 1.143
diff -u -p -u -r1.143 Makefile
--- Makefile 20 Sep 2023 13:30:06 -0000 1.143
+++ Makefile 11 Jan 2024 15:07:56 -0000
@@ -42,7 +42,8 @@ BUILD_DEPENDS= devel/bison \
LIB_DEPENDS-main= ${LIB_DEPENDS}
RUN_DEPENDS-server= ${BASE_PKGPATH},-main>=10.9v1,<10.10v1 \
- databases/p5-DBD-MariaDB
+ databases/p5-DBD-MariaDB \
+ misc/findutils
LIB_DEPENDS-server= ${LIB_DEPENDS} \
archivers/bzip2 \
archivers/lz4 \
mariadb needs findutils/gfind for galera