Bug 267471 - devel/wrangler: Unbreak 32 bit archs
Summary: devel/wrangler: Unbreak 32 bit archs
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: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-31 16:00 UTC by Nuno Teixeira
Modified: 2022-11-13 16:55 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (antranigv)
eduardo: merge-quarterly+


Attachments
wrangler-1.19.12_4.diff (1.06 KB, patch)
2022-10-31 16:00 UTC, Nuno Teixeira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2022-10-31 16:00:10 UTC
Created attachment 237761 [details]
wrangler-1.19.12_4.diff

- Apply sys-info-0.9.1 fix crate (mixing constant and variable width types)
  https://github.com/FillZpp/sys-info-rs/issues/80
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267290
   
  Unbreak 32 bit archs
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-13 16:42:37 UTC
A commit in branch main references this bug:

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

commit 05521d69f7c064f9d0c26c9532b6151b907abf82
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-11-13 16:40:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-13 16:42:18 +0000

    devel/wrangler: Unbreak 32 bit archs

    PR:             267471
    Approved by:    maintainer timeout, 2 weeks
    MFH:            2022Q4

 devel/wrangler/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-13 16:54:40 UTC
A commit in branch 2022Q4 references this bug:

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

commit afb97b97c27eea9e5f80b69bb6a9b5ba1406dbeb
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-11-13 16:40:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-11-13 16:44:32 +0000

    devel/wrangler: Unbreak 32 bit archs

    PR:             267471
    Approved by:    maintainer timeout, 2 weeks
    MFH:            2022Q4

    (cherry picked from commit 05521d69f7c064f9d0c26c9532b6151b907abf82)

 devel/wrangler/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-11-13 16:55:15 UTC
Committed, thanks!