Bug 229729

Summary: graphics/mozjpeg: remove BROKEN_aarch64
Product: Ports & Packages Reporter: Val Packett <val>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, val
Priority: --- Flags: bugzilla: maintainer-feedback? (sunpoet)
Version: Latest   
Hardware: arm64   
OS: Any   
Bug Depends on:    
Bug Blocks: 201763    
Attachments:
Description Flags
mozjpeg.patch none

Description Val Packett 2018-07-12 12:37:48 UTC
Created attachment 195080 [details]
mozjpeg.patch

https://github.com/freebsd/freebsd-ports/commit/d19ffea93fa7a60f89d0870efae87169f351b42d

ARMv8 NEON SIMD has been available since v3.0-pre: https://github.com/mozilla/mozjpeg/commit/1bb1e691865a3534327c26f91fda0f0bf05a3a51

I guess a couple years ago there was a problem with our assembler maybe?

Builds and works fine now.

(BTW, this port can be unbroken on mips64 and sparc64 by disabling the SIMD option, but it would be nice if someone with the hardware actually tested it.)
Comment 1 Jan Beich freebsd_committer freebsd_triage 2018-07-18 03:14:06 UTC
BROKEN_aarch64 was added by linimon@ in ports r426197 based on
https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20161107/351005.html
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-18 03:15:00 UTC
A commit references this bug:

Author: jbeich
Date: Wed Jul 18 03:14:51 UTC 2018
New revision: 474832
URL: https://svnweb.freebsd.org/changeset/ports/474832

Log:
  graphics/mozjpeg: drop BROKEN_aarch64

  PR:		229729
  Submitted by:	Greg V

Changes:
  head/graphics/mozjpeg/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-07-18 03:16:03 UTC
A commit references this bug:

Author: jbeich
Date: Wed Jul 18 03:15:30 UTC 2018
New revision: 474833
URL: https://svnweb.freebsd.org/changeset/ports/474833

Log:
  MFH: r474832

  graphics/mozjpeg: drop BROKEN_aarch64

  PR:		229729
  Submitted by:	Greg V
  Approved by:	ports-secteam blanket

Changes:
_U  branches/2018Q3/
  branches/2018Q3/graphics/mozjpeg/Makefile
Comment 4 Jan Beich freebsd_committer freebsd_triage 2018-07-18 03:17:50 UTC
Thanks. Landed. I confirm it builds fine on 11.1/12.0 aarch64 (via qemu-user).