Index: head/devel/rust-bindgen/Makefile =================================================================== --- head/devel/rust-bindgen/Makefile (revision 497901) +++ head/devel/rust-bindgen/Makefile (revision 497902) @@ -1,80 +1,80 @@ # $FreeBSD$ PORTNAME= bindgen DISTVERSION= 0.49.0 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Generate Rust bindings from C (and some C++) code LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cargo -PLIST_FILES= bin/bindgen +PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= aho-corasick-0.6.8 \ ansi_term-0.11.0 \ atty-0.2.11 \ backtrace-0.3.11 \ backtrace-sys-0.1.28 \ bitflags-1.0.4 \ byteorder-1.2.7 \ cc-1.0.25 \ cexpr-0.3.3 \ cfg-if-0.1.5 \ clang-sys-0.28.0 \ clap-2.32.0 \ diff-0.1.11 \ env_logger-0.6.0 \ failure-0.1.5 \ glob-0.2.11 \ hashbrown-0.1.7 \ humantime-1.1.1 \ lazy_static-1.1.0 \ libc-0.2.49 \ libloading-0.5.0 \ log-0.4.5 \ memchr-2.1.0 \ nom-4.0.0 \ peeking_take_while-0.1.2 \ proc-macro2-0.4.19 \ quick-error-1.2.2 \ quote-0.6.8 \ redox_syscall-0.1.40 \ redox_termios-0.1.1 \ regex-1.0.5 \ regex-syntax-0.6.2 \ rustc-demangle-0.1.13 \ scopeguard-0.3.3 \ shlex-0.1.1 \ strsim-0.7.0 \ termcolor-1.0.4 \ termion-1.5.1 \ textwrap-0.10.0 \ thread_local-0.3.6 \ ucd-util-0.1.1 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ utf8-ranges-1.0.1 \ vec_map-0.8.1 \ version_check-0.1.4 \ which-2.0.1 \ winapi-0.3.5 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.1 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wincolor-1.0.1 post-patch: @${REINPLACE_CMD} -e 's,"llvm-config,&${LLVM_DEFAULT},' \ ${WRKSRC}/cargo-crates/clang-sys-*/build/common.rs \ ${WRKSRC}/cargo-crates/clang-sys-*/src/support.rs .include Index: head/devel/rust-cbindgen/Makefile =================================================================== --- head/devel/rust-cbindgen/Makefile (revision 497901) +++ head/devel/rust-cbindgen/Makefile (revision 497902) @@ -1,67 +1,67 @@ # $FreeBSD$ PORTNAME= cbindgen DISTVERSION= 0.8.2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org COMMENT= Generate C bindings from Rust code LICENSE= MPL20 RUN_DEPENDS= cargo:lang/${RUST_DEFAULT} USES= cargo -PLIST_FILES= bin/cbindgen +PLIST_FILES= bin/${PORTNAME} CARGO_CRATES= ansi_term-0.11.0 \ atty-0.2.11 \ autocfg-0.1.2 \ bitflags-1.0.4 \ cfg-if-0.1.6 \ clap-2.32.0 \ cloudabi-0.0.3 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ itoa-0.4.3 \ libc-0.2.49 \ log-0.4.6 \ proc-macro2-0.4.25 \ quote-0.6.10 \ rand-0.6.4 \ rand_chacha-0.1.1 \ rand_core-0.3.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_os-0.1.1 \ rand_pcg-0.1.1 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.50 \ redox_termios-0.1.1 \ remove_dir_all-0.5.1 \ rustc_version-0.2.3 \ ryu-0.2.7 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.84 \ serde_derive-1.0.84 \ serde_json-1.0.36 \ strsim-0.7.0 \ syn-0.15.26 \ tempfile-3.0.5 \ termion-1.5.1 \ textwrap-0.10.0 \ toml-0.4.10 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ vec_map-0.8.1 \ winapi-0.3.6 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 .include