Bug 265092 - graphics/gegl: fix build on armv7
Summary: graphics/gegl: fix build on armv7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-08 13:52 UTC by Robert Clausecker
Modified: 2022-07-10 19:21 UTC (History)
2 users (show)

See Also:
fluffy: maintainer-feedback+
fuz: merge-quarterly?


Attachments
graphics/gegl: fix build on armv7 (1.83 KB, patch)
2022-07-08 13:52 UTC, Robert Clausecker
fuz: maintainer-approval? (gnome)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-07-08 13:52:45 UTC
Created attachment 235126 [details]
graphics/gegl: fix build on armv7

This applies the same patch that was previously applied to x11/babl
to adapt NEON detection on armv6/armv7 to FreeBSD's interfaces.

See also:	PR #264942
See also:	bb0f1da1920c245641a1f8a03dc17051631e66f0

Tested with Poudriere on armv7 FreeBSD 13.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2022-07-08 15:34:24 UTC
Please MFH if possible (build fix)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2022-07-08 20:13:57 UTC
Thanks fir report, I'll handle this asap.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-07-10 19:16:49 UTC
A commit in branch main references this bug:

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

commit 057805f28af5664ae6286db371a5220de354cc9d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-10 19:15:24 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-10 19:15:24 +0000

    graphics/gegl: fix build on armv7

    PR:     265092
    MFH:    2022Q3

 .../gegl/files/patch-gegl_gegl-cpuaccel.c (new)    | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-07-10 19:20:51 UTC
A commit in branch 2022Q3 references this bug:

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

commit 9d7de4c8cd4d513c99c23e2c2c900823bbe054ac
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-10 19:15:24 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-10 19:19:56 +0000

    graphics/gegl: fix build on armv7

    PR:     265092
    MFH:    2022Q3
    (cherry picked from commit 057805f28af5664ae6286db371a5220de354cc9d)

 .../gegl/files/patch-gegl_gegl-cpuaccel.c (new)    | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)
Comment 5 Dima Panov freebsd_committer freebsd_triage 2022-07-10 19:21:23 UTC
Pushed, thanks!