MidnightBSD Magus

devel/gitui

Terminal UI for git

Flavor Version Run OSVersion Arch License Restricted Status
0.21.0 540 3.1 i386 mit 0 fail

Events

Machine Type Time Message
m3132b info 2023-09-27 21:47:02.406805 Test Started
m3132b fail 2023-09-27 21:49:43.956941 make build returned non-zero: 1
m3132b fail 2023-09-27 21:49:44.565769 Test complete.

Log

===>  Building for gitui-0.21.0
   Compiling libc v0.2.132
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.43
   Compiling memchr v2.5.0
   Compiling quote v1.0.21
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libc-0.2.132 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.132 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libc-0.2.132/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=279a251d725d5dbf -C extra-filename=-279a251d725d5dbf --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/libc-279a251d725d5dbf -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/autocfg-1.1.0 CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name autocfg /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=2972a269fe277614 -C extra-filename=-2972a269fe277614 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro2-1.0.43 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.43 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro2-1.0.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=479d93e5dba1979c -C extra-filename=-479d93e5dba1979c --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/proc-macro2-479d93e5dba1979c -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=dcd28fef696c8552 -C extra-filename=-dcd28fef696c8552 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memchr-2.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f835456573c40df2 -C extra-filename=-f835456573c40df2 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/memchr-f835456573c40df2 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/quote-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=2282c577681bfdc3 -C extra-filename=-2282c577681bfdc3 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/quote-2282c577681bfdc3 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling unicode-ident v1.0.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-ident-1.0.3 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-DFS-2016' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_ident --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-ident-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=52da81439bb11f9b -C extra-filename=-52da81439bb11f9b --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling syn v1.0.99
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syn-1.0.99 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.99 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=99 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syn-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=be000dece85d1f1e -C extra-filename=-be000dece85d1f1e --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/syn-be000dece85d1f1e -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/quote-2282c577681bfdc3/build-script-build`
   Compiling pkg-config v0.3.25
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/pkg-config-0.3.25 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name pkg_config /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/pkg-config-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=e7ae36f7f5b57105 -C extra-filename=-e7ae36f7f5b57105 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
[quote 1.0.21] cargo:rerun-if-changed=build.rs
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/libc-279a251d725d5dbf/build-script-build`
[libc 0.2.132] cargo:rerun-if-changed=build.rs
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/libc-279a251d725d5dbf/build-script-build`
[libc 0.2.132] cargo:rerun-if-changed=build.rs
[libc 0.2.132] cargo:rustc-cfg=freebsd11
[libc 0.2.132] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.132] cargo:rustc-cfg=libc_union
[libc 0.2.132] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.132] cargo:rustc-cfg=libc_align
[libc 0.2.132] cargo:rustc-cfg=libc_int128
[libc 0.2.132] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.132] cargo:rustc-cfg=libc_packedN
[libc 0.2.132] cargo:rustc-cfg=libc_cfg_target_vendor
[libc 0.2.132] cargo:rustc-cfg=libc_non_exhaustive
[libc 0.2.132] cargo:rustc-cfg=libc_ptr_addr_of
[libc 0.2.132] cargo:rustc-cfg=libc_underscore_const_names
[libc 0.2.132] cargo:rustc-cfg=libc_const_extern_fn
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libc-0.2.132 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.132 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/libc-e65fd8d1b72f65f6/out /usr/local/bin/rustc --crate-name libc /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libc-0.2.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2eb6d1193b1632f2 -C extra-filename=-2eb6d1193b1632f2 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
[libc 0.2.132] cargo:rustc-cfg=freebsd11
[libc 0.2.132] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.132] cargo:rustc-cfg=libc_union
[libc 0.2.132] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.132] cargo:rustc-cfg=libc_align
[libc 0.2.132] cargo:rustc-cfg=libc_int128
[libc 0.2.132] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.132] cargo:rustc-cfg=libc_packedN
[libc 0.2.132] cargo:rustc-cfg=libc_cfg_target_vendor
[libc 0.2.132] cargo:rustc-cfg=libc_non_exhaustive
[libc 0.2.132] cargo:rustc-cfg=libc_ptr_addr_of
[libc 0.2.132] cargo:rustc-cfg=libc_underscore_const_names
[libc 0.2.132] cargo:rustc-cfg=libc_const_extern_fn
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libc-0.2.132 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.132 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=132 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/release/build/libc-b46b913cc9ac4f8d/out /usr/local/bin/rustc --crate-name libc /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libc-0.2.132/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44be26593168b873 -C extra-filename=-44be26593168b873 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/proc-macro2-479d93e5dba1979c/build-script-build`
[proc-macro2 1.0.43] cargo:rerun-if-changed=build.rs
[proc-macro2 1.0.43] cargo:rustc-cfg=use_proc_macro
[proc-macro2 1.0.43] cargo:rustc-cfg=wrap_proc_macro
[proc-macro2 1.0.43] cargo:rustc-cfg=proc_macro_span
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro2-1.0.43 CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.43 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=43 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/release/build/proc-macro2-839cc43178f19f08/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro2-1.0.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=a5bb208c33263984 -C extra-filename=-a5bb208c33263984 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern unicode_ident=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libunicode_ident-52da81439bb11f9b.rmeta --cap-lints warn --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/syn-be000dece85d1f1e/build-script-build`
[syn 1.0.99] cargo:rustc-cfg=syn_disable_nightly_tests
   Compiling log v0.4.17
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/log-0.4.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' -C metadata=8e98f21af0dae728 -C extra-filename=-8e98f21af0dae728 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/log-8e98f21af0dae728 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling once_cell v1.13.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/once_cell-1.13.1 CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name once_cell --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/once_cell-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' -C metadata=63171cc6d17514e1 -C extra-filename=-63171cc6d17514e1 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/log-8e98f21af0dae728/build-script-build`
[log 0.4.17] cargo:rustc-cfg=atomic_cas
[log 0.4.17] cargo:rustc-cfg=has_atomics
[log 0.4.17] cargo:rerun-if-changed=build.rs
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/log-0.4.17 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/log-4d08179ebec9e782/out /usr/local/bin/rustc --crate-name log /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/log-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' -C metadata=f09b81ffd201c31f -C extra-filename=-f09b81ffd201c31f --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg atomic_cas --cfg has_atomics`
   Compiling serde_derive v1.0.143
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_derive-1.0.143 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.143 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=143 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_derive-1.0.143/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=822d3dfba1ca17ff -C extra-filename=-822d3dfba1ca17ff --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/serde_derive-822d3dfba1ca17ff -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling jobserver v0.1.24
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/jobserver-0.1.24 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU make jobserver for Rust
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/jobserver-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.24 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name jobserver --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/jobserver-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C metadata=367373a3e7b66b80 -C extra-filename=-367373a3e7b66b80 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/liblibc-44be26593168b873.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/quote-1.0.21 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.21 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/release/build/quote-d8c29579aba315cb/out /usr/local/bin/rustc --crate-name quote --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/quote-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=19872077d7a78232 -C extra-filename=-19872077d7a78232 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libproc_macro2-a5bb208c33263984.rmeta --cap-lints warn`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/memchr-f835456573c40df2/build-script-build`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/memchr-f835456573c40df2/build-script-build`
   Compiling scopeguard v1.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/scopeguard-1.1.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).

Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as
shorthands for guards with one of the implemented strategies.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name scopeguard /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=9cc8069cb3fde1ef -C extra-filename=-9cc8069cb3fde1ef --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/serde_derive-822d3dfba1ca17ff/build-script-build`
   Compiling serde v1.0.143
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde-1.0.143 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.13 CARGO_PKG_VERSION=1.0.143 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=143 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde-1.0.143/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=1b7c4089c7b5ad77 -C extra-filename=-1b7c4089c7b5ad77 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/serde-1b7c4089c7b5ad77 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/release/build/memchr-9c10ffc1b6e2d247/out /usr/local/bin/rustc --crate-name memchr --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=73d0a17d80759aed -C extra-filename=-73d0a17d80759aed --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling cc v1.0.73
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cc-1.0.73 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cc-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cc-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.73 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=73 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cc --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cc-1.0.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=48ae4cc74dd6ea95 -C extra-filename=-48ae4cc74dd6ea95 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern jobserver=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libjobserver-367373a3e7b66b80.rmeta --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syn-1.0.99 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.99 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=99 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/release/build/syn-1e26337eab6d448c/out /usr/local/bin/rustc --crate-name syn --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syn-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=b998728651bcb696 -C extra-filename=-b998728651bcb696 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libproc_macro2-a5bb208c33263984.rmeta --extern quote=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libquote-19872077d7a78232.rmeta --extern unicode_ident=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libunicode_ident-52da81439bb11f9b.rmeta --cap-lints warn --cfg syn_disable_nightly_tests`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/serde-1b7c4089c7b5ad77/build-script-build`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memchr-2.5.0 CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/memchr-3bbf9a79d3c1d04b/out /usr/local/bin/rustc --crate-name memchr --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memchr-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ffdf2cc12d018033 -C extra-filename=-ffdf2cc12d018033 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling crossbeam-utils v0.8.11
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-utils-0.8.11 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-utils-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=dfb83fe612499a99 -C extra-filename=-dfb83fe612499a99 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/crossbeam-utils-dfb83fe612499a99 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling bitflags v1.3.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bitflags --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=f3d0ebdf6321a44b -C extra-filename=-f3d0ebdf6321a44b --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling aho-corasick v0.7.18
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name aho_corasick --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ccab9b5777a4e8c9 -C extra-filename=-ccab9b5777a4e8c9 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern memchr=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libmemchr-73d0a17d80759aed.rmeta --cap-lints warn`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/crossbeam-utils-dfb83fe612499a99/build-script-build`
[crossbeam-utils 0.8.11] cargo:rerun-if-changed=no_atomic.rs
   Compiling memoffset v0.6.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memoffset-0.6.5 CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memoffset-0.6.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=53d847a3a8d77d4f -C extra-filename=-53d847a3a8d77d4f --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/memoffset-53d847a3a8d77d4f -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libautocfg-2972a269fe277614.rlib --cap-lints warn`
   Compiling tinyvec_macros v0.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/tinyvec_macros-0.1.0 CARGO_PKG_AUTHORS='Soveu ' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tinyvec_macros --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=6453bd9b2ab17cc6 -C extra-filename=-6453bd9b2ab17cc6 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling regex-syntax v0.6.27
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-syntax-0.6.27 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regex_syntax --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-syntax-0.6.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=28a7539373904ff4 -C extra-filename=-28a7539373904ff4 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/memoffset-53d847a3a8d77d4f/build-script-build`
[memoffset 0.6.5] cargo:rustc-cfg=tuple_ty
[memoffset 0.6.5] cargo:rustc-cfg=allow_clippy
[memoffset 0.6.5] cargo:rustc-cfg=maybe_uninit
[memoffset 0.6.5] cargo:rustc-cfg=doctests
[memoffset 0.6.5] cargo:rustc-cfg=raw_ref_macros
   Compiling tinyvec v1.6.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tinyvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/tinyvec-1.6.0 CARGO_PKG_AUTHORS='Lokathor ' CARGO_PKG_DESCRIPTION='`tinyvec` provides 100% safe vec-like data structures.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Zlib OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec CARGO_PKG_REPOSITORY='https://github.com/Lokathor/tinyvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tinyvec --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=0ba5e25ae4a34eec -C extra-filename=-0ba5e25ae4a34eec --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern tinyvec_macros=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libtinyvec_macros-6453bd9b2ab17cc6.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: field `last_match_end` is never read
    --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/ahocorasick.rs:1222:5
     |
