Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jul 2018 09:57:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229602] databases/mongodb34: add support for aarch64
Message-ID:  <bug-229602-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229602

            Bug ID: 229602
           Summary: databases/mongodb34: add support for aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ronald-lists@klop.ws
                CC: eric@camachat.org
             Flags: maintainer-feedback?(eric@camachat.org)
                CC: eric@camachat.org

Created attachment 194949
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194949&action=
=3Dedit
patch to the src of mongodb34

The attached patch makes it possible to compile mongodb34 for aarch64.
With this I can run net-mgmt/unifi5 on my RPI3.

The patch:
- adds some differences in spelling of defines: _F_ENV_H -> _F_ENV_H_,
_WCHAR_T_DECLARED (why did this work on amd64 without these?)
- adds mozjs-45 sources for aarch64/freebsd
  ProcessExecutableMemory is handled differently than on amd64. The aarch64=
 way
looks more in line with what upstream is doing. Amd64 still works.
- disable HAVE_CRC32_HARDWARE on aarch64. Don't know if it should work, but
this was the easiest way to make it work for now.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229602-7788>