[Bug 250714] databases/mariadb104-server: enable galera/wsrep on arm64/aarch64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 07:25:11 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250714

            Bug ID: 250714
           Summary: databases/mariadb104-server: enable galera/wsrep on
                    arm64/aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd at freebsd.org
          Reporter: freebsd at darkain.com
          Assignee: brnrd at freebsd.org
             Flags: maintainer-feedback?(brnrd at freebsd.org)

Related to: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250664

The databases/galera26 port is being updated to support ARM64/Aarch64. MariaDB
already supports this, except the wsrep_ shell scripts are being excluded in
the Makefile from aarch64 targets.

Using the updated galera package along with just copying in these shell scripts
from an amd64 machine, galera cluster support is up and working just fine on my
arm64 test cluster.

>From the Makefile. This just needs extending to support arm64:

.if ${ARCH} != amd64
PLIST_SUB+= WSREP="@comment "
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list