1217 | pub struct FindOverlappingIter<'a, 'b, S: StateID> {
     |            ------------------- field in this struct
...
1222 |     last_match_end: usize,
     |     ^^^^^^^^^^^^^^
     |
     = note: `FindOverlappingIter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
     = note: `#[warn(dead_code)]` on by default

warning: field `start` is never read
    --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/ahocorasick.rs:1360:33
     |
1360 |     NonMatch { bytes: &'r [u8], start: usize },
     |     --------                    ^^^^^
     |     |
     |     field in this variant

warning: field `config` is never read
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/packed/api.rs:380:5
    |
379 | pub struct Searcher {
    |            -------- field in this struct
380 |     config: Config,
    |     ^^^^^^
    |
    = note: `Searcher` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis

   Compiling openssl-src v111.22.0+1.1.1q
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_src CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-src-111.22.0+1.1.1q CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Source of OpenSSL and logic to build it.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-src CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/openssl-src-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=111.22.0+1.1.1q CARGO_PKG_VERSION_MAJOR=111 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name openssl_src /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-src-111.22.0+1.1.1q/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=c1355e7e471611a9 -C extra-filename=-c1355e7e471611a9 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libcc-48ae4cc74dd6ea95.rmeta --cap-lints warn`
warning: field `bin_dir` is never read
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-src-111.22.0+1.1.1q/src/lib.rs:25:5
   |
22 | pub struct Artifacts {
   |            --------- field in this struct
...
25 |     bin_dir: PathBuf,
   |     ^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: `openssl-src` (lib) generated 1 warning
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-utils-0.8.11 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/crossbeam-utils-bff192de7f91cd9f/out /usr/local/bin/rustc --crate-name crossbeam_utils --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-utils-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=3fae9506caebdc13 -C extra-filename=-3fae9506caebdc13 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --extern once_cell=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libonce_cell-63171cc6d17514e1.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `aho-corasick` (lib) generated 3 warnings
   Compiling crossbeam-epoch v0.9.10
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-epoch-0.9.10 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-epoch-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1dd7d7c4b2e03546 -C extra-filename=-1dd7d7c4b2e03546 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/crossbeam-epoch-1dd7d7c4b2e03546 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libautocfg-2972a269fe277614.rlib --cap-lints warn`
   Compiling lock_api v0.4.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/lock_api-0.4.7 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/lock_api-0.4.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=0cd2c04c3e83b12a -C extra-filename=-0cd2c04c3e83b12a --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/lock_api-0cd2c04c3e83b12a -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libautocfg-2972a269fe277614.rlib --cap-lints warn`
   Compiling matches v0.1.9
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=matches CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/matches-0.1.9 CARGO_PKG_AUTHORS='Simon Sapin ' CARGO_PKG_DESCRIPTION='A macro to evaluate, as a boolean, whether an expression matches a pattern.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matches CARGO_PKG_REPOSITORY='https://github.com/SimonSapin/rust-std-candidates' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name matches /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=3a86dd2dc68dffc3 -C extra-filename=-3a86dd2dc68dffc3 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling proc-macro-hack v0.5.19
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro-hack-0.5.19 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro-hack-0.5.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=0d7ecfc4f073bcd8 -C extra-filename=-0d7ecfc4f073bcd8 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/proc-macro-hack-0d7ecfc4f073bcd8 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling parking_lot_core v0.9.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot_core-0.9.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot_core-0.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=98c2950746584677 -C extra-filename=-98c2950746584677 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/parking_lot_core-98c2950746584677 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling libz-sys v1.1.8
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libz-sys-1.1.8 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libz-sys-1.1.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="libc"' -C metadata=fe5df20d0e039733 -C extra-filename=-fe5df20d0e039733 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/libz-sys-fe5df20d0e039733 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libcc-48ae4cc74dd6ea95.rlib --extern pkg_config=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libpkg_config-e7ae36f7f5b57105.rlib --cap-lints warn`
   Compiling openssl-sys v0.9.75
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-sys-0.9.75 CARGO_PKG_AUTHORS='Alex Crichton :Steven Fackler ' CARGO_PKG_DESCRIPTION='FFI bindings to OpenSSL' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-sys CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-openssl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.75 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=75 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_main /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-sys-0.9.75/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' -C metadata=051c3b900cad771a -C extra-filename=-051c3b900cad771a --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/openssl-sys-051c3b900cad771a -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libautocfg-2972a269fe277614.rlib --extern cc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libcc-48ae4cc74dd6ea95.rlib --extern openssl_src=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libopenssl_src-c1355e7e471611a9.rlib --extern pkg_config=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libpkg_config-e7ae36f7f5b57105.rlib --cap-lints warn`
   Compiling libssh2-sys v0.2.23
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libssh2-sys-0.2.23 CARGO_PKG_AUTHORS='Alex Crichton :Wez Furlong :Matteo Bigoi ' CARGO_PKG_DESCRIPTION='Native bindings to the libssh2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libssh2-sys CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/ssh2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.23 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=23 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libssh2-sys-0.2.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=6771b6e0a26ac908 -C extra-filename=-6771b6e0a26ac908 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/libssh2-sys-6771b6e0a26ac908 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libcc-48ae4cc74dd6ea95.rlib --extern pkg_config=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libpkg_config-e7ae36f7f5b57105.rlib --cap-lints warn`
   Compiling signal-hook v0.3.14
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-0.3.14 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-0.3.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=cb49ac182591a081 -C extra-filename=-cb49ac182591a081 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/signal-hook-cb49ac182591a081 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/libz-sys-fe5df20d0e039733/build-script-build`
[libz-sys 1.1.8] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC
[libz-sys 1.1.8] cargo:rerun-if-changed=build.rs
[libz-sys 1.1.8] OPT_LEVEL = Some("z")
[libz-sys 1.1.8] TARGET = Some("i686-unknown-freebsd")
[libz-sys 1.1.8] HOST = Some("i686-unknown-freebsd")
[libz-sys 1.1.8] CC_i686-unknown-freebsd = None
[libz-sys 1.1.8] CC_i686_unknown_freebsd = None
[libz-sys 1.1.8] HOST_CC = None
[libz-sys 1.1.8] CC = Some("cc")
[libz-sys 1.1.8] CFLAGS_i686-unknown-freebsd = None
[libz-sys 1.1.8] CFLAGS_i686_unknown_freebsd = None
[libz-sys 1.1.8] HOST_CFLAGS = None
[libz-sys 1.1.8] CFLAGS = Some("-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing")
[libz-sys 1.1.8] CRATE_CC_NO_DEFAULTS = None
[libz-sys 1.1.8] DEBUG = Some("false")
[libz-sys 1.1.8] CARGO_CFG_TARGET_FEATURE = Some("llvm14-builtins-abi")
[libz-sys 1.1.8] running "cc" "src/smoke.c" "-o" "/dev/null" "-lz"
[libz-sys 1.1.8] cargo:rustc-link-lib=z
   Compiling unicode-width v0.1.9
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-width-0.1.9 CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_width /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-width-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=b66f3515c48ea3e0 -C extra-filename=-b66f3515c48ea3e0 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libz_sys CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libz-sys-1.1.8 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='Low-level bindings to the system libz library (also known as zlib).' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libz-sys CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libz-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.8 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/libz-sys-82defee18a560fea/out /usr/local/bin/rustc --crate-name libz_sys --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libz-sys-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="libc"' -C metadata=6855ca5677f4f24b -C extra-filename=-6855ca5677f4f24b --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib -l z`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/signal-hook-cb49ac182591a081/build-script-build`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/proc-macro-hack-0d7ecfc4f073bcd8/build-script-build`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/parking_lot_core-98c2950746584677/build-script-build`
[parking_lot_core 0.9.3] cargo:rerun-if-changed=build.rs
   Compiling sys-info v0.9.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/sys-info-0.9.1 CARGO_PKG_AUTHORS='Siyu Wang ' CARGO_PKG_DESCRIPTION='Get system information in Rust.

For now it supports Linux, Mac OS X, illumos, Solaris, FreeBSD, OpenBSD, and Windows.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=sys-info CARGO_PKG_REPOSITORY='https://github.com/FillZpp/sys-info-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/sys-info-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=fd408f4cce4d1c8e -C extra-filename=-fd408f4cce4d1c8e --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/sys-info-fd408f4cce4d1c8e -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libcc-48ae4cc74dd6ea95.rlib --cap-lints warn`
   Compiling libgit2-sys v0.14.0+1.5.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libgit2-sys-0.14.0+1.5.0 CARGO_PKG_AUTHORS='Josh Triplett :Alex Crichton ' CARGO_PKG_DESCRIPTION='Native bindings to the libgit2 library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libgit2-sys CARGO_PKG_REPOSITORY='https://github.com/rust-lang/git2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.14.0+1.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/libgit2-sys-0.14.0+1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="https"' --cfg 'feature="libssh2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssh"' --cfg 'feature="ssh_key_from_memory"' -C metadata=0c88a487bcb3d18f -C extra-filename=-0c88a487bcb3d18f --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/libgit2-sys-0c88a487bcb3d18f -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libcc-48ae4cc74dd6ea95.rlib --extern pkg_config=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libpkg_config-e7ae36f7f5b57105.rlib --cap-lints warn`
   Compiling unicode-normalization v0.1.21
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_normalization CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-normalization-0.1.21 CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-normalization CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-normalization' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_normalization --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-normalization-0.1.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=56ce0b5a8a6c6c37 -C extra-filename=-56ce0b5a8a6c6c37 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern tinyvec=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libtinyvec-0ba5e25ae4a34eec.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/lock_api-0cd2c04c3e83b12a/build-script-build`
[lock_api 0.4.7] cargo:rustc-cfg=has_const_fn_trait_bound
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/crossbeam-epoch-1dd7d7c4b2e03546/build-script-build`
[crossbeam-epoch 0.9.10] cargo:rerun-if-changed=no_atomic.rs
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memoffset CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memoffset-0.6.5 CARGO_PKG_AUTHORS='Gilad Naaman ' CARGO_PKG_DESCRIPTION='offset_of functionality for Rust structs.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memoffset CARGO_PKG_REPOSITORY='https://github.com/Gilnaa/memoffset' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/memoffset-d77db85a6f7526aa/out /usr/local/bin/rustc --crate-name memoffset /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/memoffset-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=b67304bafb4d92ec -C extra-filename=-b67304bafb4d92ec --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name aho_corasick --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/aho-corasick-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=edc52dead3182f7e -C extra-filename=-edc52dead3182f7e --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern memchr=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmemchr-ffdf2cc12d018033.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/openssl-sys-051c3b900cad771a/build-script-main`
[openssl-sys 0.9.75] cargo:rustc-cfg=const_fn
[openssl-sys 0.9.75] cargo:rerun-if-env-changed=I686_UNKNOWN_FREEBSD_OPENSSL_NO_VENDOR
[openssl-sys 0.9.75] I686_UNKNOWN_FREEBSD_OPENSSL_NO_VENDOR unset
[openssl-sys 0.9.75] cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR
[openssl-sys 0.9.75] OPENSSL_NO_VENDOR unset
   Compiling signal-hook-registry v1.4.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook_registry CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-registry-1.4.0 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Masaki Hara ' CARGO_PKG_DESCRIPTION='Backend crate for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-registry CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name signal_hook_registry /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-registry-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=69b25ab4bedfce60 -C extra-filename=-69b25ab4bedfce60 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] CC_i686-unknown-freebsd = None
[openssl-sys 0.9.75] CC_i686_unknown_freebsd = None
[openssl-sys 0.9.75] HOST_CC = None
[openssl-sys 0.9.75] CC = Some("cc")
[openssl-sys 0.9.75] CFLAGS_i686-unknown-freebsd = None
[openssl-sys 0.9.75] CFLAGS_i686_unknown_freebsd = None
[openssl-sys 0.9.75] HOST_CFLAGS = None
[openssl-sys 0.9.75] CFLAGS = Some("-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing")
[openssl-sys 0.9.75] CRATE_CC_NO_DEFAULTS = None
[openssl-sys 0.9.75] DEBUG = Some("false")
[openssl-sys 0.9.75] CARGO_CFG_TARGET_FEATURE = Some("llvm14-builtins-abi")
[openssl-sys 0.9.75] running cd "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src" && CC="cc" "perl" "./Configure" "--prefix=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "BSD-x86-elf" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m32" "-O2" "-pipe" "-fstack-protector-strong" "-isystem" "/usr/local/include" "-fno-strict-aliasing"
   Compiling num-traits v0.2.15
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-traits-0.2.15 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-traits-0.2.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=e82276f38524d441 -C extra-filename=-e82276f38524d441 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/num-traits-e82276f38524d441 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libautocfg-2972a269fe277614.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-syntax-0.6.27 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.27 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=27 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regex_syntax --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-syntax-0.6.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=7a02a68944fa51d5 -C extra-filename=-7a02a68944fa51d5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling adler v1.0.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/adler-1.0.2 CARGO_PKG_AUTHORS='Jonas Schievink ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name adler /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=02d379aa85b35311 -C extra-filename=-02d379aa85b35311 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling regex v1.6.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-1.6.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regex --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=ff08f0e2d3c71191 -C extra-filename=-ff08f0e2d3c71191 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libaho_corasick-ccab9b5777a4e8c9.rmeta --extern memchr=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libmemchr-73d0a17d80759aed.rmeta --extern regex_syntax=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libregex_syntax-28a7539373904ff4.rmeta --cap-lints warn`
[openssl-sys 0.9.75] Configuring OpenSSL version 1.1.1q (0x1010111fL) for BSD-x86-elf
[openssl-sys 0.9.75] Using os-specific seed configuration
warning: `aho-corasick` (lib) generated 3 warnings (3 duplicates)
   Compiling unicode-bidi v0.3.8
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-bidi-0.3.8 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_bidi --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-bidi-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=a67ad7f0e03ce1a5 -C extra-filename=-a67ad7f0e03ce1a5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_derive CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_derive-1.0.143 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.143 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=143 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/release/build/serde_derive-3398d16cad8d48c2/out /usr/local/bin/rustc --crate-name serde_derive /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_derive-1.0.143/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' -C metadata=33dc2d73f2f6cddc -C extra-filename=-33dc2d73f2f6cddc --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libproc_macro2-a5bb208c33263984.rlib --extern quote=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libquote-19872077d7a78232.rlib --extern syn=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libsyn-b998728651bcb696.rlib --extern proc_macro --cap-lints warn`
[openssl-sys 0.9.75] Creating configdata.pm
[openssl-sys 0.9.75] Creating Makefile
   Compiling thiserror-impl v1.0.32
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/thiserror-impl-1.0.32 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.32 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name thiserror_impl --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/thiserror-impl-1.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=58b99d1d8f6355b9 -C extra-filename=-58b99d1d8f6355b9 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libproc_macro2-a5bb208c33263984.rlib --extern quote=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libquote-19872077d7a78232.rlib --extern syn=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libsyn-b998728651bcb696.rlib --extern proc_macro --cap-lints warn`
[openssl-sys 0.9.75] 
[openssl-sys 0.9.75] **********************************************************************
[openssl-sys 0.9.75] ***                                                                ***
[openssl-sys 0.9.75] ***   OpenSSL has been successfully configured                     ***
[openssl-sys 0.9.75] ***                                                                ***
[openssl-sys 0.9.75] ***   If you encounter a problem while building, please open an    ***
[openssl-sys 0.9.75] ***   issue on GitHub   ***
[openssl-sys 0.9.75] ***   and include the output from the following command:           ***
[openssl-sys 0.9.75] ***                                                                ***
[openssl-sys 0.9.75] ***       perl configdata.pm --dump                                ***
[openssl-sys 0.9.75] ***                                                                ***
[openssl-sys 0.9.75] ***   (If you are new to OpenSSL, you might want to consult the    ***
[openssl-sys 0.9.75] ***   'Troubleshooting' section in the INSTALL file first)         ***
[openssl-sys 0.9.75] ***                                                                ***
[openssl-sys 0.9.75] **********************************************************************
[openssl-sys 0.9.75] running cd "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src" && "gmake" "depend"
[openssl-sys 0.9.75] gmake[1]: Entering directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake[1]: Leaving directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] running cd "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=5,6 --jobserver-auth=5,6" "gmake" "build_libs"
[openssl-sys 0.9.75] gmake[1]: Entering directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] /usr/bin/perl5.36.1 "-I." -Mconfigdata "util/dofile.pl" \
[openssl-sys 0.9.75]     "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h
[openssl-sys 0.9.75] /usr/bin/perl5.36.1 "-I." -Mconfigdata "util/dofile.pl" \
[openssl-sys 0.9.75]     "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h
[openssl-sys 0.9.75] /usr/bin/perl5.36.1 "-I." -Mconfigdata "util/dofile.pl" \
[openssl-sys 0.9.75]     "-oMakefile" include/openssl/opensslconf.h.in > include/openssl/opensslconf.h
   Compiling smallvec v1.9.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/smallvec-1.9.0 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.9.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name smallvec --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/smallvec-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=c0a16af2a4e0475b -C extra-filename=-c0a16af2a4e0475b --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] gmake depend && gmake _build_libs
[openssl-sys 0.9.75] gmake[2]: Entering directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake[2]: Leaving directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake[2]: Entering directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c
   Compiling itoa v1.0.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itoa-1.0.3 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name itoa --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itoa-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=e84a6db59573cda8 -C extra-filename=-e84a6db59573cda8 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o apps/apps.c
   Compiling crc32fast v1.3.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4574f38e5d7710d9 -C extra-filename=-4574f38e5d7710d9 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/crc32fast-4574f38e5d7710d9 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling percent-encoding v2.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/percent-encoding-2.1.0 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name percent_encoding /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/percent-encoding-2.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=16701ba3e1c2ba34 -C extra-filename=-16701ba3e1c2ba34 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling form_urlencoded v1.0.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=form_urlencoded CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/form_urlencoded-1.0.1 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=form_urlencoded CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name form_urlencoded --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/form_urlencoded-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=9ceeb5635edbd088 -C extra-filename=-9ceeb5635edbd088 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern matches=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmatches-3a86dd2dc68dffc3.rmeta --extern percent_encoding=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libpercent_encoding-16701ba3e1c2ba34.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o apps/bf_prefix.c
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/crc32fast-4574f38e5d7710d9/build-script-build`
[crc32fast 1.3.2] cargo:rerun-if-changed=build.rs
[crc32fast 1.3.2] cargo:rustc-cfg=crc32fast_stdarchx86
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-1.6.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.6.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name regex --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/regex-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=202861f40849126c -C extra-filename=-202861f40849126c --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern aho_corasick=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libaho_corasick-edc52dead3182f7e.rmeta --extern memchr=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmemchr-ffdf2cc12d018033.rmeta --extern regex_syntax=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libregex_syntax-7a02a68944fa51d5.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o apps/opt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o apps/s_cb.c
   Compiling thiserror v1.0.32
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/thiserror-1.0.32 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.32 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name thiserror --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/thiserror-1.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=b8e492a209ad9708 -C extra-filename=-b8e492a209ad9708 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern thiserror_impl=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libthiserror_impl-58b99d1d8f6355b9.so --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot_core-0.9.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/parking_lot_core-677b0dc741122fad/out /usr/local/bin/rustc --crate-name parking_lot_core --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=fa216b2534192d3d -C extra-filename=-fa216b2534192d3d --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --extern smallvec=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsmallvec-c0a16af2a4e0475b.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o apps/s_socket.c
warning: unused return value of `Box::::from_raw` that must be used
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot_core-0.9.3/src/parking_lot.rs:251:17
    |
251 |                 Box::from_raw(new_table);
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
    = note: `#[warn(unused_must_use)]` on by default

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o crypto/aes/aes_cbc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c
warning: `parking_lot_core` (lib) generated 1 warning
   Compiling idna v0.2.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=idna CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/idna-0.2.3 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='IDNA (Internationalizing Domain Names in Applications) and Punycode.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=idna CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name idna --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=2366d173fdd3e86e -C extra-filename=-2366d173fdd3e86e --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern matches=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmatches-3a86dd2dc68dffc3.rmeta --extern unicode_bidi=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libunicode_bidi-a67ad7f0e03ce1a5.rmeta --extern unicode_normalization=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libunicode_normalization-56ce0b5a8a6c6c37.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o crypto/aes/aes_core.c
   Compiling unicode-linebreak v0.1.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-linebreak-0.1.2 CARGO_PKG_AUTHORS='Axel Forsman ' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Line Breaking Algorithm' CARGO_PKG_HOMEPAGE='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-linebreak CARGO_PKG_REPOSITORY='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-linebreak-0.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=d2e8790cb4649f57 -C extra-filename=-d2e8790cb4649f57 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/unicode-linebreak-d2e8790cb4649f57 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern regex=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libregex-ff08f0e2d3c71191.rlib --cap-lints warn`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o crypto/aes/aes_ecb.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o crypto/aes/aes_ige.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o crypto/aes/aes_misc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o crypto/aes/aes_ofb.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o crypto/aes/aes_wrap.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/aes/asm/aesni-x86.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/aes/aesni-x86.s
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/aes/asm/vpaes-x86.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/aes/vpaes-x86.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/aria/aria.d.tmp -MT crypto/aria/aria.o -c -o crypto/aria/aria.o crypto/aria/aria.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o crypto/asn1/a_bitstr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o crypto/asn1/a_d2i_fp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o crypto/asn1/a_digest.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o crypto/asn1/a_dup.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o crypto/asn1/a_gentm.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o crypto/asn1/a_i2d_fp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o crypto/asn1/a_int.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o crypto/asn1/a_mbstr.c
   Compiling miniz_oxide v0.5.3
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o crypto/asn1/a_object.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=miniz_oxide CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/miniz_oxide-0.5.3 CARGO_PKG_AUTHORS='Frommi :oyvindln ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression library rewritten in Rust based on miniz' CARGO_PKG_HOMEPAGE='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_LICENSE='MIT OR Zlib OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=miniz_oxide CARGO_PKG_REPOSITORY='https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name miniz_oxide --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/miniz_oxide-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=8df3cb75fa99f23f -C extra-filename=-8df3cb75fa99f23f --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern adler=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libadler-02d379aa85b35311.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/num-traits-e82276f38524d441/build-script-build`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/unicode-linebreak-d2e8790cb4649f57/build-script-build`
[unicode-linebreak 0.1.2] cargo:rerun-if-changed=LineBreak.txt
[num-traits 0.2.15] cargo:rustc-cfg=has_i128
[num-traits 0.2.15] cargo:rustc-cfg=has_to_int_unchecked
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o crypto/asn1/a_octet.c
[num-traits 0.2.15] cargo:rustc-cfg=has_reverse_bits
[num-traits 0.2.15] cargo:rustc-cfg=has_leading_trailing_ones
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-0.3.14 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='Unix signal handling' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/signal-hook-4d16490a5e2d2e03/out /usr/local/bin/rustc --crate-name signal_hook --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b9255074b88fcefc -C extra-filename=-b9255074b88fcefc --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --extern signal_hook_registry=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsignal_hook_registry-69b25ab4bedfce60.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o crypto/asn1/a_print.c
[num-traits 0.2.15] cargo:rustc-cfg=has_int_assignop_ref
[num-traits 0.2.15] cargo:rustc-cfg=has_div_euclid
[num-traits 0.2.15] cargo:rerun-if-changed=build.rs
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-epoch-0.9.10 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/crossbeam-epoch-6b36e07bba457cac/out /usr/local/bin/rustc --crate-name crossbeam_epoch --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-epoch-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=d6c4baf9dc2eb7f5 -C extra-filename=-d6c4baf9dc2eb7f5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --extern crossbeam_utils=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossbeam_utils-3fae9506caebdc13.rmeta --extern memoffset=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmemoffset-b67304bafb4d92ec.rmeta --extern once_cell=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libonce_cell-63171cc6d17514e1.rmeta --extern scopeguard=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libscopeguard-9cc8069cb3fde1ef.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o crypto/asn1/a_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o crypto/asn1/a_strex.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o crypto/asn1/a_strnid.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o crypto/asn1/a_time.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/lock_api-0.4.7 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/lock_api-f90fac8957e46003/out /usr/local/bin/rustc --crate-name lock_api --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/lock_api-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=95e08a1a2c5f730a -C extra-filename=-95e08a1a2c5f730a --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern scopeguard=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libscopeguard-9cc8069cb3fde1ef.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_const_fn_trait_bound`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o crypto/asn1/a_type.c
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/sys-info-fd408f4cce4d1c8e/build-script-build`
[sys-info 0.9.1] cargo:rustc-flags=-l pthread
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro_hack CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro-hack-0.5.19 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Procedural macros in expression position' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-hack CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro-hack' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/release/build/proc-macro-hack-f51761545721d48f/out /usr/local/bin/rustc --crate-name proc_macro_hack --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/proc-macro-hack-0.5.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=3ad446238e75842b -C extra-filename=-3ad446238e75842b --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern proc_macro --cap-lints warn`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o crypto/asn1/a_utctm.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o crypto/asn1/a_utf8.c
   Compiling dirs-sys v0.3.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_sys CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-sys-0.3.7 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='System-level helper functions for the dirs and directories crates.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys CARGO_PKG_REPOSITORY='https://github.com/dirs-dev/dirs-sys-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs_sys /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-sys-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=b8c16f22deda415a -C extra-filename=-b8c16f22deda415a --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o crypto/asn1/a_verify.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o crypto/asn1/ameth_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o crypto/asn1/asn1_err.c
   Compiling mio v0.8.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=mio CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/mio-0.8.4 CARGO_PKG_AUTHORS='Carl Lerche :Thomas de Zeeuw :Tokio Contributors ' CARGO_PKG_DESCRIPTION='Lightweight non-blocking IO' CARGO_PKG_HOMEPAGE='https://github.com/tokio-rs/mio' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mio CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/mio' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name mio --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/mio-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=4ba91c1f5cb559e6 -C extra-filename=-4ba91c1f5cb559e6 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --extern log=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblog-f09b81ffd201c31f.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o crypto/asn1/asn1_gen.c
   Compiling indexmap v1.9.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/indexmap-1.9.1 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.9.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/indexmap-1.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' -C metadata=3822a09286295e96 -C extra-filename=-3822a09286295e96 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/indexmap-3822a09286295e96 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libautocfg-2972a269fe277614.rlib --cap-lints warn`
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde-1.0.143 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.13 CARGO_PKG_VERSION=1.0.143 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=143 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/serde-b83758e460384773/out /usr/local/bin/rustc --crate-name serde /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde-1.0.143/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=84132f4eaeb8c677 -C extra-filename=-84132f4eaeb8c677 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern serde_derive=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libserde_derive-33dc2d73f2f6cddc.so --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling num-integer v0.1.45
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-integer-0.1.45 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.45 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=45 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=cfc3f85c592dded5 -C extra-filename=-cfc3f85c592dded5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/num-integer-cfc3f85c592dded5 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern autocfg=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libautocfg-2972a269fe277614.rlib --cap-lints warn`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_item_list.c
   Compiling rayon-core v1.9.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/rayon-core-1.9.3 CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.9.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/rayon-core-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C metadata=93623de714cd6686 -C extra-filename=-93623de714cd6686 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/rayon-core-93623de714cd6686 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling serde_json v1.0.83
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_json-1.0.83 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.83 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_json-1.0.83/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b8681e91fb4e5d8 -C extra-filename=-7b8681e91fb4e5d8 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/serde_json-7b8681e91fb4e5d8 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o crypto/asn1/asn1_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o crypto/asn1/asn1_par.c
   Compiling siphasher v0.3.10
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/siphasher-0.3.10 CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name siphasher --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/siphasher-0.3.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9163546bd12a4e32 -C extra-filename=-9163546bd12a4e32 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling bit-vec v0.6.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bit_vec CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bit-vec-0.6.3 CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A vector of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-vec' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-vec CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-vec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bit_vec /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' -C metadata=b14bcc6c6cf365b1 -C extra-filename=-b14bcc6c6cf365b1 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o crypto/asn1/asn_mime.c
   Compiling bit-set v0.5.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bit_set CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bit-set-0.5.3 CARGO_PKG_AUTHORS='Alexis Beingessner ' CARGO_PKG_DESCRIPTION='A set of bits' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/bit-set' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bit-set CARGO_PKG_REPOSITORY='https://github.com/contain-rs/bit-set' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bit_set /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cd2a0cf26ddc6e0c -C extra-filename=-cd2a0cf26ddc6e0c --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern bit_vec=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbit_vec-b14bcc6c6cf365b1.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling phf_shared v0.11.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/phf_shared-0.11.1 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name phf_shared --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/phf_shared-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' -C metadata=3a748b3cd5a2e363 -C extra-filename=-3a748b3cd5a2e363 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern siphasher=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsiphasher-9163546bd12a4e32.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling git-version-macro v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=git_version_macro CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/git-version-macro-0.3.5 CARGO_PKG_AUTHORS='David Roundy :Maarten de Vries :Mara Bos ' CARGO_PKG_DESCRIPTION='Internal macro crate for git-version.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=git-version-macro CARGO_PKG_REPOSITORY='https://github.com/fusion-engineering/rust-git-version' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name git_version_macro --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/git-version-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=748e3e99a3484a7b -C extra-filename=-748e3e99a3484a7b --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern proc_macro_hack=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libproc_macro_hack-3ad446238e75842b.so --extern proc_macro2=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libproc_macro2-a5bb208c33263984.rlib --extern quote=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libquote-19872077d7a78232.rlib --extern syn=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libsyn-b998728651bcb696.rlib --extern proc_macro --cap-lints warn`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o crypto/asn1/asn_moid.c
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/serde_json-7b8681e91fb4e5d8/build-script-build`
[serde_json 1.0.83] cargo:rustc-cfg=limb_width_32
   Compiling signal-hook-mio v0.2.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=signal_hook_mio CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-mio-0.2.3 CARGO_PKG_AUTHORS='Michal '\''vorner'\'' Vaner :Thomas Himmelstoss ' CARGO_PKG_DESCRIPTION='MIO support for signal-hook' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signal-hook-mio CARGO_PKG_REPOSITORY='https://github.com/vorner/signal-hook' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name signal_hook_mio --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=ec48e7ed841f4943 -C extra-filename=-ec48e7ed841f4943 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --extern mio_0_8=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmio-4ba91c1f5cb559e6.rmeta --extern signal_hook=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsignal_hook-b9255074b88fcefc.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/rayon-core-93623de714cd6686/build-script-build`
[rayon-core 1.9.3] cargo:rerun-if-changed=build.rs
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/num-integer-cfc3f85c592dded5/build-script-build`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/indexmap-3822a09286295e96/build-script-build`
[indexmap 1.9.1] cargo:rustc-cfg=has_std
[indexmap 1.9.1] cargo:rerun-if-changed=build.rs
   Compiling dirs v4.0.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-4.0.0 CARGO_PKG_AUTHORS='Simon Ochsenreither ' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs CARGO_PKG_REPOSITORY='https://github.com/soc/dirs-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.0.0 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-4.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=22d2106a99d11613 -C extra-filename=-22d2106a99d11613 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern dirs_sys=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libdirs_sys-b8c16f22deda415a.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o crypto/asn1/asn_mstbl.c
[num-integer 0.1.45] cargo:rustc-cfg=has_i128
[num-integer 0.1.45] cargo:rerun-if-changed=build.rs
   Compiling parking_lot v0.12.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=parking_lot CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot-0.12.1 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='More compact and efficient implementations of the standard synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name parking_lot --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=f1f88d79d6ed0d91 -C extra-filename=-f1f88d79d6ed0d91 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern lock_api=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblock_api-95e08a1a2c5f730a.rmeta --extern parking_lot_core=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libparking_lot_core-fa216b2534192d3d.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling crossbeam-deque v0.8.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-deque-0.8.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.8.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name crossbeam_deque --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-deque-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4db683c3c20baf3e -C extra-filename=-4db683c3c20baf3e --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --extern crossbeam_epoch=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossbeam_epoch-d6c4baf9dc2eb7f5.rmeta --extern crossbeam_utils=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossbeam_utils-3fae9506caebdc13.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o crypto/asn1/asn_pack.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o crypto/asn1/bio_asn1.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-traits-0.2.15 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/num-traits-e2046206963872e2/out /usr/local/bin/rustc --crate-name num_traits /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-traits-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=0db933ae84c74525 -C extra-filename=-0db933ae84c74525 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_i128 --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_int_assignop_ref --cfg has_div_euclid`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o crypto/asn1/bio_ndef.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o crypto/asn1/d2i_pu.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_linebreak CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-linebreak-0.1.2 CARGO_PKG_AUTHORS='Axel Forsman ' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Line Breaking Algorithm' CARGO_PKG_HOMEPAGE='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-linebreak CARGO_PKG_REPOSITORY='https://github.com/axelf4/unicode-linebreak' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/unicode-linebreak-3fd17930e0f81424/out /usr/local/bin/rustc --crate-name unicode_linebreak --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-linebreak-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=e786191709381d70 -C extra-filename=-e786191709381d70 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling url v2.2.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=url CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/url-2.2.2 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='URL library for Rust, based on the WHATWG URL Standard' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=url CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.2.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name url --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/url-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=46295f0b6c18c6b3 -C extra-filename=-46295f0b6c18c6b3 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern form_urlencoded=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libform_urlencoded-9ceeb5635edbd088.rmeta --extern idna=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libidna-2366d173fdd3e86e.rmeta --extern matches=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmatches-3a86dd2dc68dffc3.rmeta --extern percent_encoding=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libpercent_encoding-16701ba3e1c2ba34.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o crypto/asn1/evp_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o crypto/asn1/f_int.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o crypto/asn1/f_string.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crc32fast CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crc32fast-1.3.2 CARGO_PKG_AUTHORS='Sam Rijs :Alex Crichton ' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/crc32fast-cc9003082da43c75/out /usr/local/bin/rustc --crate-name crc32fast /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2af0841a8b27a885 -C extra-filename=-2af0841a8b27a885 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg crc32fast_stdarchx86`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o crypto/asn1/i2d_pu.c
   Compiling backtrace v0.3.66
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/backtrace-0.3.66 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.66 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/backtrace-0.3.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a6e78c130bec8f19 -C extra-filename=-a6e78c130bec8f19 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/backtrace-a6e78c130bec8f19 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cc=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libcc-48ae4cc74dd6ea95.rlib --cap-lints warn`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o crypto/asn1/n_pkey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o crypto/asn1/nsseq.c
   Compiling crossbeam-channel v0.5.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_channel CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-channel-0.5.6 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer channels for message passing' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=0.5.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name crossbeam_channel --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossbeam-channel-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7e06997f4dfe6600 -C extra-filename=-7e06997f4dfe6600 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --extern crossbeam_utils=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossbeam_utils-3fae9506caebdc13.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbe.c
   Compiling num_threads v0.1.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_threads CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num_threads-0.1.6 CARGO_PKG_AUTHORS='Jacob Pratt ' CARGO_PKG_DESCRIPTION='A minimal library that determines the number of running threads for the current process.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_threads CARGO_PKG_REPOSITORY='https://github.com/jhpratt/num_threads' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name num_threads /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=d083e05ee513b2ac -C extra-filename=-d083e05ee513b2ac --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o crypto/asn1/p5_pbev2.c
   Compiling num_cpus v1.13.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_cpus CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num_cpus-1.13.1 CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='Get the number of CPUs on a machine.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num_cpus CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/num_cpus' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name num_cpus /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num_cpus-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=6b6d3dbe9cda2dcd -C extra-filename=-6b6d3dbe9cda2dcd --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling scopetime v0.1.1 (/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/scopetime)
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=scopetime CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/scopetime CARGO_PKG_AUTHORS='extrawurst ' CARGO_PKG_DESCRIPTION='log runtime of arbitrary scope' CARGO_PKG_HOMEPAGE='https://github.com/extrawurst/gitui' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopetime CARGO_PKG_REPOSITORY='https://github.com/extrawurst/gitui' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name scopetime --edition=2021 scopetime/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=cbcbd7c5f340709c -C extra-filename=-cbcbd7c5f340709c --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern log=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblog-f09b81ffd201c31f.rmeta --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling same-file v1.0.6
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=same_file CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/same-file-1.0.6 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple crate for determining whether two file paths point to the same file.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/same-file' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=same-file CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/same-file' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name same_file --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=997dc22d2dea7de4 -C extra-filename=-997dc22d2dea7de4 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling bugreport v0.5.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bugreport-0.5.0 CARGO_PKG_AUTHORS='David Peter ' CARGO_PKG_DESCRIPTION='Collect system and environment information for bug reports' CARGO_PKG_HOMEPAGE='https://github.com/sharkdp/bugreport' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bugreport CARGO_PKG_REPOSITORY='https://github.com/sharkdp/bugreport' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bugreport-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="collector_operating_system"' --cfg 'feature="default"' --cfg 'feature="format_markdown"' --cfg 'feature="git-version"' --cfg 'feature="git_hash"' --cfg 'feature="sys-info"' -C metadata=801a088fe64cdfff -C extra-filename=-801a088fe64cdfff --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/bugreport-801a088fe64cdfff -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o crypto/asn1/p5_scrypt.c
   Compiling hashbrown v0.12.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/hashbrown-0.12.3 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.12.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name hashbrown --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="raw"' -C metadata=b1b07634482efc2e -C extra-filename=-b1b07634482efc2e --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling ryu v1.0.11
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ryu-1.0.11 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ryu --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ryu-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=e6ad6674e7c980b3 -C extra-filename=-e6ad6674e7c980b3 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o crypto/asn1/p8_pkey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o crypto/asn1/t_bitst.c
   Compiling gimli v0.26.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/gimli-0.26.2 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.26.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name gimli --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/gimli-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=8ba33de4b30d43f0 -C extra-filename=-8ba33de4b30d43f0 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o crypto/asn1/t_pkey.c
   Compiling either v1.7.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/either-1.7.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name either --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/either-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=13fd2096b0ae2e88 -C extra-filename=-13fd2096b0ae2e88 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o crypto/asn1/t_spki.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o crypto/asn1/tasn_dec.c
   Compiling time-macros v0.2.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time_macros CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-macros-0.2.4 CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Procedural macros for the time crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time-macros CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name time_macros --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-macros-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off -C metadata=c7e0900c78f3558d -C extra-filename=-c7e0900c78f3558d --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/deps -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern proc_macro --cap-lints warn`
   Compiling os_str_bytes v6.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=os_str_bytes CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/os_str_bytes-6.3.0 CARGO_PKG_AUTHORS=dylni CARGO_PKG_DESCRIPTION='Convert between byte sequences and platform-native strings
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=os_str_bytes CARGO_PKG_REPOSITORY='https://github.com/dylni/os_str_bytes' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=6.3.0 CARGO_PKG_VERSION_MAJOR=6 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name os_str_bytes --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/os_str_bytes-6.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="raw_os_str"' -C metadata=fc751e44551122a9 -C extra-filename=-fc751e44551122a9 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o crypto/asn1/tasn_enc.c
   Compiling anyhow v1.0.62
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/anyhow-1.0.62 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.0.62 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=62 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/anyhow-1.0.62/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ed671f9c238b1e41 -C extra-filename=-ed671f9c238b1e41 --out-dir /magus/work/usr/mports/devel/gitui/work/target/release/build/anyhow-ed671f9c238b1e41 -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn`
   Compiling smawk v0.3.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smawk CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/smawk-0.3.1 CARGO_PKG_AUTHORS='Martin Geisler ' CARGO_PKG_DESCRIPTION='Functions for finding row-minima in a totally monotone matrix.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smawk CARGO_PKG_REPOSITORY='https://github.com/mgeisler/smawk' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name smawk --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=4d13bb27eb7a6496 -C extra-filename=-4d13bb27eb7a6496 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o crypto/asn1/tasn_fre.c
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
 --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-macros-0.2.4/src/lib.rs:4:5
  |
4 |     const_err,
  |     ^^^^^^^^^
  |
  = note: `#[warn(renamed_and_removed_lints)]` on by default

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o crypto/asn1/tasn_new.c
   Compiling openssl-probe v0.1.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=openssl_probe CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-probe-0.1.5 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Tool for helping to find SSL certificate locations on the system for OpenSSL
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=openssl-probe CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/openssl-probe' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name openssl_probe /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=fe4288735fb26c01 -C extra-filename=-fe4288735fb26c01 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/anyhow-ed671f9c238b1e41/build-script-build`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o crypto/asn1/tasn_prn.c
   Compiling textwrap v0.15.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=textwrap CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/textwrap-0.15.0 CARGO_PKG_AUTHORS='Martin Geisler ' CARGO_PKG_DESCRIPTION='Powerful library for word wrapping, indenting, and dedenting strings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=textwrap CARGO_PKG_REPOSITORY='https://github.com/mgeisler/textwrap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name textwrap --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/textwrap-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=3f0de8be6ea25e01 -C extra-filename=-3f0de8be6ea25e01 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern smawk=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsmawk-4d13bb27eb7a6496.rmeta --extern unicode_linebreak=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libunicode_linebreak-e786191709381d70.rmeta --extern unicode_width=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libunicode_width-b66f3515c48ea3e0.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling clap_lex v0.2.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap_lex CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/clap_lex-0.2.4 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Minimal, flexible command line parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap_lex CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap/tree/master/clap_lex' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=0.2.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name clap_lex --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/clap_lex-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=55256a7deaa6fc7e -C extra-filename=-55256a7deaa6fc7e --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern os_str_bytes=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libos_str_bytes-fc751e44551122a9.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o crypto/asn1/tasn_scn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o crypto/asn1/tasn_typ.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o crypto/asn1/tasn_utl.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/indexmap-1.9.1 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_REPOSITORY='https://github.com/bluss/indexmap' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.9.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/indexmap-a7925c681f20ead6/out /usr/local/bin/rustc --crate-name indexmap --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/indexmap-1.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' -C metadata=15757c3e823b60ad -C extra-filename=-15757c3e823b60ad --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern hashbrown=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libhashbrown-b1b07634482efc2e.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_std`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o crypto/asn1/x_algor.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rayon_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/rayon-core-1.9.3 CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.9.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/rayon-core-5ee818c19e1a3266/out /usr/local/bin/rustc --crate-name rayon_core --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/rayon-core-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=12d11cc59eccc087 -C extra-filename=-12d11cc59eccc087 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern crossbeam_channel=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossbeam_channel-7e06997f4dfe6600.rmeta --extern crossbeam_deque=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossbeam_deque-4db683c3c20baf3e.rmeta --extern crossbeam_utils=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossbeam_utils-3fae9506caebdc13.rmeta --extern num_cpus=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libnum_cpus-6b6d3dbe9cda2dcd.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o crypto/asn1/x_bignum.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o crypto/asn1/x_info.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o crypto/asn1/x_int64.c
   Compiling crossterm v0.23.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossterm CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossterm-0.23.2 CARGO_PKG_AUTHORS='T. Post' CARGO_PKG_DESCRIPTION='A crossplatform terminal library for manipulating terminals.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossterm CARGO_PKG_REPOSITORY='https://github.com/crossterm-rs/crossterm' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.23.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name crossterm --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/crossterm-0.23.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=565aacc758273600 -C extra-filename=-565aacc758273600 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern bitflags=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbitflags-f3d0ebdf6321a44b.rmeta --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --extern mio=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmio-4ba91c1f5cb559e6.rmeta --extern parking_lot=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libparking_lot-f1f88d79d6ed0d91.rmeta --extern serde=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libserde-84132f4eaeb8c677.rmeta --extern signal_hook=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsignal_hook-b9255074b88fcefc.rmeta --extern signal_hook_mio=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsignal_hook_mio-ec48e7ed841f4943.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o crypto/asn1/x_long.c
   Compiling bincode v1.3.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bincode CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bincode-1.3.3 CARGO_PKG_AUTHORS='Ty Overby :Francesco Mazzoli :David Tolnay :Zoey Riordan ' CARGO_PKG_DESCRIPTION='A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa'\!'' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bincode CARGO_PKG_REPOSITORY='https://github.com/servo/bincode' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bincode /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=deca15af4ab15c89 -C extra-filename=-deca15af4ab15c89 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern serde=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libserde-84132f4eaeb8c677.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o crypto/asn1/x_pkey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o crypto/asn1/x_sig.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o crypto/asn1/x_spki.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o crypto/asn1/x_val.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o crypto/async/arch/async_null.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o crypto/async/arch/async_posix.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o crypto/async/arch/async_win.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o crypto/async/async.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o crypto/async/async_err.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=serde_json CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_json-1.0.83 CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.83 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=83 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/serde_json-83d4411d018b2777/out /usr/local/bin/rustc --crate-name serde_json --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/serde_json-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2f321faf1a5a02ff -C extra-filename=-2f321faf1a5a02ff --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern itoa=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libitoa-e84a6db59573cda8.rmeta --extern ryu=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libryu-e6ad6674e7c980b3.rmeta --extern serde=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libserde-84132f4eaeb8c677.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg limb_width_32`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o crypto/async/async_wait.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/bf/asm/bf-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/bf/bf-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bf/bf_cfb64.d.tmp -MT crypto/bf/bf_cfb64.o -c -o crypto/bf/bf_cfb64.o crypto/bf/bf_cfb64.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bf/bf_ecb.d.tmp -MT crypto/bf/bf_ecb.o -c -o crypto/bf/bf_ecb.o crypto/bf/bf_ecb.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bf/bf_ofb64.d.tmp -MT crypto/bf/bf_ofb64.o -c -o crypto/bf/bf_ofb64.o crypto/bf/bf_ofb64.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bf/bf_skey.d.tmp -MT crypto/bf/bf_skey.o -c -o crypto/bf/bf_skey.o crypto/bf/bf_skey.c
warning: `time-macros` (lib) generated 1 warning
   Compiling time v0.3.13
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-0.3.13 CARGO_PKG_AUTHORS='Jacob Pratt :Time contributors' CARGO_PKG_DESCRIPTION='Date and time library. Fully interoperable with the standard library. Mostly compatible with #'\!'[no_std].' CARGO_PKG_HOMEPAGE='https://time-rs.github.io' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_REPOSITORY='https://github.com/time-rs/time' CARGO_PKG_RUST_VERSION=1.57.0 CARGO_PKG_VERSION=0.3.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name time --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="itoa"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="time-macros"' -C metadata=6798836467f7302a -C extra-filename=-6798836467f7302a --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern itoa=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libitoa-e84a6db59573cda8.rmeta --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --extern num_threads=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libnum_threads-d083e05ee513b2ac.rmeta --extern time_macros=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libtime_macros-c7e0900c78f3558d.so --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o crypto/bio/b_addr.c
warning: lint `const_err` has been removed: converted into hard error, see issue #71800  for more information
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/time-0.3.13/src/lib.rs:93:5
   |
93 |     const_err,
   |     ^^^^^^^^^
   |
   = note: `#[warn(renamed_and_removed_lints)]` on by default

   Compiling walkdir v2.3.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=walkdir CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/walkdir-2.3.2 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Recursively walk a directory.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/walkdir' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=walkdir CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/walkdir' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.3.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name walkdir --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/walkdir-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=ab69b5ff12fd5800 -C extra-filename=-ab69b5ff12fd5800 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern same_file=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libsame_file-997dc22d2dea7de4.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o crypto/bio/b_dump.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o crypto/bio/b_print.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o crypto/bio/b_sock.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o crypto/bio/b_sock2.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o crypto/bio/bf_buff.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o crypto/bio/bf_lbuf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o crypto/bio/bf_nbio.c
   Compiling addr2line v0.17.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=addr2line CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/addr2line-0.17.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A cross-platform symbolication library written in Rust, using `gimli`' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=addr2line CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/addr2line' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.17.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name addr2line /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/addr2line-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=f121ee20cd1a5e67 -C extra-filename=-f121ee20cd1a5e67 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern gimli=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libgimli-8ba33de4b30d43f0.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o crypto/bio/bf_null.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o crypto/bio/bio_cb.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-integer-0.1.45 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.45 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=45 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/num-integer-d6d5f5c0f9e293c7/out /usr/local/bin/rustc --crate-name num_integer /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=9c695f2ae61924b5 -C extra-filename=-9c695f2ae61924b5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern num_traits=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libnum_traits-0db933ae84c74525.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib --cfg has_i128`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o crypto/bio/bio_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o crypto/bio/bio_lib.c
     Running `/magus/work/usr/mports/devel/gitui/work/target/release/build/backtrace-a6e78c130bec8f19/build-script-build`
   Compiling flate2 v1.0.24
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=flate2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/flate2-1.0.24 CARGO_PKG_AUTHORS='Alex Crichton :Josh Triplett ' CARGO_PKG_DESCRIPTION='DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/flate2-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flate2 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/flate2-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.24 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=24 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name flate2 --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/flate2-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=197f94680ace44e5 -C extra-filename=-197f94680ace44e5 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern crc32fast=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrc32fast-2af0841a8b27a885.rmeta --extern miniz_oxide=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libminiz_oxide-8df3cb75fa99f23f.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling git-version v0.3.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=git_version CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/git-version-0.3.5 CARGO_PKG_AUTHORS='Mara Bos :Maarten de Vries :David Roundy ' CARGO_PKG_DESCRIPTION='Compile the git version (tag name, or hash otherwise) and dirty state into your program.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=git-version CARGO_PKG_REPOSITORY='https://github.com/fusion-engineering/rust-git-version' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name git_version --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/git-version-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=0450b0fa03941452 -C extra-filename=-0450b0fa03941452 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern git_version_macro=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libgit_version_macro-748e3e99a3484a7b.so --extern proc_macro_hack=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libproc_macro_hack-3ad446238e75842b.so --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o crypto/bio/bio_meth.c
   Compiling shellexpand v2.1.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=shellexpand CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shellexpand-2.1.2 CARGO_PKG_AUTHORS='Vladimir Matveev :Ian Jackson ' CARGO_PKG_DESCRIPTION='Shell-like expansions in strings' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shellexpand CARGO_PKG_REPOSITORY='https://gitlab.com/ijackson/rust-shellexpand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.1.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name shellexpand /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shellexpand-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=5bb128f705d134d8 -C extra-filename=-5bb128f705d134d8 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern dirs=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libdirs-22d2106a99d11613.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o crypto/bio/bss_acpt.c
   Compiling phf v0.11.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=phf CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/phf-0.11.1 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Runtime support for perfect hash function data structures' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.11.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name phf --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/phf-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4d78734fbc8e1f45 -C extra-filename=-4d78734fbc8e1f45 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern phf_shared=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libphf_shared-3a748b3cd5a2e363.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o crypto/bio/bss_bio.c
   Compiling fancy-regex v0.7.1
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fancy_regex CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fancy-regex-0.7.1 CARGO_PKG_AUTHORS='Raph Levien :Robin Stocker ' CARGO_PKG_DESCRIPTION='An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fancy-regex CARGO_PKG_REPOSITORY='https://github.com/fancy-regex/fancy-regex' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fancy_regex --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fancy-regex-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=6f032d2f98ed56a6 -C extra-filename=-6f032d2f98ed56a6 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern bit_set=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbit_set-cd2a0cf26ddc6e0c.rmeta --extern regex=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libregex-202861f40849126c.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling unicode-truncate v0.2.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_truncate CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-truncate-0.2.0 CARGO_PKG_AUTHORS='Aetf ' CARGO_PKG_DESCRIPTION='Unicode-aware algorithm to pad or truncate `str` in terms of displayed width.
' CARGO_PKG_HOMEPAGE='https://github.com/Aetf/unicode-truncate' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-truncate CARGO_PKG_REPOSITORY='https://github.com/Aetf/unicode-truncate' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_truncate --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-truncate-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7dc1c0e890e53992 -C extra-filename=-7dc1c0e890e53992 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern unicode_width=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libunicode_width-b66f3515c48ea3e0.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o crypto/bio/bss_conn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o crypto/bio/bss_dgram.c
   Compiling object v0.29.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=object CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/object-0.29.0 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A unified interface for reading and writing object file formats.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=object CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/object' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name object --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/object-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=d9a181df51346808 -C extra-filename=-d9a181df51346808 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern memchr=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libmemchr-ffdf2cc12d018033.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling dirs-sys-next v0.1.2
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_sys_next CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-sys-next-0.1.2 CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='system-level helper functions for the dirs and directories crates' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-sys-next CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs/tree/master/dirs-sys' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs_sys_next --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=8b379cb83b907c8b -C extra-filename=-8b379cb83b907c8b --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o crypto/bio/bss_fd.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o crypto/bio/bss_file.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o crypto/bio/bss_log.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o crypto/bio/bss_mem.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o crypto/bio/bss_null.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o crypto/bio/bss_sock.c
warning: `time` (lib) generated 1 warning
   Compiling atty v0.2.14
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/atty-0.2.14 CARGO_PKG_AUTHORS='softprops ' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name atty /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=e5df9db1afce0258 -C extra-filename=-e5df9db1afce0258 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling thread_local v1.1.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=thread_local CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/thread_local-1.1.4 CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Per-object thread-local storage' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thread_local CARGO_PKG_REPOSITORY='https://github.com/Amanieu/thread_local-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.4 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name thread_local --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/thread_local-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=947b19fad37e7742 -C extra-filename=-947b19fad37e7742 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern once_cell=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libonce_cell-63171cc6d17514e1.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling cassowary v0.3.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cassowary CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0 CARGO_PKG_AUTHORS='Dylan Ede ' CARGO_PKG_DESCRIPTION='A Rust implementation of the Cassowary linear constraint solving algorithm.

The Cassowary algorithm is designed for naturally laying out user interfaces using linear constraints,
like '\''this button must line up with this text box'\''.
' CARGO_PKG_HOMEPAGE='https://github.com/dylanede/cassowary-rs' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cassowary CARGO_PKG_REPOSITORY='https://github.com/dylanede/cassowary-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name cassowary /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=51134b01a1ae943e -C extra-filename=-51134b01a1ae943e --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling rustc-demangle v0.1.21
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/rustc-demangle-0.1.21 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name rustc_demangle /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/rustc-demangle-0.1.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=e95d3948f24963eb -C extra-filename=-e95d3948f24963eb --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/blake2/blake2b.d.tmp -MT crypto/blake2/blake2b.o -c -o crypto/blake2/blake2b.o crypto/blake2/blake2b.c
warning: use of deprecated macro `try`: use the `?` operator instead
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:77:13
   |
77 |             try!(self.add_constraint(constraint.clone()));
   |             ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:135:9
    |
135 |         try!(self.optimise(&objective).map_err(|e| AddConstraintError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:115:17
    |
115 |             if !try!(self.add_with_artificial_variable(&row)
    |                 ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:163:9
    |
163 |         try!(self.optimise(&objective).map_err(|e| RemoveConstraintError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:141:19
    |
141 |         let tag = try!(self.cns.remove(constraint).ok_or(RemoveConstraintError::UnknownConstraint));
    |                   ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:151:38
    |
151 |             let (leaving, mut row) = try!(self.get_marker_leaving_row(tag.marker)
    |                                      ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:215:13
    |
215 |             try!(self.remove_constraint(&constraint)
    |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:286:9
    |
286 |         try!(self.dual_optimise().map_err(|e| SuggestValueError::InternalSolverError(e.0)));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:239:24
    |
239 |             let info = try!(self.edits.get_mut(&variable).ok_or(SuggestValueError::UnknownEditVariable));
    |                        ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:497:9
    |
497 |         try!(self.optimise(&artificial));
    |         ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/solver_impl.rs:560:38
    |
560 |             let (leaving, mut row) = try!(self.get_leaving_row(entering)
    |                                      ^^^

warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/cassowary-0.3.0/src/lib.rs:235:77
    |
235 | static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::ATOMIC_USIZE_INIT;
    |                                                                             ^^^^^^^^^^^^^^^^^
    |
help: replace the use of the deprecated constant
    |
235 | static VARIABLE_ID: ::std::sync::atomic::AtomicUsize = ::std::sync::atomic::AtomicUsize::new(0);
    |                                                                             ~~~~~~~~~~~~~~~~~~~

   Compiling iana-time-zone v0.1.45
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=iana_time_zone CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/iana-time-zone-0.1.45 CARGO_PKG_AUTHORS='Andrew Straw ' CARGO_PKG_DESCRIPTION='get the IANA time zone for the current system' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=iana-time-zone CARGO_PKG_REPOSITORY='https://github.com/strawlab/iana-time-zone' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.45 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=45 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name iana_time_zone --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/iana-time-zone-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="fallback"' -C metadata=e8b3bf53e21ee65f -C extra-filename=-e8b3bf53e21ee65f --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/blake2/blake2s.d.tmp -MT crypto/blake2/blake2s.o -c -o crypto/blake2/blake2s.o crypto/blake2/blake2s.c
   Compiling shell-escape v0.1.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=shell_escape CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5 CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Escape characters that may have a special meaning in a shell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shell-escape CARGO_PKG_REPOSITORY='https://github.com/sfackler/shell-escape' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name shell_escape /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=2695516b39f3a511 -C extra-filename=-2695516b39f3a511 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5/src/lib.rs:95:16
   |
95 |             'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
   |                ^^^ help: use `..=` for an inclusive range
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see 
   = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5/src/lib.rs:95:28
   |
95 |             'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
   |                            ^^^ help: use `..=` for an inclusive range
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see 

warning: `...` range patterns are deprecated
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/shell-escape-0.1.5/src/lib.rs:95:40
   |
95 |             'a'...'z' | 'A'...'Z' | '0'...'9' | '-' | '_' | '=' | '/' | ',' | '.' | '+' => false,
   |                                        ^^^ help: use `..=` for an inclusive range
   |
   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
   = note: for more information, see 

warning: `shell-escape` (lib) generated 3 warnings
   Compiling base64 v0.13.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/base64-0.13.0 CARGO_PKG_AUTHORS='Alice Maz :Marshall Pierce ' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name base64 --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=51d99ceaf7f3b2e3 -C extra-filename=-51d99ceaf7f3b2e3 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/blake2/m_blake2b.d.tmp -MT crypto/blake2/m_blake2b.o -c -o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2b.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/blake2/m_blake2s.d.tmp -MT crypto/blake2/m_blake2s.o -c -o crypto/blake2/m_blake2s.o crypto/blake2/m_blake2s.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/bn/asm/bn-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/bn/bn-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o crypto/bn/bn_add.c
   Compiling fnv v1.0.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fnv-1.0.7 CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fnv /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d060c4197dcae4d7 -C extra-filename=-d060c4197dcae4d7 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o crypto/bn/bn_blind.c
   Compiling easy-cast v0.4.4
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=easy_cast CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/easy-cast-0.4.4 CARGO_PKG_AUTHORS='Diggory Hardy ' CARGO_PKG_DESCRIPTION='Type conversions which are expected to succeed' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=easy-cast CARGO_PKG_REPOSITORY='https://github.com/kas-gui/easy-cast' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name easy_cast --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/easy-cast-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4cc7b80693c40931 -C extra-filename=-4cc7b80693c40931 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: `cassowary` (lib) generated 12 warnings
   Compiling unicode-segmentation v1.9.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_segmentation CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-segmentation-1.9.0 CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-segmentation CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-segmentation' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.9.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name unicode_segmentation --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/unicode-segmentation-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=97f24e840948508b -C extra-filename=-97f24e840948508b --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o crypto/bn/bn_const.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o crypto/bn/bn_ctx.c
   Compiling strsim v0.10.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/strsim-0.10.0 CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name strsim /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=0d2387ce1631e3ae -C extra-filename=-0d2387ce1631e3ae --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o crypto/bn/bn_depr.c
   Compiling lazy_static v1.4.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel ' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name lazy_static /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=d7c2c108a1a7e8d1 -C extra-filename=-d7c2c108a1a7e8d1 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o crypto/bn/bn_dh.c
   Compiling termcolor v1.1.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=termcolor CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/termcolor-1.1.3 CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='A simple cross platform library for writing colored text to a terminal.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/termcolor' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=termcolor CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/termcolor' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name termcolor --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/termcolor-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=f77fde9fda966b8b -C extra-filename=-f77fde9fda966b8b --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o crypto/bn/bn_div.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o crypto/bn/bn_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o crypto/bn/bn_exp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o crypto/bn/bn_exp2.c
   Compiling tui v0.18.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=tui CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/tui-0.18.0 CARGO_PKG_AUTHORS='Florian Dehau ' CARGO_PKG_DESCRIPTION='A library to build rich terminal user interfaces or dashboards
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tui CARGO_PKG_REPOSITORY='https://github.com/fdehau/tui-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.18.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name tui --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/tui-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="crossterm"' --cfg 'feature="serde"' -C metadata=fca8a6851a27fc1f -C extra-filename=-fca8a6851a27fc1f --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern bitflags=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbitflags-f3d0ebdf6321a44b.rmeta --extern cassowary=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcassowary-51134b01a1ae943e.rmeta --extern crossterm=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcrossterm-565aacc758273600.rmeta --extern serde=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libserde-84132f4eaeb8c677.rmeta --extern unicode_segmentation=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libunicode_segmentation-97f24e840948508b.rmeta --extern unicode_width=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libunicode_width-b66f3515c48ea3e0.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling clap v3.2.17
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/clap-3.2.17 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION=1.56.1 CARGO_PKG_VERSION=3.2.17 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name clap --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/clap-3.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="atty"' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="env"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' -C metadata=62542ea135b419bb -C extra-filename=-62542ea135b419bb --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern atty=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libatty-e5df9db1afce0258.rmeta --extern bitflags=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbitflags-f3d0ebdf6321a44b.rmeta --extern clap_lex=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libclap_lex-55256a7deaa6fc7e.rmeta --extern indexmap=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libindexmap-15757c3e823b60ad.rmeta --extern once_cell=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libonce_cell-63171cc6d17514e1.rmeta --extern strsim=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libstrsim-0d2387ce1631e3ae.rmeta --extern termcolor=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libtermcolor-f77fde9fda966b8b.rmeta --extern textwrap=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libtextwrap-3f0de8be6ea25e01.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling syntect v5.0.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syntect CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syntect-5.0.0 CARGO_PKG_AUTHORS='Tristan Hume ' CARGO_PKG_DESCRIPTION='library for high quality syntax highlighting and code intelligence using Sublime Text'\''s grammars' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syntect CARGO_PKG_REPOSITORY='https://github.com/trishume/syntect' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=5.0.0 CARGO_PKG_VERSION_MAJOR=5 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name syntect --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syntect-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="bincode"' --cfg 'feature="default-syntaxes"' --cfg 'feature="default-themes"' --cfg 'feature="dump-create"' --cfg 'feature="dump-load"' --cfg 'feature="fancy-regex"' --cfg 'feature="flate2"' --cfg 'feature="fnv"' --cfg 'feature="html"' --cfg 'feature="parsing"' --cfg 'feature="regex-fancy"' --cfg 'feature="regex-syntax"' -C metadata=7ce9e946fb3a7ac2 -C extra-filename=-7ce9e946fb3a7ac2 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern bincode=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbincode-deca15af4ab15c89.rmeta --extern bitflags=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbitflags-f3d0ebdf6321a44b.rmeta --extern fancy_regex=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libfancy_regex-6f032d2f98ed56a6.rmeta --extern flate2=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libflate2-197f94680ace44e5.rmeta --extern fnv=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libfnv-d060c4197dcae4d7.rmeta --extern lazy_static=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblazy_static-d7c2c108a1a7e8d1.rmeta --extern once_cell=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libonce_cell-63171cc6d17514e1.rmeta --extern regex_syntax=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libregex_syntax-7a02a68944fa51d5.rmeta --extern serde=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libserde-84132f4eaeb8c677.rmeta --extern serde_derive=/magus/work/usr/mports/devel/gitui/work/target/release/deps/libserde_derive-33dc2d73f2f6cddc.so --extern serde_json=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libserde_json-2f321faf1a5a02ff.rmeta --extern thiserror=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libthiserror-b8e492a209ad9708.rmeta --extern walkdir=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libwalkdir-ab69b5ff12fd5800.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling ron v0.8.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ron CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ron-0.8.0 CARGO_PKG_AUTHORS='Christopher Durham :Dzmitry Malyshau :Thomas Schaller :Juniper Langenstein ' CARGO_PKG_DESCRIPTION='Rusty Object Notation' CARGO_PKG_HOMEPAGE='https://github.com/ron-rs/ron' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ron CARGO_PKG_REPOSITORY='https://github.com/ron-rs/ron' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name ron --edition=2021 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/ron-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=e3bbdf60d391f3ab -C extra-filename=-e3bbdf60d391f3ab --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern base64=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbase64-51d99ceaf7f3b2e3.rmeta --extern bitflags=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libbitflags-f3d0ebdf6321a44b.rmeta --extern serde=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libserde-84132f4eaeb8c677.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o crypto/bn/bn_gcd.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o crypto/bn/bn_gf2m.c
warning: unnecessary parentheses around match arm expression
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/syntect-5.0.0/src/html.rs:473:54
    |
473 |                 IncludeBackground::IfDifferent(c) => (style.background != c),
    |                                                      ^                     ^
    |
    = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
    |
473 -                 IncludeBackground::IfDifferent(c) => (style.background != c),
473 +                 IncludeBackground::IfDifferent(c) => style.background != c,
    |

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o crypto/bn/bn_intern.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o crypto/bn/bn_kron.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o crypto/bn/bn_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o crypto/bn/bn_mod.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o crypto/bn/bn_mont.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o crypto/bn/bn_mpi.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o crypto/bn/bn_mul.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o crypto/bn/bn_nist.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o crypto/bn/bn_prime.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o crypto/bn/bn_print.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o crypto/bn/bn_rand.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o crypto/bn/bn_recp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o crypto/bn/bn_shift.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o crypto/bn/bn_sqr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o crypto/bn/bn_sqrt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o crypto/bn/bn_srp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o crypto/bn/bn_word.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=backtrace CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/backtrace-0.3.66 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A library to acquire a stack trace (backtrace) at runtime in a Rust program.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=backtrace CARGO_PKG_REPOSITORY='https://github.com/rust-lang/backtrace-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.66 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=66 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/backtrace-58a9a87484dfde41/out /usr/local/bin/rustc --crate-name backtrace --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/backtrace-0.3.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dc12c573317c2456 -C extra-filename=-dc12c573317c2456 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern addr2line=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libaddr2line-f121ee20cd1a5e67.rmeta --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --extern miniz_oxide=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libminiz_oxide-8df3cb75fa99f23f.rmeta --extern object=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libobject-d9a181df51346808.rmeta --extern rustc_demangle=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/librustc_demangle-e95d3948f24963eb.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o crypto/bn/bn_x931p.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/bn/asm/co-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/bn/co-586.s
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/bn/asm/x86-gf2m.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/bn/x86-gf2m.s
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/bn/asm/x86-mont.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/bn/x86-mont.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o crypto/buffer/buf_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o crypto/buffer/buffer.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cast/c_cfb64.d.tmp -MT crypto/cast/c_cfb64.o -c -o crypto/cast/c_cfb64.o crypto/cast/c_cfb64.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cast/c_ecb.d.tmp -MT crypto/cast/c_ecb.o -c -o crypto/cast/c_ecb.o crypto/cast/c_ecb.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cast/c_enc.d.tmp -MT crypto/cast/c_enc.o -c -o crypto/cast/c_enc.o crypto/cast/c_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cast/c_ofb64.d.tmp -MT crypto/cast/c_ofb64.o -c -o crypto/cast/c_ofb64.o crypto/cast/c_ofb64.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cast/c_skey.d.tmp -MT crypto/cast/c_skey.o -c -o crypto/cast/c_skey.o crypto/cast/c_skey.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/chacha/asm/chacha-x86.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/chacha/chacha-x86.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cmac/cm_ameth.d.tmp -MT crypto/cmac/cm_ameth.o -c -o crypto/cmac/cm_ameth.o crypto/cmac/cm_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cmac/cm_pmeth.d.tmp -MT crypto/cmac/cm_pmeth.o -c -o crypto/cmac/cm_pmeth.o crypto/cmac/cm_pmeth.c
   Compiling chrono v0.4.22
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=chrono CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/chrono-0.4.22 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Date and time library for Rust' CARGO_PKG_HOMEPAGE='https://github.com/chronotope/chrono' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=chrono CARGO_PKG_REPOSITORY='https://github.com/chronotope/chrono' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.22 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=22 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name chrono --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/chrono-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="std"' --cfg 'feature="winapi"' -C metadata=89bf01b7411c3f06 -C extra-filename=-89bf01b7411c3f06 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern iana_time_zone=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libiana_time_zone-e8b3bf53e21ee65f.rmeta --extern num_integer=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libnum_integer-9c695f2ae61924b5.rmeta --extern num_traits=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libnum_traits-0db933ae84c74525.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cmac/cmac.d.tmp -MT crypto/cmac/cmac.o -c -o crypto/cmac/cmac.o crypto/cmac/cmac.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o crypto/cms/cms_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o crypto/cms/cms_att.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o crypto/cms/cms_cd.c
   Compiling fuzzy-matcher v0.3.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fuzzy_matcher CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7 CARGO_PKG_AUTHORS='Jinzhou Zhang ' CARGO_PKG_DESCRIPTION='Fuzzy Matching Library' CARGO_PKG_HOMEPAGE='https://github.com/lotabout/fuzzy-matcher' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fuzzy-matcher CARGO_PKG_REPOSITORY='https://github.com/lotabout/fuzzy-matcher' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name fuzzy_matcher --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' -C metadata=4a774c6a3821f3de -C extra-filename=-4a774c6a3821f3de --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern thread_local=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libthread_local-947b19fad37e7742.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:27:19
   |
27 | use thread_local::CachedThreadLocal;
   |                   ^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:41:14
   |
41 |     c_cache: CachedThreadLocal>>, // vector to store the characters of choice
   |              ^^^^^^^^^^^^^^^^^

warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:42:14
   |
42 |     p_cache: CachedThreadLocal>>, // vector to store the characters of pattern
   |              ^^^^^^^^^^^^^^^^^

warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:50:22
   |
50 |             c_cache: CachedThreadLocal::new(),
   |                      ^^^^^^^^^^^^^^^^^

warning: use of deprecated struct `thread_local::CachedThreadLocal`: Use `ThreadLocal` instead
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/fuzzy-matcher-0.3.7/src/clangd.rs:51:22
   |
51 |             p_cache: CachedThreadLocal::new(),
   |                      ^^^^^^^^^^^^^^^^^

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o crypto/cms/cms_dd.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o crypto/cms/cms_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o crypto/cms/cms_env.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o crypto/cms/cms_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o crypto/cms/cms_ess.c
warning: `fuzzy-matcher` (lib) generated 5 warnings
   Compiling dirs-next v2.0.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=dirs_next CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-next-2.0.0 CARGO_PKG_AUTHORS='The @xdg-rs members' CARGO_PKG_DESCRIPTION='A tiny low-level library that provides platform-specific standard locations
of directories for config, cache and other data on Linux, Windows, macOS
and Redox by leveraging the mechanisms defined by the XDG base/user
directory specifications on Linux, the Known Folder API on Windows,
and the Standard Directory guidelines on macOS.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=dirs-next CARGO_PKG_REPOSITORY='https://github.com/xdg-rs/dirs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name dirs_next --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=9abf6e4d67f50227 -C extra-filename=-9abf6e4d67f50227 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libcfg_if-dcd28fef696c8552.rmeta --extern dirs_sys_next=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libdirs_sys_next-8b379cb83b907c8b.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o crypto/cms/cms_io.c
   Compiling gh-emoji v1.0.7
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=gh_emoji CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/gh-emoji-1.0.7 CARGO_PKG_AUTHORS='Kornel :Jiří Šebele ' CARGO_PKG_DESCRIPTION='Convert `:emoji:` to Unicode using GitHub'\''s emoji names' CARGO_PKG_HOMEPAGE='https://lib.rs/crates/gh-emoji' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gh-emoji CARGO_PKG_REPOSITORY='https://github.com/kornelski/gh-emoji' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name gh_emoji --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/gh-emoji-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=0e75adb4f14fb97c -C extra-filename=-0e75adb4f14fb97c --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern phf=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libphf-4d78734fbc8e1f45.rmeta --extern regex=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libregex-202861f40849126c.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o crypto/cms/cms_kari.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o crypto/cms/cms_lib.c
   Compiling simplelog v0.12.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=simplelog CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/simplelog-0.12.0 CARGO_PKG_AUTHORS='Drakulix ' CARGO_PKG_DESCRIPTION='A simple and easy-to-use logging facility for Rust'\''s log crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=simplelog CARGO_PKG_REPOSITORY='https://github.com/drakulix/simplelog.rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name simplelog --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/simplelog-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=3f3eb4ef20d10c03 -C extra-filename=-3f3eb4ef20d10c03 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern log=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblog-f09b81ffd201c31f.rmeta --extern time=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libtime-6798836467f7302a.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o crypto/cms/cms_pwri.c
warning: field `write_log_enable_colors` is never read
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/simplelog-0.12.0/src/config.rs:88:16
   |
72 | pub struct Config {
   |            ------ field in this struct
...
88 |     pub(crate) write_log_enable_colors: bool,
   |                ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `Config` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o crypto/cms/cms_sd.c
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/anyhow-1.0.62 CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.38 CARGO_PKG_VERSION=1.0.62 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=62 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' OUT_DIR=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/anyhow-94e0c9ff86662467/out /usr/local/bin/rustc --crate-name anyhow --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/anyhow-1.0.62/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d7a92fb85bfb065 -C extra-filename=-8d7a92fb85bfb065 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o crypto/cms/cms_smime.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o crypto/conf/conf_api.c
warning: `simplelog` (lib) generated 1 warning
   Compiling which v4.2.5
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=which CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/which-4.2.5 CARGO_PKG_AUTHORS='Harry Fei ' CARGO_PKG_DESCRIPTION='A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=which CARGO_PKG_REPOSITORY='https://github.com/harryfei/which-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=4.2.5 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name which --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/which-4.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=ec646c51c04c67ec -C extra-filename=-ec646c51c04c67ec --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern either=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libeither-13fd2096b0ae2e88.rmeta --extern libc=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/liblibc-2eb6d1193b1632f2.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o crypto/conf/conf_def.c
   Compiling itertools v0.10.3
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.10.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name itertools --edition=2018 /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=091880f6a412f772 -C extra-filename=-091880f6a412f772 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern either=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libeither-13fd2096b0ae2e88.rmeta --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
   Compiling filetreelist v0.5.0 (/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/filetreelist)
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=filetreelist CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/filetreelist CARGO_PKG_AUTHORS='extrawurst ' CARGO_PKG_DESCRIPTION='filetree abstraction based on a sorted path list, supports key based navigation events, folding, scrolling and more' CARGO_PKG_HOMEPAGE='https://github.com/extrawurst/gitui' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=filetreelist CARGO_PKG_REPOSITORY='https://github.com/extrawurst/gitui' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name filetreelist --edition=2021 filetreelist/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=cfba77bf50418706 -C extra-filename=-cfba77bf50418706 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --extern scopetime=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libscopetime-cbcbd7c5f340709c.rmeta --extern thiserror=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps/libthiserror-b8e492a209ad9708.rmeta --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o crypto/conf/conf_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o crypto/conf/conf_lib.c
   Compiling bytesize v1.1.0
     Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytesize CARGO_MANIFEST_DIR=/magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bytesize-1.1.0 CARGO_PKG_AUTHORS='Hyunsik Choi ' CARGO_PKG_DESCRIPTION='an utility for human-readable bytes representations' CARGO_PKG_HOMEPAGE='https://github.com/hyunsik/bytesize/' CARGO_PKG_LICENSE=Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytesize CARGO_PKG_REPOSITORY='https://github.com/hyunsik/bytesize/' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/magus/work/usr/mports/devel/gitui/work/target/release/deps:/usr/local/lib' /usr/local/bin/rustc --crate-name bytesize /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/bytesize-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C linker-plugin-lto -C codegen-units=1 -C metadata=30b4135765121325 -C extra-filename=-30b4135765121325 --out-dir /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps --target i686-unknown-freebsd -C linker=cc -L dependency=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/devel/gitui/work/target/release/deps --cap-lints warn --cap-lints=warn -C link-arg=-fstack-protector-strong -C link-arg=-L/usr/local/lib`
warning: unused attribute `inline`
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/flatten_ok.rs:141:5
    |
141 |     #[inline]
    |     ^^^^^^^^^
    |
note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/flatten_ok.rs:142:5
    |
142 |     clone_fields!(iter, inner_front, inner_back);
    |     ^^^^^^^^^^^^
    = note: `#[warn(unused_attributes)]` on by default

warning: unused attribute `inline`
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/rciter_impl.rs:54:5
   |
54 |     #[inline]
   |     ^^^^^^^^^
   |
note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/rciter_impl.rs:55:5
   |
55 |     clone_fields!(rciter);
   |     ^^^^^^^^^^^^

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o crypto/conf/conf_mall.c
warning: `#[must_use]` has no effect when applied to a type alias
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/mod.rs:495:1
    |
495 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a type alias
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/coalesce.rs:89:1
   |
89 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a type alias
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/coalesce.rs:116:1
    |
116 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a type alias
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/adaptors/coalesce.rs:189:1
    |
189 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a type alias
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/grouping_map.rs:42:1
   |
42 | #[must_use = "GroupingMapBy is lazy and do nothing unless consumed"]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a type alias
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/kmerge_impl.rs:107:1
    |
107 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: `#[must_use]` has no effect when applied to a type alias
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/duplicates_impl.rs:191:1
    |
191 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o crypto/conf/conf_mod.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o crypto/conf/conf_sap.c
[sys-info 0.9.1] TARGET = Some("i686-unknown-freebsd")
[sys-info 0.9.1] OPT_LEVEL = Some("z")
[sys-info 0.9.1] HOST = Some("i686-unknown-freebsd")
[sys-info 0.9.1] CC_i686-unknown-freebsd = None
[sys-info 0.9.1] CC_i686_unknown_freebsd = None
[sys-info 0.9.1] HOST_CC = None
[sys-info 0.9.1] CC = Some("cc")
[sys-info 0.9.1] CFLAGS_i686-unknown-freebsd = None
[sys-info 0.9.1] CFLAGS_i686_unknown_freebsd = None
[sys-info 0.9.1] HOST_CFLAGS = None
[sys-info 0.9.1] CFLAGS = Some("-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing")
[sys-info 0.9.1] CRATE_CC_NO_DEFAULTS = None
[sys-info 0.9.1] DEBUG = Some("false")
[sys-info 0.9.1] CARGO_CFG_TARGET_FEATURE = Some("llvm14-builtins-abi")
[sys-info 0.9.1] running: "cc" "-Os" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m32" "-O2" "-pipe" "-fstack-protector-strong" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-o" "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/sys-info-3c00b676fa18d3c8/out/c/freebsd.o" "-c" "c/freebsd.c"
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o crypto/conf/conf_ssl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o crypto/cpt_err.c
warning: use of deprecated associated function `Itertools::fold1`: Use `Iterator::reduce` instead
  --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/concat_impl.rs:21:26
   |
21 |     iterable.into_iter().fold1(|mut a, b| { a.extend(b); a }).unwrap_or_else(<_>::default)
   |                          ^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o crypto/cryptlib.c
warning: `syntect` (lib) generated 1 warning
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o crypto/ct/ct_b64.c
[sys-info 0.9.1] cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
[sys-info 0.9.1] cargo:warning=uint64_t get_cpu_speed(void) {
[sys-info 0.9.1] cargo:warning=         ^
[sys-info 0.9.1] cargo:warning=c/info.h:31:15: note: previous declaration is here
[sys-info 0.9.1] cargo:warning=unsigned long get_cpu_speed(void);
[sys-info 0.9.1] cargo:warning=              ^
[sys-info 0.9.1] cargo:warning=c/freebsd.c:47:10: error: conflicting types for 'get_proc_total'
[sys-info 0.9.1] cargo:warning=uint64_t get_proc_total(void) {
[sys-info 0.9.1] cargo:warning=         ^
[sys-info 0.9.1] cargo:warning=c/info.h:34:15: note: previous declaration is here
[sys-info 0.9.1] cargo:warning=unsigned long get_proc_total(void);
[sys-info 0.9.1] cargo:warning=              ^
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o crypto/ct/ct_err.c
[sys-info 0.9.1] cargo:warning=2 errors generated.
[sys-info 0.9.1] exit status: 1
[sys-info 0.9.1] 
[sys-info 0.9.1] 
[sys-info 0.9.1] error occurred: Command "cc" "-Os" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m32" "-O2" "-pipe" "-fstack-protector-strong" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-o" "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/sys-info-3c00b676fa18d3c8/out/c/freebsd.o" "-c" "c/freebsd.c" with args "cc" did not execute successfully (status code exit status: 1).
[sys-info 0.9.1] 
[sys-info 0.9.1] 
The following warnings were emitted during compilation:

warning: c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
warning: uint64_t get_cpu_speed(void) {
warning:          ^
warning: c/info.h:31:15: note: previous declaration is here
warning: unsigned long get_cpu_speed(void);
warning:               ^
warning: c/freebsd.c:47:10: error: conflicting types for 'get_proc_total'
warning: uint64_t get_proc_total(void) {
warning:          ^
warning: c/info.h:34:15: note: previous declaration is here
warning: unsigned long get_proc_total(void);
warning:               ^
warning: 2 errors generated.

error: failed to run custom build command for `sys-info v0.9.1`

Caused by:
  process didn't exit successfully: `/magus/work/usr/mports/devel/gitui/work/target/release/build/sys-info-fd408f4cce4d1c8e/build-script-build` (exit status: 1)
  --- stdout
  cargo:rustc-flags=-l pthread
  TARGET = Some("i686-unknown-freebsd")
  OPT_LEVEL = Some("z")
  HOST = Some("i686-unknown-freebsd")
  CC_i686-unknown-freebsd = None
  CC_i686_unknown_freebsd = None
  HOST_CC = None
  CC = Some("cc")
  CFLAGS_i686-unknown-freebsd = None
  CFLAGS_i686_unknown_freebsd = None
  HOST_CFLAGS = None
  CFLAGS = Some("-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing")
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  CARGO_CFG_TARGET_FEATURE = Some("llvm14-builtins-abi")
  running: "cc" "-Os" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m32" "-O2" "-pipe" "-fstack-protector-strong" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-o" "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/sys-info-3c00b676fa18d3c8/out/c/freebsd.o" "-c" "c/freebsd.c"
  cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
  cargo:warning=uint64_t get_cpu_speed(void) {
  cargo:warning=         ^
  cargo:warning=c/info.h:31:15: note: previous declaration is here
  cargo:warning=unsigned long get_cpu_speed(void);
  cargo:warning=              ^
  cargo:warning=c/freebsd.c:47:10: error: conflicting types for 'get_proc_total'
  cargo:warning=uint64_t get_proc_total(void) {
  cargo:warning=         ^
  cargo:warning=c/info.h:34:15: note: previous declaration is here
  cargo:warning=unsigned long get_proc_total(void);
  cargo:warning=              ^
  cargo:warning=2 errors generated.
  exit status: 1

  --- stderr


  error occurred: Command "cc" "-Os" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m32" "-O2" "-pipe" "-fstack-protector-strong" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-o" "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/sys-info-3c00b676fa18d3c8/out/c/freebsd.o" "-c" "c/freebsd.c" with args "cc" did not execute successfully (status code exit status: 1).


warning: build failed, waiting for other jobs to finish...
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o crypto/ct/ct_log.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o crypto/ct/ct_oct.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o crypto/ct/ct_policy.c
warning: use of deprecated associated function `Itertools::fold1`: Use `Iterator::reduce` instead
   --> /magus/work/usr/mports/devel/gitui/work/gitui-0.21.0/cargo-crates/itertools-0.10.3/src/kmerge_impl.rs:219:19
    |
219 |                  .fold1(size_hint::add)
    |                   ^^^^^

[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o crypto/ct/ct_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o crypto/ct/ct_sct.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o crypto/ct/ct_sct_ctx.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o crypto/ct/ct_vfy.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o crypto/ct/ct_x509v3.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o crypto/ctype.c
[openssl-sys 0.9.75] /usr/bin/perl5.36.1 util/mkbuildinf.pl "cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include" "BSD-x86-elf" > crypto/buildinf.h
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/cbc_cksm.d.tmp -MT crypto/des/cbc_cksm.o -c -o crypto/des/cbc_cksm.o crypto/des/cbc_cksm.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/cbc_enc.d.tmp -MT crypto/des/cbc_enc.o -c -o crypto/des/cbc_enc.o crypto/des/cbc_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/cfb64ede.d.tmp -MT crypto/des/cfb64ede.o -c -o crypto/des/cfb64ede.o crypto/des/cfb64ede.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/cfb64enc.d.tmp -MT crypto/des/cfb64enc.o -c -o crypto/des/cfb64enc.o crypto/des/cfb64enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/cfb_enc.d.tmp -MT crypto/des/cfb_enc.o -c -o crypto/des/cfb_enc.o crypto/des/cfb_enc.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/des/asm/crypt586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include crypto/des/crypt586.s
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/des/asm/des-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include crypto/des/des-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/ecb3_enc.d.tmp -MT crypto/des/ecb3_enc.o -c -o crypto/des/ecb3_enc.o crypto/des/ecb3_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/ecb_enc.d.tmp -MT crypto/des/ecb_enc.o -c -o crypto/des/ecb_enc.o crypto/des/ecb_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/fcrypt.d.tmp -MT crypto/des/fcrypt.o -c -o crypto/des/fcrypt.o crypto/des/fcrypt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/ofb64ede.d.tmp -MT crypto/des/ofb64ede.o -c -o crypto/des/ofb64ede.o crypto/des/ofb64ede.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/ofb64enc.d.tmp -MT crypto/des/ofb64enc.o -c -o crypto/des/ofb64enc.o crypto/des/ofb64enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/ofb_enc.d.tmp -MT crypto/des/ofb_enc.o -c -o crypto/des/ofb_enc.o crypto/des/ofb_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/pcbc_enc.d.tmp -MT crypto/des/pcbc_enc.o -c -o crypto/des/pcbc_enc.o crypto/des/pcbc_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/qud_cksm.d.tmp -MT crypto/des/qud_cksm.o -c -o crypto/des/qud_cksm.o crypto/des/qud_cksm.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/rand_key.d.tmp -MT crypto/des/rand_key.o -c -o crypto/des/rand_key.o crypto/des/rand_key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/set_key.d.tmp -MT crypto/des/set_key.o -c -o crypto/des/set_key.o crypto/des/set_key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/str2key.d.tmp -MT crypto/des/str2key.o -c -o crypto/des/str2key.o crypto/des/str2key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/des/xcbc_enc.d.tmp -MT crypto/des/xcbc_enc.o -c -o crypto/des/xcbc_enc.o crypto/des/xcbc_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o crypto/dh/dh_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o crypto/dh/dh_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o crypto/dh/dh_check.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o crypto/dh/dh_depr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o crypto/dh/dh_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o crypto/dh/dh_gen.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o crypto/dh/dh_kdf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o crypto/dh/dh_key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o crypto/dh/dh_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o crypto/dh/dh_meth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o crypto/dh/dh_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o crypto/dh/dh_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc5114.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o crypto/dh/dh_rfc7919.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_ameth.d.tmp -MT crypto/dsa/dsa_ameth.o -c -o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_asn1.d.tmp -MT crypto/dsa/dsa_asn1.o -c -o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_depr.d.tmp -MT crypto/dsa/dsa_depr.o -c -o crypto/dsa/dsa_depr.o crypto/dsa/dsa_depr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_err.d.tmp -MT crypto/dsa/dsa_err.o -c -o crypto/dsa/dsa_err.o crypto/dsa/dsa_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_gen.d.tmp -MT crypto/dsa/dsa_gen.o -c -o crypto/dsa/dsa_gen.o crypto/dsa/dsa_gen.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_key.d.tmp -MT crypto/dsa/dsa_key.o -c -o crypto/dsa/dsa_key.o crypto/dsa/dsa_key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_lib.d.tmp -MT crypto/dsa/dsa_lib.o -c -o crypto/dsa/dsa_lib.o crypto/dsa/dsa_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_meth.d.tmp -MT crypto/dsa/dsa_meth.o -c -o crypto/dsa/dsa_meth.o crypto/dsa/dsa_meth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_ossl.d.tmp -MT crypto/dsa/dsa_ossl.o -c -o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_ossl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_pmeth.d.tmp -MT crypto/dsa/dsa_pmeth.o -c -o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_prn.d.tmp -MT crypto/dsa/dsa_prn.o -c -o crypto/dsa/dsa_prn.o crypto/dsa/dsa_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_sign.d.tmp -MT crypto/dsa/dsa_sign.o -c -o crypto/dsa/dsa_sign.o crypto/dsa/dsa_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dsa/dsa_vrf.d.tmp -MT crypto/dsa/dsa_vrf.o -c -o crypto/dsa/dsa_vrf.o crypto/dsa/dsa_vrf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o crypto/dso/dso_dl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o crypto/dso/dso_dlfcn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o crypto/dso/dso_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o crypto/dso/dso_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o crypto/dso/dso_openssl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o crypto/dso/dso_vms.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o crypto/dso/dso_win32.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o crypto/ebcdic.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o crypto/ec/curve25519.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/arch_32/f_impl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/curve448_tables.c
warning: `itertools` (lib) generated 11 warnings
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o crypto/ec/curve448/eddsa.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o crypto/ec/curve448/f_generic.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o crypto/ec/curve448/scalar.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o crypto/ec/ec2_oct.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o crypto/ec/ec2_smpl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o crypto/ec/ec_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o crypto/ec/ec_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o crypto/ec/ec_check.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o crypto/ec/ec_curve.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o crypto/ec/ec_cvt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o crypto/ec/ec_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o crypto/ec/ec_key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o crypto/ec/ec_kmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o crypto/ec/ec_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o crypto/ec/ec_mult.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o crypto/ec/ec_oct.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o crypto/ec/ec_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o crypto/ec/ec_print.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_kdf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o crypto/ec/ecdh_ossl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_ossl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o crypto/ec/ecdsa_vrf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o crypto/ec/eck_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o crypto/ec/ecp_mont.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o crypto/ec/ecp_nist.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp224.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp256.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistp521.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistputil.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/ec/asm/ecp_nistz256-x86.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/ec/ecp_nistz256-x86.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_nistz256.d.tmp -MT crypto/ec/ecp_nistz256.o -c -o crypto/ec/ecp_nistz256.o crypto/ec/ecp_nistz256.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o crypto/ec/ecp_oct.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o crypto/ec/ecp_smpl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o crypto/ec/ecx_meth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o crypto/engine/eng_all.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o crypto/engine/eng_cnf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o crypto/engine/eng_ctrl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_devcrypto.d.tmp -MT crypto/engine/eng_devcrypto.o -c -o crypto/engine/eng_devcrypto.o crypto/engine/eng_devcrypto.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o crypto/engine/eng_dyn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o crypto/engine/eng_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o crypto/engine/eng_fat.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o crypto/engine/eng_init.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o crypto/engine/eng_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o crypto/engine/eng_list.c
[openssl-sys 0.9.75] crypto/engine/eng_devcrypto.c:313:36: warning: passing 'c_caddr_t' (aka 'const char *') to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
[openssl-sys 0.9.75]         return cipher_init(to_ctx, cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx),
[openssl-sys 0.9.75]                                    ^~~~~~~~~~~~~~~~~~~~
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o crypto/engine/eng_openssl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o crypto/engine/eng_pkey.c
[openssl-sys 0.9.75] crypto/engine/eng_devcrypto.c:149:66: note: passing argument to parameter 'key' here
[openssl-sys 0.9.75] static int cipher_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
[openssl-sys 0.9.75]                                                                  ^
[openssl-sys 0.9.75] 1 warning generated.
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o crypto/engine/eng_rdrand.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o crypto/engine/eng_table.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o crypto/engine/tb_asnmth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o crypto/engine/tb_cipher.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o crypto/engine/tb_dh.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o crypto/engine/tb_digest.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o crypto/engine/tb_dsa.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o crypto/engine/tb_eckey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o crypto/engine/tb_pkmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o crypto/engine/tb_rand.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o crypto/engine/tb_rsa.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o crypto/err/err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o crypto/err/err_all.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o crypto/err/err_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o crypto/evp/bio_b64.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o crypto/evp/bio_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o crypto/evp/bio_md.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o crypto/evp/bio_ok.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o crypto/evp/c_allc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o crypto/evp/c_alld.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o crypto/evp/cmeth_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o crypto/evp/digest.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o crypto/evp/e_aes.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/modes -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/modes -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aes_cbc_hmac_sha256.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o crypto/evp/e_aria.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o crypto/evp/e_bf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o crypto/evp/e_camellia.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o crypto/evp/e_cast.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_chacha20_poly1305.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o crypto/evp/e_des.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o crypto/evp/e_des3.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o crypto/evp/e_idea.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o crypto/evp/e_null.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o crypto/evp/e_old.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o crypto/evp/e_rc2.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o crypto/evp/e_rc4.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc4_hmac_md5.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o crypto/evp/e_rc5.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o crypto/evp/e_seed.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -Icrypto/modes -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o crypto/evp/e_sm4.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o crypto/evp/e_xcbc_d.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o crypto/evp/encode.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o crypto/evp/evp_cnf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o crypto/evp/evp_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o crypto/evp/evp_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o crypto/evp/evp_key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o crypto/evp/evp_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o crypto/evp/evp_pbe.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o crypto/evp/evp_pkey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o crypto/evp/m_md2.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o crypto/evp/m_md4.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o crypto/evp/m_md5.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o crypto/evp/m_md5_sha1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o crypto/evp/m_mdc2.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o crypto/evp/m_null.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o crypto/evp/m_ripemd.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o crypto/evp/m_sha1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o crypto/evp/m_sha3.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o crypto/evp/m_sigver.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o crypto/evp/m_wp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o crypto/evp/names.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o crypto/evp/p5_crpt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o crypto/evp/p5_crpt2.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o crypto/evp/p_dec.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o crypto/evp/p_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o crypto/evp/p_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o crypto/evp/p_open.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o crypto/evp/p_seal.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o crypto/evp/p_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o crypto/evp/p_verify.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o crypto/evp/pbe_scrypt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o crypto/evp/pmeth_fn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o crypto/evp/pmeth_gn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o crypto/evp/pmeth_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o crypto/ex_data.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o crypto/getenv.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o crypto/hmac/hm_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o crypto/hmac/hm_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o crypto/hmac/hmac.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o crypto/init.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o crypto/kdf/hkdf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o crypto/kdf/kdf_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o crypto/kdf/scrypt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o crypto/kdf/tls1_prf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o crypto/lhash/lh_stats.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o crypto/lhash/lhash.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/md4/md4_dgst.d.tmp -MT crypto/md4/md4_dgst.o -c -o crypto/md4/md4_dgst.o crypto/md4/md4_dgst.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/md4/md4_one.d.tmp -MT crypto/md4/md4_one.o -c -o crypto/md4/md4_one.o crypto/md4/md4_one.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/md5/asm/md5-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include crypto/md5/md5-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o crypto/md5/md5_dgst.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o crypto/md5/md5_one.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/mdc2/mdc2_one.d.tmp -MT crypto/mdc2/mdc2_one.o -c -o crypto/mdc2/mdc2_one.o crypto/mdc2/mdc2_one.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/mdc2/mdc2dgst.d.tmp -MT crypto/mdc2/mdc2dgst.o -c -o crypto/mdc2/mdc2dgst.o crypto/mdc2/mdc2dgst.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o crypto/mem.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o crypto/mem_dbg.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o crypto/mem_sec.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o crypto/modes/cbc128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o crypto/modes/ccm128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o crypto/modes/cfb128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o crypto/modes/ctr128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o crypto/modes/cts128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o crypto/modes/gcm128.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/modes/asm/ghash-x86.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/modes/ghash-x86.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o crypto/modes/ocb128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o crypto/modes/ofb128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o crypto/modes/wrap128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o crypto/modes/xts128.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o crypto/o_dir.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o crypto/o_fips.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o crypto/o_fopen.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o crypto/o_init.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o crypto/o_str.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o crypto/o_time.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o crypto/objects/o_names.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o crypto/objects/obj_dat.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o crypto/objects/obj_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o crypto/objects/obj_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o crypto/objects/obj_xref.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_asn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_cl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ext.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_ht.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_srv.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o crypto/ocsp/ocsp_vfy.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o crypto/ocsp/v3_ocsp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o crypto/pem/pem_all.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o crypto/pem/pem_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o crypto/pem/pem_info.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o crypto/pem/pem_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o crypto/pem/pem_oth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o crypto/pem/pem_pk8.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o crypto/pem/pem_pkey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o crypto/pem/pem_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o crypto/pem/pem_x509.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o crypto/pem/pem_xaux.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o crypto/pem/pvkfmt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_add.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_asn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_attr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crpt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_crt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_decr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_init.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_key.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_kiss.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_mutl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_npas.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8d.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_p8e.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_sbag.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o crypto/pkcs12/p12_utl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o crypto/pkcs12/pk12err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o crypto/pkcs7/bio_pk7.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_attr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_doit.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_mime.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pk7_smime.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o crypto/pkcs7/pkcs7err.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/poly1305/asm/poly1305-x86.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/poly1305/poly1305-x86.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o crypto/poly1305/poly1305.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o crypto/poly1305/poly1305_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto/modes -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o crypto/rand/drbg_ctr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o crypto/rand/drbg_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o crypto/rand/rand_egd.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o crypto/rand/rand_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o crypto/rand/rand_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o crypto/rand/rand_unix.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o crypto/rand/rand_vms.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o crypto/rand/rand_win.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o crypto/rand/randfile.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rc2/rc2_cbc.d.tmp -MT crypto/rc2/rc2_cbc.o -c -o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_cbc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rc2/rc2_ecb.d.tmp -MT crypto/rc2/rc2_ecb.o -c -o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_ecb.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rc2/rc2_skey.d.tmp -MT crypto/rc2/rc2_skey.o -c -o crypto/rc2/rc2_skey.o crypto/rc2/rc2_skey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rc2/rc2cfb64.d.tmp -MT crypto/rc2/rc2cfb64.o -c -o crypto/rc2/rc2cfb64.o crypto/rc2/rc2cfb64.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rc2/rc2ofb64.d.tmp -MT crypto/rc2/rc2ofb64.o -c -o crypto/rc2/rc2ofb64.o crypto/rc2/rc2ofb64.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/rc4/asm/rc4-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/rc4/rc4-586.s
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/ripemd/asm/rmd-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include crypto/ripemd/rmd-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ripemd/rmd_dgst.d.tmp -MT crypto/ripemd/rmd_dgst.o -c -o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_dgst.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ripemd/rmd_one.d.tmp -MT crypto/ripemd/rmd_one.o -c -o crypto/ripemd/rmd_one.o crypto/ripemd/rmd_one.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o crypto/rsa/rsa_chk.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_crpt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o crypto/rsa/rsa_depr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o crypto/rsa/rsa_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o crypto/rsa/rsa_gen.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o crypto/rsa/rsa_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o crypto/rsa/rsa_meth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o crypto/rsa/rsa_mp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o crypto/rsa/rsa_none.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_oaep.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_ossl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pk1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o crypto/rsa/rsa_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o crypto/rsa/rsa_pss.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o crypto/rsa/rsa_saos.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o crypto/rsa/rsa_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_ssl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o crypto/rsa/rsa_x931g.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sha/keccak1600.d.tmp -MT crypto/sha/keccak1600.o -c -o crypto/sha/keccak1600.o crypto/sha/keccak1600.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/sha/asm/sha1-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/sha/sha1-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o crypto/sha/sha1_one.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o crypto/sha/sha1dgst.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/sha/asm/sha256-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/sha/sha256-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o crypto/sha/sha256.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/sha/asm/sha512-586.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/sha/sha512-586.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o crypto/sha/sha512.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/siphash/siphash.d.tmp -MT crypto/siphash/siphash.o -c -o crypto/siphash/siphash.o crypto/siphash/siphash.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/siphash/siphash_ameth.d.tmp -MT crypto/siphash/siphash_ameth.o -c -o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_ameth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/siphash/siphash_pmeth.d.tmp -MT crypto/siphash/siphash_pmeth.o -c -o crypto/siphash/siphash_pmeth.o crypto/siphash/siphash_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sm2/sm2_crypt.d.tmp -MT crypto/sm2/sm2_crypt.o -c -o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_crypt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sm2/sm2_err.d.tmp -MT crypto/sm2/sm2_err.o -c -o crypto/sm2/sm2_err.o crypto/sm2/sm2_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sm2/sm2_pmeth.d.tmp -MT crypto/sm2/sm2_pmeth.o -c -o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_pmeth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sm2/sm2_sign.d.tmp -MT crypto/sm2/sm2_sign.o -c -o crypto/sm2/sm2_sign.o crypto/sm2/sm2_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sm3/m_sm3.d.tmp -MT crypto/sm3/m_sm3.o -c -o crypto/sm3/m_sm3.o crypto/sm3/m_sm3.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sm3/sm3.d.tmp -MT crypto/sm3/sm3.o -c -o crypto/sm3/sm3.o crypto/sm3/sm3.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/sm4/sm4.d.tmp -MT crypto/sm4/sm4.o -c -o crypto/sm4/sm4.o crypto/sm4/sm4.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o crypto/srp/srp_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o crypto/srp/srp_vfy.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o crypto/stack/stack.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o crypto/store/loader_file.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o crypto/store/store_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o crypto/store/store_init.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o crypto/store/store_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o crypto/store/store_register.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o crypto/store/store_strings.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o crypto/threads_none.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o crypto/threads_pthread.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o crypto/threads_win.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o crypto/ts/ts_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o crypto/ts/ts_conf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o crypto/ts/ts_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o crypto/ts/ts_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o crypto/ts/ts_req_print.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o crypto/ts/ts_req_utils.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_print.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_sign.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_utils.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o crypto/ts/ts_rsp_verify.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o crypto/ts/ts_verify_ctx.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o crypto/txt_db/txt_db.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o crypto/ui/ui_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o crypto/ui/ui_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o crypto/ui/ui_null.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o crypto/ui/ui_openssl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o crypto/ui/ui_util.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o crypto/uid.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/whrlpool/asm/wp-mmx.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/whrlpool/wp-mmx.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/whrlpool/wp_block.d.tmp -MT crypto/whrlpool/wp_block.o -c -o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_block.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/whrlpool/wp_dgst.d.tmp -MT crypto/whrlpool/wp_dgst.o -c -o crypto/whrlpool/wp_dgst.o crypto/whrlpool/wp_dgst.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o crypto/x509/by_dir.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o crypto/x509/by_file.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o crypto/x509/t_crl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o crypto/x509/t_req.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o crypto/x509/t_x509.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o crypto/x509/x509_att.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o crypto/x509/x509_cmp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o crypto/x509/x509_d2.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o crypto/x509/x509_def.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o crypto/x509/x509_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o crypto/x509/x509_ext.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o crypto/x509/x509_lu.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o crypto/x509/x509_meth.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o crypto/x509/x509_obj.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o crypto/x509/x509_r2x.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o crypto/x509/x509_req.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o crypto/x509/x509_set.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o crypto/x509/x509_trs.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o crypto/x509/x509_txt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o crypto/x509/x509_v3.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o crypto/x509/x509_vfy.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o crypto/x509/x509_vpm.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o crypto/x509/x509cset.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o crypto/x509/x509name.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o crypto/x509/x509rset.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o crypto/x509/x509spki.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o crypto/x509/x509type.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o crypto/x509/x_all.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o crypto/x509/x_attrib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o crypto/x509/x_crl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o crypto/x509/x_exten.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o crypto/x509/x_name.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o crypto/x509/x_pubkey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o crypto/x509/x_req.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o crypto/x509/x_x509.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o crypto/x509/x_x509a.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_cache.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_data.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_map.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_node.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o crypto/x509v3/pcy_tree.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o crypto/x509v3/v3_addr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o crypto/x509v3/v3_admis.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_akeya.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o crypto/x509v3/v3_alt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o crypto/x509v3/v3_asid.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bcons.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_bitst.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o crypto/x509v3/v3_conf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_cpols.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o crypto/x509v3/v3_crld.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o crypto/x509v3/v3_enum.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o crypto/x509v3/v3_extku.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o crypto/x509v3/v3_genn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_ia5.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o crypto/x509v3/v3_info.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o crypto/x509v3/v3_int.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o crypto/x509v3/v3_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_ncons.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pci.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcia.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pcons.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pku.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_pmaps.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o crypto/x509v3/v3_prn.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o crypto/x509v3/v3_purp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o crypto/x509v3/v3_skey.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_sxnet.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_tlsf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o crypto/x509v3/v3_utl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o crypto/x509v3/v3err.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 crypto/x86cpuid.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  crypto/x86cpuid.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF engines/e_capi.d.tmp -MT engines/e_capi.o -c -o engines/e_capi.o engines/e_capi.c
[openssl-sys 0.9.75] CC="cc" /usr/bin/perl5.36.1 engines/asm/e_padlock-x86.pl elf -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include  engines/e_padlock-x86.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF engines/e_padlock.d.tmp -MT engines/e_padlock.o -c -o engines/e_padlock.o engines/e_padlock.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ssl/bio_ssl.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ssl/d1_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ssl/d1_msg.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ssl/d1_srtp.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ssl/methods.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ssl/packet.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ssl/pqueue.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ssl/record/dtls1_bitmap.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ssl/record/rec_layer_d1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ssl/record/rec_layer_s3.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ssl/record/ssl3_buffer.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ssl/record/ssl3_record.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ssl/record/ssl3_record_tls13.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ssl/s3_cbc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ssl/s3_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ssl/s3_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ssl/s3_msg.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ssl/ssl_asn1.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ssl/ssl_cert.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ssl/ssl_ciph.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ssl/ssl_conf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ssl/ssl_err.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ssl/ssl_init.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ssl/ssl_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ssl/ssl_mcnf.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ssl/ssl_rsa.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ssl/ssl_sess.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ssl/ssl_stat.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ssl/ssl_txt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ssl/ssl_utst.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ssl/statem/extensions.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ssl/statem/extensions_clnt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ssl/statem/extensions_cust.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ssl/statem/extensions_srvr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ssl/statem/statem.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ssl/statem/statem_clnt.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ssl/statem/statem_dtls.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ssl/statem/statem_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ssl/statem/statem_srvr.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ssl/t1_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ssl/t1_lib.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ssl/t1_trce.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ssl/tls13_enc.c
[openssl-sys 0.9.75] cc  -I. -Iinclude -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ssl/tls_srp.c
[openssl-sys 0.9.75] ar r apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/aes/aesni-x86.o crypto/aes/aesni-x86.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/aes/vpaes-x86.o crypto/aes/vpaes-x86.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/bf/bf-586.o crypto/bf/bf-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/bn/bn-586.o crypto/bn/bn-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/bn/co-586.o crypto/bn/co-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/bn/x86-gf2m.o crypto/bn/x86-gf2m.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/bn/x86-mont.o crypto/bn/x86-mont.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/chacha/chacha-x86.o crypto/chacha/chacha-x86.s
[openssl-sys 0.9.75] cc  -I. -Iinclude -Icrypto -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o crypto/cversion.c
[openssl-sys 0.9.75] ar: warning: creating apps/libapps.a
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/des/crypt586.o crypto/des/crypt586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/des/des-586.o crypto/des/des-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/ec/ecp_nistz256-x86.o crypto/ec/ecp_nistz256-x86.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/md5/md5-586.o crypto/md5/md5-586.s
[openssl-sys 0.9.75] ranlib apps/libapps.a || echo Never mind.
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/modes/ghash-x86.o crypto/modes/ghash-x86.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/poly1305/poly1305-x86.o crypto/poly1305/poly1305-x86.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/rc4/rc4-586.o crypto/rc4/rc4-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/ripemd/rmd-586.o crypto/ripemd/rmd-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/sha/sha1-586.o crypto/sha/sha1-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/sha/sha256-586.o crypto/sha/sha256-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/sha/sha512-586.o crypto/sha/sha512-586.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/whrlpool/wp-mmx.o crypto/whrlpool/wp-mmx.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o crypto/x86cpuid.o crypto/x86cpuid.s
[openssl-sys 0.9.75] cc -fPIC -pthread -Wa,--noexecstack -Qunused-arguments -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2 -ffunction-sections -fdata-sections -fPIC -m32 -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/engines-1.1\"" -D_THREAD_SAFE -D_REENTRANT -DNDEBUG -isystem /usr/local/include -c -o engines/e_padlock-x86.o engines/e_padlock-x86.s
[openssl-sys 0.9.75] ar r libcrypto.a crypto/aes/aes_cbc.o crypto/aes/aes_cfb.o crypto/aes/aes_core.o crypto/aes/aes_ecb.o crypto/aes/aes_ige.o crypto/aes/aes_misc.o crypto/aes/aes_ofb.o crypto/aes/aes_wrap.o crypto/aes/aesni-x86.o crypto/aes/vpaes-x86.o crypto/aria/aria.o crypto/asn1/a_bitstr.o crypto/asn1/a_d2i_fp.o crypto/asn1/a_digest.o crypto/asn1/a_dup.o crypto/asn1/a_gentm.o crypto/asn1/a_i2d_fp.o crypto/asn1/a_int.o crypto/asn1/a_mbstr.o crypto/asn1/a_object.o crypto/asn1/a_octet.o crypto/asn1/a_print.o crypto/asn1/a_sign.o crypto/asn1/a_strex.o crypto/asn1/a_strnid.o crypto/asn1/a_time.o crypto/asn1/a_type.o crypto/asn1/a_utctm.o crypto/asn1/a_utf8.o crypto/asn1/a_verify.o crypto/asn1/ameth_lib.o crypto/asn1/asn1_err.o crypto/asn1/asn1_gen.o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_lib.o crypto/asn1/asn1_par.o crypto/asn1/asn_mime.o crypto/asn1/asn_moid.o crypto/asn1/asn_mstbl.o crypto/asn1/asn_pack.o crypto/asn1/bio_asn1.o crypto/asn1/bio_ndef.o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pu.o crypto/asn1/evp_asn1.o crypto/asn1/f_int.o crypto/asn1/f_string.o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pu.o crypto/asn1/n_pkey.o crypto/asn1/nsseq.o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbev2.o crypto/asn1/p5_scrypt.o crypto/asn1/p8_pkey.o crypto/asn1/t_bitst.o crypto/asn1/t_pkey.o crypto/asn1/t_spki.o crypto/asn1/tasn_dec.o crypto/asn1/tasn_enc.o crypto/asn1/tasn_fre.o crypto/asn1/tasn_new.o crypto/asn1/tasn_prn.o crypto/asn1/tasn_scn.o crypto/asn1/tasn_typ.o crypto/asn1/tasn_utl.o crypto/asn1/x_algor.o crypto/asn1/x_bignum.o crypto/asn1/x_info.o crypto/asn1/x_int64.o crypto/asn1/x_long.o crypto/asn1/x_pkey.o crypto/asn1/x_sig.o crypto/asn1/x_spki.o crypto/asn1/x_val.o crypto/async/arch/async_null.o crypto/async/arch/async_posix.o crypto/async/arch/async_win.o crypto/async/async.o crypto/async/async_err.o crypto/async/async_wait.o crypto/bf/bf-586.o crypto/bf/bf_cfb64.o crypto/bf/bf_ecb.o crypto/bf/bf_ofb64.o crypto/bf/bf_skey.o crypto/bio/b_addr.o crypto/bio/b_dump.o crypto/bio/b_print.o crypto/bio/b_sock.o crypto/bio/b_sock2.o crypto/bio/bf_buff.o crypto/bio/bf_lbuf.o crypto/bio/bf_nbio.o crypto/bio/bf_null.o crypto/bio/bio_cb.o crypto/bio/bio_err.o crypto/bio/bio_lib.o crypto/bio/bio_meth.o crypto/bio/bss_acpt.o crypto/bio/bss_bio.o crypto/bio/bss_conn.o crypto/bio/bss_dgram.o crypto/bio/bss_fd.o crypto/bio/bss_file.o crypto/bio/bss_log.o crypto/bio/bss_mem.o crypto/bio/bss_null.o crypto/bio/bss_sock.o crypto/blake2/blake2b.o crypto/blake2/blake2s.o crypto/blake2/m_blake2b.o crypto/blake2/m_blake2s.o crypto/bn/bn-586.o crypto/bn/bn_add.o crypto/bn/bn_blind.o crypto/bn/bn_const.o crypto/bn/bn_ctx.o crypto/bn/bn_depr.o crypto/bn/bn_dh.o crypto/bn/bn_div.o crypto/bn/bn_err.o crypto/bn/bn_exp.o crypto/bn/bn_exp2.o crypto/bn/bn_gcd.o crypto/bn/bn_gf2m.o crypto/bn/bn_intern.o crypto/bn/bn_kron.o crypto/bn/bn_lib.o crypto/bn/bn_mod.o crypto/bn/bn_mont.o crypto/bn/bn_mpi.o crypto/bn/bn_mul.o crypto/bn/bn_nist.o crypto/bn/bn_prime.o crypto/bn/bn_print.o crypto/bn/bn_rand.o crypto/bn/bn_recp.o crypto/bn/bn_shift.o crypto/bn/bn_sqr.o crypto/bn/bn_sqrt.o crypto/bn/bn_srp.o crypto/bn/bn_word.o crypto/bn/bn_x931p.o crypto/bn/co-586.o crypto/bn/x86-gf2m.o crypto/bn/x86-mont.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/cast/c_cfb64.o crypto/cast/c_ecb.o crypto/cast/c_enc.o crypto/cast/c_ofb64.o crypto/cast/c_skey.o crypto/chacha/chacha-x86.o crypto/cmac/cm_ameth.o crypto/cmac/cm_pmeth.o crypto/cmac/cmac.o crypto/cms/cms_asn1.o crypto/cms/cms_att.o crypto/cms/cms_cd.o crypto/cms/cms_dd.o crypto/cms/cms_enc.o crypto/cms/cms_env.o crypto/cms/cms_err.o crypto/cms/cms_ess.o crypto/cms/cms_io.o crypto/cms/cms_kari.o crypto/cms/cms_lib.o crypto/cms/cms_pwri.o crypto/cms/cms_sd.o crypto/cms/cms_smime.o crypto/conf/conf_api.o crypto/conf/conf_def.o crypto/conf/conf_err.o crypto/conf/conf_lib.o crypto/conf/conf_mall.o crypto/conf/conf_mod.o crypto/conf/conf_sap.o crypto/conf/conf_ssl.o crypto/cpt_err.o crypto/cryptlib.o crypto/ct/ct_b64.o crypto/ct/ct_err.o crypto/ct/ct_log.o crypto/ct/ct_oct.o crypto/ct/ct_policy.o crypto/ct/ct_prn.o crypto/ct/ct_sct.o crypto/ct/ct_sct_ctx.o crypto/ct/ct_vfy.o crypto/ct/ct_x509v3.o crypto/ctype.o crypto/cversion.o crypto/des/cbc_cksm.o crypto/des/cbc_enc.o crypto/des/cfb64ede.o crypto/des/cfb64enc.o crypto/des/cfb_enc.o crypto/des/crypt586.o crypto/des/des-586.o crypto/des/ecb3_enc.o crypto/des/ecb_enc.o crypto/des/fcrypt.o crypto/des/ofb64ede.o crypto/des/ofb64enc.o crypto/des/ofb_enc.o crypto/des/pcbc_enc.o crypto/des/qud_cksm.o crypto/des/rand_key.o crypto/des/set_key.o crypto/des/str2key.o crypto/des/xcbc_enc.o crypto/dh/dh_ameth.o crypto/dh/dh_asn1.o crypto/dh/dh_check.o crypto/dh/dh_depr.o crypto/dh/dh_err.o crypto/dh/dh_gen.o crypto/dh/dh_kdf.o crypto/dh/dh_key.o crypto/dh/dh_lib.o crypto/dh/dh_meth.o crypto/dh/dh_pmeth.o crypto/dh/dh_prn.o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc7919.o crypto/dsa/dsa_ameth.o crypto/dsa/dsa_asn1.o crypto/dsa/dsa_depr.o crypto/dsa/dsa_err.o crypto/dsa/dsa_gen.o crypto/dsa/dsa_key.o crypto/dsa/dsa_lib.o crypto/dsa/dsa_meth.o crypto/dsa/dsa_ossl.o crypto/dsa/dsa_pmeth.o crypto/dsa/dsa_prn.o crypto/dsa/dsa_sign.o crypto/dsa/dsa_vrf.o crypto/dso/dso_dl.o crypto/dso/dso_dlfcn.o crypto/dso/dso_err.o crypto/dso/dso_lib.o crypto/dso/dso_openssl.o crypto/dso/dso_vms.o crypto/dso/dso_win32.o crypto/ebcdic.o crypto/ec/curve25519.o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/eddsa.o crypto/ec/curve448/f_generic.o crypto/ec/curve448/scalar.o crypto/ec/ec2_oct.o crypto/ec/ec2_smpl.o crypto/ec/ec_ameth.o crypto/ec/ec_asn1.o crypto/ec/ec_check.o crypto/ec/ec_curve.o crypto/ec/ec_cvt.o crypto/ec/ec_err.o crypto/ec/ec_key.o crypto/ec/ec_kmeth.o crypto/ec/ec_lib.o crypto/ec/ec_mult.o crypto/ec/ec_oct.o crypto/ec/ec_pmeth.o crypto/ec/ec_print.o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_ossl.o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_vrf.o crypto/ec/eck_prn.o crypto/ec/ecp_mont.o crypto/ec/ecp_nist.o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistz256-x86.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_devcrypto.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/init.o crypto/kdf/hkdf.o crypto/kdf/kdf_err.o crypto/kdf/scrypt.o crypto/kdf/tls1_prf.o crypto/lhash/lh_stats.o crypto/lhash/lhash.o crypto/md4/md4_dgst.o crypto/md4/md4_one.o crypto/md5/md5-586.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mdc2/mdc2_one.o crypto/mdc2/mdc2dgst.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ghash-x86.o crypto/modes/ocb128.o crypto/modes/ofb128.o crypto/modes/wrap128.o crypto/modes/xts128.o crypto/o_dir.o crypto/o_fips.o crypto/o_fopen.o crypto/o_init.o crypto/o_str.o crypto/o_time.o crypto/objects/o_names.o crypto/objects/obj_dat.o crypto/objects/obj_err.o crypto/objects/obj_lib.o crypto/objects/obj_xref.o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_vfy.o crypto/ocsp/v3_ocsp.o crypto/pem/pem_all.o crypto/pem/pem_err.o crypto/pem/pem_info.o crypto/pem/pem_lib.o crypto/pem/pem_oth.o crypto/pem/pem_pk8.o crypto/pem/pem_pkey.o crypto/pem/pem_sign.o crypto/pem/pem_x509.o crypto/pem/pem_xaux.o crypto/pem/pvkfmt.o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_utl.o crypto/pkcs12/pk12err.o crypto/pkcs7/bio_pk7.o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pkcs7err.o crypto/poly1305/poly1305-x86.o crypto/poly1305/poly1305.o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_pmeth.o crypto/rand/drbg_ctr.o crypto/rand/drbg_lib.o crypto/rand/rand_egd.o crypto/rand/rand_err.o crypto/rand/rand_lib.o crypto/rand/rand_unix.o crypto/rand/rand_vms.o crypto/rand/rand_win.o crypto/rand/randfile.o crypto/rc2/rc2_cbc.o crypto/rc2/rc2_ecb.o crypto/rc2/rc2_skey.o crypto/rc2/rc2cfb64.o crypto/rc2/rc2ofb64.o crypto/rc4/rc4-586.o crypto/ripemd/rmd-586.o crypto/ripemd/rmd_dgst.o crypto/ripemd/rmd_one.o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_chk.o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_depr.o crypto/rsa/rsa_err.o crypto/rsa/rsa_gen.o crypto/rsa/rsa_lib.o crypto/rsa/rsa_meth.o crypto/rsa/rsa_mp.o crypto/rsa/rsa_none.o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_prn.o crypto/rsa/rsa_pss.o crypto/rsa/rsa_saos.o crypto/rsa/rsa_sign.o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931g.o crypto/sha/keccak1600.o crypto/sha/sha1-586.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-586.o crypto/sha/sha256.o crypto/sha/sha512-586.o crypto/sha/sha512.o crypto/siphash/siphash.o crypto/siphash/siphash_ameth.o crypto/siphash/siphash_pmeth.o crypto/sm2/sm2_crypt.o crypto/sm2/sm2_err.o crypto/sm2/sm2_pmeth.o crypto/sm2/sm2_sign.o crypto/sm3/m_sm3.o crypto/sm3/sm3.o crypto/sm4/sm4.o crypto/srp/srp_lib.o crypto/srp/srp_vfy.o crypto/stack/stack.o crypto/store/loader_file.o crypto/store/store_err.o crypto/store/store_init.o crypto/store/store_lib.o crypto/store/store_register.o crypto/store/store_strings.o crypto/threads_none.o crypto/threads_pthread.o crypto/threads_win.o crypto/ts/ts_asn1.o crypto/ts/ts_conf.o crypto/ts/ts_err.o crypto/ts/ts_lib.o crypto/ts/ts_req_print.o crypto/ts/ts_req_utils.o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_verify.o crypto/ts/ts_verify_ctx.o crypto/txt_db/txt_db.o crypto/ui/ui_err.o crypto/ui/ui_lib.o crypto/ui/ui_null.o crypto/ui/ui_openssl.o crypto/ui/ui_util.o crypto/uid.o crypto/whrlpool/wp-mmx.o crypto/whrlpool/wp_block.o crypto/whrlpool/wp_dgst.o crypto/x509/by_dir.o crypto/x509/by_file.o crypto/x509/t_crl.o crypto/x509/t_req.o crypto/x509/t_x509.o crypto/x509/x509_att.o crypto/x509/x509_cmp.o crypto/x509/x509_d2.o crypto/x509/x509_def.o crypto/x509/x509_err.o crypto/x509/x509_ext.o crypto/x509/x509_lu.o crypto/x509/x509_meth.o crypto/x509/x509_obj.o crypto/x509/x509_r2x.o crypto/x509/x509_req.o crypto/x509/x509_set.o crypto/x509/x509_trs.o crypto/x509/x509_txt.o crypto/x509/x509_v3.o crypto/x509/x509_vfy.o crypto/x509/x509_vpm.o crypto/x509/x509cset.o crypto/x509/x509name.o crypto/x509/x509rset.o crypto/x509/x509spki.o crypto/x509/x509type.o crypto/x509/x_all.o crypto/x509/x_attrib.o crypto/x509/x_crl.o crypto/x509/x_exten.o crypto/x509/x_name.o crypto/x509/x_pubkey.o crypto/x509/x_req.o crypto/x509/x_x509.o crypto/x509/x_x509a.o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_tree.o crypto/x509v3/v3_addr.o crypto/x509v3/v3_admis.o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_alt.o crypto/x509v3/v3_asid.o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_conf.o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_crld.o crypto/x509v3/v3_enum.o crypto/x509v3/v3_extku.o crypto/x509v3/v3_genn.o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_info.o crypto/x509v3/v3_int.o crypto/x509v3/v3_lib.o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_prn.o crypto/x509v3/v3_purp.o crypto/x509v3/v3_skey.o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_utl.o crypto/x509v3/v3err.o crypto/x86cpuid.o engines/e_capi.o engines/e_padlock-x86.o engines/e_padlock.o
[openssl-sys 0.9.75] ar: warning: creating libcrypto.a
[openssl-sys 0.9.75] ranlib libcrypto.a || echo Never mind.
[openssl-sys 0.9.75] ar r libssl.a ssl/bio_ssl.o ssl/d1_lib.o ssl/d1_msg.o ssl/d1_srtp.o ssl/methods.o ssl/packet.o ssl/pqueue.o ssl/record/dtls1_bitmap.o ssl/record/rec_layer_d1.o ssl/record/rec_layer_s3.o ssl/record/ssl3_buffer.o ssl/record/ssl3_record.o ssl/record/ssl3_record_tls13.o ssl/s3_cbc.o ssl/s3_enc.o ssl/s3_lib.o ssl/s3_msg.o ssl/ssl_asn1.o ssl/ssl_cert.o ssl/ssl_ciph.o ssl/ssl_conf.o ssl/ssl_err.o ssl/ssl_init.o ssl/ssl_lib.o ssl/ssl_mcnf.o ssl/ssl_rsa.o ssl/ssl_sess.o ssl/ssl_stat.o ssl/ssl_txt.o ssl/ssl_utst.o ssl/statem/extensions.o ssl/statem/extensions_clnt.o ssl/statem/extensions_cust.o ssl/statem/extensions_srvr.o ssl/statem/statem.o ssl/statem/statem_clnt.o ssl/statem/statem_dtls.o ssl/statem/statem_lib.o ssl/statem/statem_srvr.o ssl/t1_enc.o ssl/t1_lib.o ssl/t1_trce.o ssl/tls13_enc.o ssl/tls_srp.o
[openssl-sys 0.9.75] ar: warning: creating libssl.a
[openssl-sys 0.9.75] ranlib libssl.a || echo Never mind.
[openssl-sys 0.9.75] gmake[2]: Leaving directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake[1]: Leaving directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] running cd "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src" && "gmake" "install_dev"
[openssl-sys 0.9.75] gmake[1]: Entering directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake depend && gmake _build_libs
[openssl-sys 0.9.75] gmake[2]: Entering directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake[2]: Leaving directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake[2]: Entering directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] gmake[2]: Nothing to be done for '_build_libs'.
[openssl-sys 0.9.75] gmake[2]: Leaving directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] created directory `/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install'
[openssl-sys 0.9.75] created directory `/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib'
[openssl-sys 0.9.75] *** Installing runtime libraries
[openssl-sys 0.9.75] *** Installing development files
[openssl-sys 0.9.75] created directory `/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include'
[openssl-sys 0.9.75] created directory `/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl'
[openssl-sys 0.9.75] install ./include/openssl/aes.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/aes.h
[openssl-sys 0.9.75] install ./include/openssl/asn1.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1.h
[openssl-sys 0.9.75] install ./include/openssl/asn1_mac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1_mac.h
[openssl-sys 0.9.75] install ./include/openssl/asn1err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1err.h
[openssl-sys 0.9.75] install ./include/openssl/asn1t.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1t.h
[openssl-sys 0.9.75] install ./include/openssl/async.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/async.h
[openssl-sys 0.9.75] install ./include/openssl/asyncerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asyncerr.h
[openssl-sys 0.9.75] install ./include/openssl/bio.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bio.h
[openssl-sys 0.9.75] install ./include/openssl/bioerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bioerr.h
[openssl-sys 0.9.75] install ./include/openssl/blowfish.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/blowfish.h
[openssl-sys 0.9.75] install ./include/openssl/bn.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bn.h
[openssl-sys 0.9.75] install ./include/openssl/bnerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bnerr.h
[openssl-sys 0.9.75] install ./include/openssl/buffer.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/buffer.h
[openssl-sys 0.9.75] install ./include/openssl/buffererr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/buffererr.h
[openssl-sys 0.9.75] install ./include/openssl/camellia.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/camellia.h
[openssl-sys 0.9.75] install ./include/openssl/cast.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cast.h
[openssl-sys 0.9.75] install ./include/openssl/cmac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cmac.h
[openssl-sys 0.9.75] install ./include/openssl/cms.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cms.h
[openssl-sys 0.9.75] install ./include/openssl/cmserr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cmserr.h
[openssl-sys 0.9.75] install ./include/openssl/comp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/comp.h
[openssl-sys 0.9.75] install ./include/openssl/comperr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/comperr.h
[openssl-sys 0.9.75] install ./include/openssl/conf.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/conf.h
[openssl-sys 0.9.75] install ./include/openssl/conf_api.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/conf_api.h
[openssl-sys 0.9.75] install ./include/openssl/conferr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/conferr.h
[openssl-sys 0.9.75] install ./include/openssl/crypto.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/crypto.h
[openssl-sys 0.9.75] install ./include/openssl/cryptoerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cryptoerr.h
[openssl-sys 0.9.75] install ./include/openssl/ct.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ct.h
[openssl-sys 0.9.75] install ./include/openssl/cterr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cterr.h
[openssl-sys 0.9.75] install ./include/openssl/des.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/des.h
[openssl-sys 0.9.75] install ./include/openssl/dh.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dh.h
[openssl-sys 0.9.75] install ./include/openssl/dherr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dherr.h
[openssl-sys 0.9.75] install ./include/openssl/dsa.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dsa.h
[openssl-sys 0.9.75] install ./include/openssl/dsaerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dsaerr.h
[openssl-sys 0.9.75] install ./include/openssl/dtls1.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dtls1.h
[openssl-sys 0.9.75] install ./include/openssl/e_os2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/e_os2.h
[openssl-sys 0.9.75] install ./include/openssl/ebcdic.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ebcdic.h
[openssl-sys 0.9.75] install ./include/openssl/ec.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ec.h
[openssl-sys 0.9.75] install ./include/openssl/ecdh.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ecdh.h
[openssl-sys 0.9.75] install ./include/openssl/ecdsa.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ecdsa.h
[openssl-sys 0.9.75] install ./include/openssl/ecerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ecerr.h
[openssl-sys 0.9.75] install ./include/openssl/engine.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/engine.h
[openssl-sys 0.9.75] install ./include/openssl/engineerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/engineerr.h
[openssl-sys 0.9.75] install ./include/openssl/err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/err.h
[openssl-sys 0.9.75] install ./include/openssl/evp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/evp.h
[openssl-sys 0.9.75] install ./include/openssl/evperr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/evperr.h
[openssl-sys 0.9.75] install ./include/openssl/hmac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/hmac.h
[openssl-sys 0.9.75] install ./include/openssl/idea.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/idea.h
[openssl-sys 0.9.75] install ./include/openssl/kdf.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/kdf.h
[openssl-sys 0.9.75] install ./include/openssl/kdferr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/kdferr.h
[openssl-sys 0.9.75] install ./include/openssl/lhash.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/lhash.h
[openssl-sys 0.9.75] install ./include/openssl/md2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/md2.h
[openssl-sys 0.9.75] install ./include/openssl/md4.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/md4.h
[openssl-sys 0.9.75] install ./include/openssl/md5.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/md5.h
[openssl-sys 0.9.75] install ./include/openssl/mdc2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/mdc2.h
[openssl-sys 0.9.75] install ./include/openssl/modes.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/modes.h
[openssl-sys 0.9.75] install ./include/openssl/obj_mac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/obj_mac.h
[openssl-sys 0.9.75] install ./include/openssl/objects.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/objects.h
[openssl-sys 0.9.75] install ./include/openssl/objectserr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/objectserr.h
[openssl-sys 0.9.75] install ./include/openssl/ocsp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ocsp.h
[openssl-sys 0.9.75] install ./include/openssl/ocsperr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ocsperr.h
[openssl-sys 0.9.75] install ./include/openssl/opensslconf.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/opensslconf.h
[openssl-sys 0.9.75] install ./include/openssl/opensslv.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/opensslv.h
[openssl-sys 0.9.75] install ./include/openssl/ossl_typ.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ossl_typ.h
[openssl-sys 0.9.75] install ./include/openssl/pem.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pem.h
[openssl-sys 0.9.75] install ./include/openssl/pem2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pem2.h
[openssl-sys 0.9.75] install ./include/openssl/pemerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pemerr.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs12.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs12.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs12err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs12err.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs7.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs7.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs7err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs7err.h
[openssl-sys 0.9.75] install ./include/openssl/rand.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rand.h
[openssl-sys 0.9.75] install ./include/openssl/rand_drbg.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rand_drbg.h
[openssl-sys 0.9.75] install ./include/openssl/randerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/randerr.h
[openssl-sys 0.9.75] install ./include/openssl/rc2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rc2.h
[openssl-sys 0.9.75] install ./include/openssl/rc4.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rc4.h
[openssl-sys 0.9.75] install ./include/openssl/rc5.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rc5.h
[openssl-sys 0.9.75] install ./include/openssl/ripemd.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ripemd.h
[openssl-sys 0.9.75] install ./include/openssl/rsa.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rsa.h
[openssl-sys 0.9.75] install ./include/openssl/rsaerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rsaerr.h
[openssl-sys 0.9.75] install ./include/openssl/safestack.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/safestack.h
[openssl-sys 0.9.75] install ./include/openssl/seed.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/seed.h
[openssl-sys 0.9.75] install ./include/openssl/sha.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/sha.h
[openssl-sys 0.9.75] install ./include/openssl/srp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/srp.h
[openssl-sys 0.9.75] install ./include/openssl/srtp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/srtp.h
[openssl-sys 0.9.75] install ./include/openssl/ssl.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ssl.h
[openssl-sys 0.9.75] install ./include/openssl/ssl2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ssl2.h
[openssl-sys 0.9.75] install ./include/openssl/ssl3.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ssl3.h
[openssl-sys 0.9.75] install ./include/openssl/sslerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/sslerr.h
[openssl-sys 0.9.75] install ./include/openssl/stack.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/stack.h
[openssl-sys 0.9.75] install ./include/openssl/store.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/store.h
[openssl-sys 0.9.75] install ./include/openssl/storeerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/storeerr.h
[openssl-sys 0.9.75] install ./include/openssl/symhacks.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/symhacks.h
[openssl-sys 0.9.75] install ./include/openssl/tls1.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/tls1.h
[openssl-sys 0.9.75] install ./include/openssl/ts.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ts.h
[openssl-sys 0.9.75] install ./include/openssl/tserr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/tserr.h
[openssl-sys 0.9.75] install ./include/openssl/txt_db.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/txt_db.h
[openssl-sys 0.9.75] install ./include/openssl/ui.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ui.h
[openssl-sys 0.9.75] install ./include/openssl/uierr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/uierr.h
[openssl-sys 0.9.75] install ./include/openssl/whrlpool.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/whrlpool.h
[openssl-sys 0.9.75] install ./include/openssl/x509.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509.h
[openssl-sys 0.9.75] install ./include/openssl/x509_vfy.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509_vfy.h
[openssl-sys 0.9.75] install ./include/openssl/x509err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509err.h
[openssl-sys 0.9.75] install ./include/openssl/x509v3.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509v3.h
[openssl-sys 0.9.75] install ./include/openssl/x509v3err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509v3err.h
[openssl-sys 0.9.75] install ./include/openssl/aes.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/aes.h
[openssl-sys 0.9.75] install ./include/openssl/asn1.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1.h
[openssl-sys 0.9.75] install ./include/openssl/asn1_mac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1_mac.h
[openssl-sys 0.9.75] install ./include/openssl/asn1err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1err.h
[openssl-sys 0.9.75] install ./include/openssl/asn1t.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asn1t.h
[openssl-sys 0.9.75] install ./include/openssl/async.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/async.h
[openssl-sys 0.9.75] install ./include/openssl/asyncerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/asyncerr.h
[openssl-sys 0.9.75] install ./include/openssl/bio.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bio.h
[openssl-sys 0.9.75] install ./include/openssl/bioerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bioerr.h
[openssl-sys 0.9.75] install ./include/openssl/blowfish.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/blowfish.h
[openssl-sys 0.9.75] install ./include/openssl/bn.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bn.h
[openssl-sys 0.9.75] install ./include/openssl/bnerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/bnerr.h
[openssl-sys 0.9.75] install ./include/openssl/buffer.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/buffer.h
[openssl-sys 0.9.75] install ./include/openssl/buffererr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/buffererr.h
[openssl-sys 0.9.75] install ./include/openssl/camellia.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/camellia.h
[openssl-sys 0.9.75] install ./include/openssl/cast.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cast.h
[openssl-sys 0.9.75] install ./include/openssl/cmac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cmac.h
[openssl-sys 0.9.75] install ./include/openssl/cms.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cms.h
[openssl-sys 0.9.75] install ./include/openssl/cmserr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cmserr.h
[openssl-sys 0.9.75] install ./include/openssl/comp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/comp.h
[openssl-sys 0.9.75] install ./include/openssl/comperr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/comperr.h
[openssl-sys 0.9.75] install ./include/openssl/conf.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/conf.h
[openssl-sys 0.9.75] install ./include/openssl/conf_api.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/conf_api.h
[openssl-sys 0.9.75] install ./include/openssl/conferr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/conferr.h
[openssl-sys 0.9.75] install ./include/openssl/crypto.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/crypto.h
[openssl-sys 0.9.75] install ./include/openssl/cryptoerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cryptoerr.h
[openssl-sys 0.9.75] install ./include/openssl/ct.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ct.h
[openssl-sys 0.9.75] install ./include/openssl/cterr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/cterr.h
[openssl-sys 0.9.75] install ./include/openssl/des.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/des.h
[openssl-sys 0.9.75] install ./include/openssl/dh.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dh.h
[openssl-sys 0.9.75] install ./include/openssl/dherr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dherr.h
[openssl-sys 0.9.75] install ./include/openssl/dsa.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dsa.h
[openssl-sys 0.9.75] install ./include/openssl/dsaerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dsaerr.h
[openssl-sys 0.9.75] install ./include/openssl/dtls1.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/dtls1.h
[openssl-sys 0.9.75] install ./include/openssl/e_os2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/e_os2.h
[openssl-sys 0.9.75] install ./include/openssl/ebcdic.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ebcdic.h
[openssl-sys 0.9.75] install ./include/openssl/ec.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ec.h
[openssl-sys 0.9.75] install ./include/openssl/ecdh.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ecdh.h
[openssl-sys 0.9.75] install ./include/openssl/ecdsa.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ecdsa.h
[openssl-sys 0.9.75] install ./include/openssl/ecerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ecerr.h
[openssl-sys 0.9.75] install ./include/openssl/engine.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/engine.h
[openssl-sys 0.9.75] install ./include/openssl/engineerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/engineerr.h
[openssl-sys 0.9.75] install ./include/openssl/err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/err.h
[openssl-sys 0.9.75] install ./include/openssl/evp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/evp.h
[openssl-sys 0.9.75] install ./include/openssl/evperr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/evperr.h
[openssl-sys 0.9.75] install ./include/openssl/hmac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/hmac.h
[openssl-sys 0.9.75] install ./include/openssl/idea.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/idea.h
[openssl-sys 0.9.75] install ./include/openssl/kdf.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/kdf.h
[openssl-sys 0.9.75] install ./include/openssl/kdferr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/kdferr.h
[openssl-sys 0.9.75] install ./include/openssl/lhash.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/lhash.h
[openssl-sys 0.9.75] install ./include/openssl/md2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/md2.h
[openssl-sys 0.9.75] install ./include/openssl/md4.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/md4.h
[openssl-sys 0.9.75] install ./include/openssl/md5.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/md5.h
[openssl-sys 0.9.75] install ./include/openssl/mdc2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/mdc2.h
[openssl-sys 0.9.75] install ./include/openssl/modes.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/modes.h
[openssl-sys 0.9.75] install ./include/openssl/obj_mac.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/obj_mac.h
[openssl-sys 0.9.75] install ./include/openssl/objects.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/objects.h
[openssl-sys 0.9.75] install ./include/openssl/objectserr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/objectserr.h
[openssl-sys 0.9.75] install ./include/openssl/ocsp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ocsp.h
[openssl-sys 0.9.75] install ./include/openssl/ocsperr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ocsperr.h
[openssl-sys 0.9.75] install ./include/openssl/opensslconf.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/opensslconf.h
[openssl-sys 0.9.75] install ./include/openssl/opensslv.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/opensslv.h
[openssl-sys 0.9.75] install ./include/openssl/ossl_typ.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ossl_typ.h
[openssl-sys 0.9.75] install ./include/openssl/pem.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pem.h
[openssl-sys 0.9.75] install ./include/openssl/pem2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pem2.h
[openssl-sys 0.9.75] install ./include/openssl/pemerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pemerr.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs12.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs12.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs12err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs12err.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs7.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs7.h
[openssl-sys 0.9.75] install ./include/openssl/pkcs7err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/pkcs7err.h
[openssl-sys 0.9.75] install ./include/openssl/rand.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rand.h
[openssl-sys 0.9.75] install ./include/openssl/rand_drbg.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rand_drbg.h
[openssl-sys 0.9.75] install ./include/openssl/randerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/randerr.h
[openssl-sys 0.9.75] install ./include/openssl/rc2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rc2.h
[openssl-sys 0.9.75] install ./include/openssl/rc4.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rc4.h
[openssl-sys 0.9.75] install ./include/openssl/rc5.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rc5.h
[openssl-sys 0.9.75] install ./include/openssl/ripemd.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ripemd.h
[openssl-sys 0.9.75] install ./include/openssl/rsa.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rsa.h
[openssl-sys 0.9.75] install ./include/openssl/rsaerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/rsaerr.h
[openssl-sys 0.9.75] install ./include/openssl/safestack.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/safestack.h
[openssl-sys 0.9.75] install ./include/openssl/seed.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/seed.h
[openssl-sys 0.9.75] install ./include/openssl/sha.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/sha.h
[openssl-sys 0.9.75] install ./include/openssl/srp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/srp.h
[openssl-sys 0.9.75] install ./include/openssl/srtp.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/srtp.h
[openssl-sys 0.9.75] install ./include/openssl/ssl.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ssl.h
[openssl-sys 0.9.75] install ./include/openssl/ssl2.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ssl2.h
[openssl-sys 0.9.75] install ./include/openssl/ssl3.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ssl3.h
[openssl-sys 0.9.75] install ./include/openssl/sslerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/sslerr.h
[openssl-sys 0.9.75] install ./include/openssl/stack.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/stack.h
[openssl-sys 0.9.75] install ./include/openssl/store.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/store.h
[openssl-sys 0.9.75] install ./include/openssl/storeerr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/storeerr.h
[openssl-sys 0.9.75] install ./include/openssl/symhacks.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/symhacks.h
[openssl-sys 0.9.75] install ./include/openssl/tls1.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/tls1.h
[openssl-sys 0.9.75] install ./include/openssl/ts.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ts.h
[openssl-sys 0.9.75] install ./include/openssl/tserr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/tserr.h
[openssl-sys 0.9.75] install ./include/openssl/txt_db.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/txt_db.h
[openssl-sys 0.9.75] install ./include/openssl/ui.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/ui.h
[openssl-sys 0.9.75] install ./include/openssl/uierr.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/uierr.h
[openssl-sys 0.9.75] install ./include/openssl/whrlpool.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/whrlpool.h
[openssl-sys 0.9.75] install ./include/openssl/x509.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509.h
[openssl-sys 0.9.75] install ./include/openssl/x509_vfy.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509_vfy.h
[openssl-sys 0.9.75] install ./include/openssl/x509err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509err.h
[openssl-sys 0.9.75] install ./include/openssl/x509v3.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509v3.h
[openssl-sys 0.9.75] install ./include/openssl/x509v3err.h -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include/openssl/x509v3err.h
[openssl-sys 0.9.75] install libcrypto.a -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/libcrypto.a
[openssl-sys 0.9.75] install libssl.a -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/libssl.a
[openssl-sys 0.9.75] created directory `/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/pkgconfig'
[openssl-sys 0.9.75] install libcrypto.pc -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/pkgconfig/libcrypto.pc
[openssl-sys 0.9.75] install libssl.pc -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/pkgconfig/libssl.pc
[openssl-sys 0.9.75] install openssl.pc -> /magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib/pkgconfig/openssl.pc
[openssl-sys 0.9.75] gmake[1]: Leaving directory '/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/build/src'
[openssl-sys 0.9.75] cargo:vendored=1
[openssl-sys 0.9.75] cargo:root=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install
[openssl-sys 0.9.75] cargo:rustc-link-search=native=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/lib
[openssl-sys 0.9.75] cargo:include=/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include
[openssl-sys 0.9.75] cargo:rerun-if-changed=build/expando.c
[openssl-sys 0.9.75] OPT_LEVEL = Some("z")
[openssl-sys 0.9.75] TARGET = Some("i686-unknown-freebsd")
[openssl-sys 0.9.75] HOST = Some("i686-unknown-freebsd")
[openssl-sys 0.9.75] CC_i686-unknown-freebsd = None
[openssl-sys 0.9.75] CC_i686_unknown_freebsd = None
[openssl-sys 0.9.75] HOST_CC = None
[openssl-sys 0.9.75] CC = Some("cc")
[openssl-sys 0.9.75] CFLAGS_i686-unknown-freebsd = None
[openssl-sys 0.9.75] CFLAGS_i686_unknown_freebsd = None
[openssl-sys 0.9.75] HOST_CFLAGS = None
[openssl-sys 0.9.75] CFLAGS = Some("-O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing")
[openssl-sys 0.9.75] CRATE_CC_NO_DEFAULTS = None
[openssl-sys 0.9.75] DEBUG = Some("false")
[openssl-sys 0.9.75] CARGO_CFG_TARGET_FEATURE = Some("llvm14-builtins-abi")
[openssl-sys 0.9.75] running: "cc" "-Os" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m32" "-O2" "-pipe" "-fstack-protector-strong" "-isystem" "/usr/local/include" "-fno-strict-aliasing" "-I" "/magus/work/usr/mports/devel/gitui/work/target/i686-unknown-freebsd/release/build/openssl-sys-ac9ee2f9f0645fba/out/openssl-build/install/include" "-E" "build/expando.c"
[openssl-sys 0.9.75] exit status: 0
[openssl-sys 0.9.75] cargo:rustc-cfg=osslconf="OPENSSL_NO_COMP"
[openssl-sys 0.9.75] cargo:rustc-cfg=osslconf="OPENSSL_NO_SSL3_METHOD"
[openssl-sys 0.9.75] cargo:rustc-cfg=osslconf="OPENSSL_NO_SEED"
[openssl-sys 0.9.75] cargo:conf=OPENSSL_NO_COMP,OPENSSL_NO_SSL3_METHOD,OPENSSL_NO_SEED
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl101
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl102
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl102f
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl102h
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl110
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl110f
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl110g
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl110h
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl111
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl111b
[openssl-sys 0.9.75] cargo:rustc-cfg=ossl111c
[openssl-sys 0.9.75] cargo:version_number=1010111f
[openssl-sys 0.9.75] cargo:version=111
[openssl-sys 0.9.75] cargo:rerun-if-env-changed=I686_UNKNOWN_FREEBSD_OPENSSL_LIBS
[openssl-sys 0.9.75] I686_UNKNOWN_FREEBSD_OPENSSL_LIBS unset
[openssl-sys 0.9.75] cargo:rerun-if-env-changed=OPENSSL_LIBS
[openssl-sys 0.9.75] OPENSSL_LIBS unset
[openssl-sys 0.9.75] cargo:rerun-if-env-changed=I686_UNKNOWN_FREEBSD_OPENSSL_STATIC
[openssl-sys 0.9.75] I686_UNKNOWN_FREEBSD_OPENSSL_STATIC unset
[openssl-sys 0.9.75] cargo:rerun-if-env-changed=OPENSSL_STATIC
[openssl-sys 0.9.75] OPENSSL_STATIC unset
[openssl-sys 0.9.75] cargo:rustc-link-lib=static=ssl
[openssl-sys 0.9.75] cargo:rustc-link-lib=static=crypto
*** Error code 101

Stop.
make: stopped in /usr/mports/devel/gitui

Links

Depends On

Depend Of

Nothing

Categories