Bug 267470 - devel/libdatadog: Unbreak 32 bit archs
Summary: devel/libdatadog: 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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-31 15:49 UTC by Nuno Teixeira
Modified: 2022-11-19 08:25 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
libdatadog-0.9.0_2 diff (7.79 KB, patch)
2022-10-31 15:49 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 15:49:51 UTC
Created attachment 237760 [details]
libdatadog-0.9.0_2 diff

- Move CARGO-CRATES list to Makefile.crates

- 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-19 08:19:30 UTC
A commit in branch main references this bug:

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

commit c914b62538fee28e2a9e9d79b83cfe3e8c407d91
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-11-19 08:13:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-11-19 08:13:56 +0000

    devel/libdatadog: Fix build on 32-bit architectures

    PR:             267470
    Reported by:    eduardo

 devel/libdatadog/Makefile | 2 ++
 1 file changed, 2 insertions(+)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-11-19 08:25:24 UTC
Committed. Thanks!