Bug 259562 - graphics/jpeg-turbo: enable runtime AltiVec detection
Summary: graphics/jpeg-turbo: enable runtime AltiVec detection
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: powerpc Any
: --- Affects Many People
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-31 00:18 UTC by Piotr Kubaj
Modified: 2021-11-09 18:27 UTC (History)
1 user (show)

See Also:
antoine: maintainer-feedback+


Attachments
patch (1.54 KB, patch)
2021-10-31 00:18 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2021-10-31 00:18:49 UTC
Created attachment 229157 [details]
patch

This patch enables runtime AltiVec detection, which will improve performance on powerpc, where AltiVec is not enabled by default.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2021-11-06 08:57:37 UTC
This looks fine. Please bump PORTREVISION.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-11-09 18:27:13 UTC
A commit in branch main references this bug:

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

commit fa175b94a223dd9bd5e23f61263c49c2f9e0bb3a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-09 18:24:41 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-09 18:24:41 +0000

    graphics/jpeg-turbo: enable runtime AltiVec detection

    Enables runtime AltiVec detection, which will improve performance on powerpc,
    where AltiVec is not enabled by default.

    Approved by:    antoine
    PR:     259562

 graphics/jpeg-turbo/Makefile    | 5 +++--
 graphics/jpeg-turbo/distinfo    | 2 ++
 graphics/libjpeg-turbo/Makefile | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)