Latest version of this has been failing to buld on sparc64 because
pkg_create cannot find the mroonga test files. I'm betting that is a
storage engine that won't be built on sparc64 (or 64-bit arches, or ...)

Commenting out those two in the PLIST allows it to build again on sparc64.

ok?

(cc maintainer)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/mariadb/Makefile,v
retrieving revision 1.128
diff -u -p -r1.128 Makefile
--- Makefile    6 Jun 2022 17:35:25 -0000       1.128
+++ Makefile    17 Jun 2022 22:00:57 -0000
@@ -6,6 +6,7 @@ VERSION=        10.8.3
 DISTNAME=      mariadb-${VERSION}
 PKGNAME-main=  mariadb-client-${VERSION}
 EPOCH=         1
+REVISION=      0
 
 CATEGORIES=    databases
 MASTER_SITES=  https://downloads.mariadb.com/MariaDB/${DISTNAME}/source/ \
Index: pkg/PLIST-tests
===================================================================
RCS file: /cvs/ports/databases/mariadb/pkg/PLIST-tests,v
retrieving revision 1.57
diff -u -p -r1.57 PLIST-tests
--- pkg/PLIST-tests     6 Jun 2022 08:21:02 -0000       1.57
+++ pkg/PLIST-tests     17 Jun 2022 22:01:01 -0000
@@ -3594,8 +3594,8 @@ share/mysql-test/plugin/metadata_lock_in
 
share/mysql-test/plugin/metadata_lock_info/metadata_lock_info/t/global_read_lock.test
 
share/mysql-test/plugin/metadata_lock_info/metadata_lock_info/t/table_metadata_lock.test
 share/mysql-test/plugin/metadata_lock_info/metadata_lock_info/t/user_lock.test
-share/mysql-test/plugin/mroonga/mroonga/storage/r/index_desc.result
-share/mysql-test/plugin/mroonga/mroonga/storage/t/index_desc.test
+@comment share/mysql-test/plugin/mroonga/mroonga/storage/r/index_desc.result
+@comment share/mysql-test/plugin/mroonga/mroonga/storage/t/index_desc.test
 share/mysql-test/plugin/myisam/
 share/mysql-test/plugin/myisam/mtr2/
 share/mysql-test/plugin/myisam/mtr2/README

Reply via email to