Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2022 15:08:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267469] devel/gitui: Unbroken 32bit arch/Disable vendored-openssl
Message-ID:  <bug-267469-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267469

            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=3D237759&action=
=3Dedit
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=3D267290
   Unbreak 32 bit archs

3. Disable vendored-openssl

 - Use patch to remove dependency on vendored-openssl:
   ---
   asyncgit/Cargo.toml
   -openssl-sys =3D { version =3D '0.9', features =3D ["vendored"] }
   +openssl-sys =3D { version =3D '0.9', features =3D [] }
   ---
 - 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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267469-7788>