Bug 261015 - devel/onetbb: fix build on armv6/armv7
Summary: devel/onetbb: 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: Any Any
: --- Affects Only Me
Assignee: Ganael LAPLANCHE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-07 23:54 UTC by Robert Clausecker
Modified: 2022-01-21 00:33 UTC (History)
1 user (show)

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


Attachments
devel/onetbb: fix build on armv6/armv7 (657 bytes, patch)
2022-01-07 23:54 UTC, Robert Clausecker
fuz: maintainer-approval? (martymac)
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-01-07 23:54:44 UTC
Created attachment 230799 [details]
devel/onetbb: fix build on armv6/armv7

Arm too is a 32 bit platform, so add it to the list of 32 bit platforms.

This fixes the build of devel/onetbb on armv7.  I did not test armv6, but I suppose it does the same there.  Tested with Poudriere.

Please MFH if possible.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-08 10:17:55 UTC
A commit in branch main references this bug:

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

commit b5998841b674b65f3dc55c7a6c67b3914a0260e8
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2022-01-08 10:13:42 +0000
Commit:     Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2022-01-08 10:17:31 +0000

    devel/onetbb: fix build on armv6/armv7

    PR:             261015
    Reported by:    Robert Clausecker <fuz@fuz.su>
    MFH:            2022Q1

 devel/onetbb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Ganael LAPLANCHE freebsd_committer freebsd_triage 2022-01-08 10:18:23 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-10 18:33:37 UTC
A commit in branch 2022Q1 references this bug:

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

commit 5cd99083be1068f34045fbbd1a2aed105029df4e
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2022-01-08 10:13:42 +0000
Commit:     Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2022-01-10 18:31:59 +0000

    devel/onetbb: fix build on armv6/armv7

    PR:             261015
    Reported by:    Robert Clausecker <fuz@fuz.su>
    MFH:            2022Q1

    (cherry picked from commit b5998841b674b65f3dc55c7a6c67b3914a0260e8)

 devel/onetbb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2022-01-21 00:33:59 UTC
Seems like everything that is needed has been committed.