[Bug 267469] devel/gitui: Unbroken 32bit arch/Disable vendored-openssl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Oct 2022 15:08:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267469 Bug ID: 267469 Summary: devel/gitui: Unbroken 32bit arch/Disable vendored-openssl Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: eduardo@FreeBSD.org Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org Created attachment 237759 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237759&action=edit gitui-0.21.0_3 diff 1. Move CARGO-CRATES list to Makefile.crates 2. 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 3. Disable vendored-openssl - Use patch to remove dependency on vendored-openssl: --- asyncgit/Cargo.toml -openssl-sys = { version = '0.9', features = ["vendored"] } +openssl-sys = { version = '0.9', features = [] } --- - Add ssl to USES - Add a comment about removing openssl-src* from CARGO-CRATES each update Used same approach on editors/lapce, but looking for a better way to do this if possible -- You are receiving this mail because: You are the assignee for the bug.