Bug 266829 - devel/qt6-base: fix build on armv6/armv7
Summary: devel/qt6-base: fix build on armv6/armv7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-04 22:04 UTC by Robert Clausecker
Modified: 2022-10-14 13:33 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (kde)
fuz: merge-quarterly?


Attachments
devel/qt6-base: fix build on armv6/armv7 (1.20 KB, patch)
2022-10-04 22:04 UTC, Robert Clausecker
fuz: maintainer-approval? (kde)
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-10-04 22:04:26 UTC
Created attachment 237081 [details]
devel/qt6-base: fix build on armv6/armv7

The port bundles assembly code from the pixman library.  On armv6/armv7, the GNU assembler is required to assemble it.  Pass appropriate flags to do so.

Tested on armv7 FreeBSD 13.1.
Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-14 06:31:08 UTC
A commit in branch main references this bug:

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

commit 76fa8695d9c814e0d5e9b8e28bcf6e897422b435
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-10-04 22:03:00 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-10-14 06:19:27 +0000

    devel/qt6-base: fix build on armv6/armv7

    The port bundles assembly code from the pixman library.
    On armv6/armv7, the GNU assembler is required to assemble it.
    Pass appropriate flags to do so.

    PR:             266829

 devel/qt6-base/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-10-14 07:20:15 UTC
A commit in branch 2022Q4 references this bug:

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

commit f387e9fd61632bd41ebb66e6808d6b1875aacd0e
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-10-04 22:03:00 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-10-14 07:19:10 +0000

    devel/qt6-base: fix build on armv6/armv7

    The port bundles assembly code from the pixman library.
    On armv6/armv7, the GNU assembler is required to assemble it.
    Pass appropriate flags to do so.

    PR:             266829
    (cherry picked from commit 76fa8695d9c814e0d5e9b8e28bcf6e897422b435)

 devel/qt6-base/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2022-10-14 13:33:33 UTC
Thank you for the commits.