Bug 255470

Summary: sysutils/javaservicewrapper - Support aarch64
Product: Ports & Packages Reporter: Mark Dixon <mnd999>
Component: Individual Port(s)Assignee: Mikael Urankar <mikael>
Status: Closed FIXED    
Severity: Affects Some People CC: michael.osipov, mikael
Priority: --- Flags: bugzilla: maintainer-feedback? (michael.osipov)
Version: Latest   
Hardware: arm64   
OS: Any   
Attachments:
Description Flags
Working Makefile for aarch64 none

Description Mark Dixon 2021-04-28 20:44:20 UTC
Created attachment 224510 [details]
Working Makefile for aarch64

I got this port working on aarch64 on my rk3399 board using 13.0-RELEASE using the attached Makefile. I had some issues on -RC1 with the linker but it seems fine on -RELEASE with just adding the arch configuration and copying the amd64 makefile.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-29 15:29:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbb6fe4a914bbf3d07cd407018c200bbe2a006ff

commit fbb6fe4a914bbf3d07cd407018c200bbe2a006ff
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-04-29 15:26:34 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-04-29 15:26:34 +0000

    sysutils/javaservicewrapper: Fix build on arm

    PR:             255470
    Reported by:    Mark Dixon
    Approved by:    portmgr (tier-2 blanket)

 sysutils/javaservicewrapper/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2021-04-29 15:41:32 UTC
Thanks