1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/misc/broot/Makefile
Tobias Kortkamp 83209114b8 lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
  architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
  produce more useful failure logs when something panics during
  builds

Changes:	https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D23385
2020-01-30 20:00:06 +00:00

166 lines
3.3 KiB
Makefile

# $FreeBSD$
PORTNAME= broot
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.1
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= vulcan@wired.sh
COMMENT= Quick and easy new way to see and navigate directory trees
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= canop
CARGO_CRATES= aho-corasick-0.7.6 \
ansi_term-0.11.0 \
arc-swap-0.4.4 \
arrayref-0.3.5 \
arrayvec-0.4.12 \
atty-0.2.13 \
autocfg-0.1.7 \
backtrace-0.3.40 \
backtrace-sys-0.1.32 \
base64-0.10.1 \
bitflags-1.2.1 \
blake2b_simd-0.5.8 \
bstr-0.2.8 \
byteorder-1.3.2 \
cast-0.2.3 \
cc-1.0.46 \
cfg-if-0.1.10 \
chrono-0.4.9 \
clap-2.33.0 \
cloudabi-0.0.3 \
constant_time_eq-0.1.4 \
criterion-0.3.0 \
criterion-plot-0.4.0 \
crossbeam-0.7.2 \
crossbeam-channel-0.3.9 \
crossbeam-deque-0.7.2 \
crossbeam-epoch-0.7.2 \
crossbeam-epoch-0.8.0 \
crossbeam-queue-0.1.2 \
crossbeam-queue-0.2.0 \
crossbeam-utils-0.6.6 \
crossbeam-utils-0.7.0 \
crossterm-0.14.2 \
crossterm_winapi-0.5.1 \
csv-1.1.1 \
csv-core-0.1.6 \
custom_error-1.7.1 \
directories-2.0.2 \
dirs-2.0.2 \
dirs-sys-0.3.4 \
either-1.5.3 \
failure-0.1.6 \
failure_derive-0.1.6 \
fuchsia-cprng-0.1.1 \
fuchsia-zircon-0.3.3 \
fuchsia-zircon-sys-0.3.3 \
getrandom-0.1.13 \
glob-0.3.0 \
hermit-abi-0.1.3 \
id-arena-2.2.1 \
iovec-0.1.4 \
is_executable-0.1.2 \
itertools-0.8.2 \
itoa-0.4.4 \
kernel32-sys-0.2.2 \
lazy-regex-0.1.2 \
lazy_static-1.4.0 \
libc-0.2.65 \
lock_api-0.3.2 \
log-0.4.8 \
memchr-2.2.1 \
memoffset-0.5.2 \
minimad-0.6.3 \
mio-0.6.19 \
miow-0.2.1 \
net2-0.2.33 \
nodrop-0.1.14 \
num-integer-0.1.41 \
num-traits-0.2.8 \
num_cpus-1.11.1 \
open-1.3.2 \
parking_lot-0.10.0 \
parking_lot_core-0.7.0 \
pathdiff-0.1.0 \
proc-macro2-1.0.6 \
quote-1.0.2 \
rand_core-0.3.1 \
rand_core-0.4.2 \
rand_core-0.5.1 \
rand_os-0.1.3 \
rand_os-0.2.2 \
rand_xoshiro-0.3.1 \
rayon-1.2.1 \
rayon-core-1.6.1 \
rdrand-0.4.0 \
redox_syscall-0.1.56 \
redox_users-0.3.1 \
regex-1.3.1 \
regex-automata-0.1.8 \
regex-syntax-0.6.12 \
rust-argon2-0.5.1 \
rustc-demangle-0.1.16 \
rustc_version-0.2.3 \
ryu-1.0.2 \
same-file-1.0.5 \
scopeguard-1.0.0 \
semver-0.9.0 \
semver-parser-0.7.0 \
serde-1.0.102 \
serde_derive-1.0.103 \
serde_json-1.0.42 \
signal-hook-0.1.12 \
signal-hook-registry-1.2.0 \
simplelog-0.7.4 \
slab-0.4.2 \
smallvec-1.0.0 \
strsim-0.8.0 \
syn-1.0.7 \
synstructure-0.12.1 \
term-0.6.1 \
termimad-0.8.11 \
textwrap-0.11.0 \
thiserror-1.0.4 \
thiserror-impl-1.0.4 \
thread_local-0.3.6 \
time-0.1.42 \
tinytemplate-1.0.2 \
toml-0.5.5 \
umask-0.1.7 \
unicode-width-0.1.6 \
unicode-xid-0.2.0 \
users-0.9.1 \
vec_map-0.8.1 \
walkdir-2.2.9 \
wasi-0.7.0 \
winapi-0.2.8 \
winapi-0.3.8 \
winapi-build-0.1.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.2 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
ws2_32-sys-0.2.1
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= CHANGELOG.md README.md
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>