Created attachment 227733 [details] Patch for jpeg-turbo Backport upstream commits 129f0cb76346ceede8f4d8d87dea8acb0809056c and 173900b1cabb027495ae530c71250bcedc9925d5 Compile and tested on FreeBSD 13.0-STABLE #0 stable/13-n246086-a20c597c6d7 (amd64) (make, make check-plist, make test) Compile and tested on FreeBSD 13.0-STABLE #0 stable/13-n246453-06887e06864-dirty (arm64) (make, make check-plist, make test) Poudriere testport OK 12.2-RELEASE (amd64) (including libjpeg-turbo) Poudriere testport OK 11.4-RELEASE (amd64) (including libjpeg-turbo) References: https://github.com/libjpeg-turbo/libjpeg-turbo/commit/129f0cb76346ceede8f4d8d87dea8acb0809056c https://github.com/libjpeg-turbo/libjpeg-turbo/commit/173900b1cabb027495ae530c71250bcedc9925d5
Created attachment 227734 [details] Patch for jpeg-turbo v2 Remove stray backslash
This looks fine. Please make sure it builds on aarch64 too.
I only have a small SBC for arm64/aarch64 so I'm not sure if it'll be happy runinng Poudriere but I'll try to give it a go next week (it's currently busy for other work). Thanks for the exp-run!
It builds fine on aarch64
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c649b7e482986dfdfa2875df051f482f0713c909 commit c649b7e482986dfdfa2875df051f482f0713c909 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-09-19 18:52:03 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-09-19 19:17:12 +0000 graphics/jpeg-turbo: Update to 2.1.1 Backport upstream commits: 129f0cb76346ceede8f4d8d87dea8acb0809056c 173900b1cabb027495ae530c71250bcedc9925d5 exp-run by antoine Additional build tests on aarch64 by mikael PR: 258336 Approved by: arrowd Differential Revision: https://reviews.freebsd.org/D31988 graphics/jpeg-turbo/Makefile | 10 +++++++--- graphics/jpeg-turbo/distinfo | 10 +++++++--- graphics/jpeg-turbo/pkg-plist | 4 ++++ 3 files changed, 18 insertions(+), 6 deletions(-)
Committed, thanks Antoine and Mikael!