git: c073e72f5f7c - main - lang/rust: Garbage collect shebangfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Jun 2023 10:29:18 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=c073e72f5f7c89efe310d568a976cc9df74a4551 commit c073e72f5f7c89efe310d568a976cc9df74a4551 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-06-20 10:26:44 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-06-20 10:29:13 +0000 lang/rust: Garbage collect shebangfix These issues were fixed a year ago. Differential Revision: https://reviews.freebsd.org/D40508 --- lang/rust/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index cb262c1afffa..0db68e50d2c8 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -30,7 +30,7 @@ ONLY_FOR_ARCHS_REASON?= requires prebuilt bootstrap compiler BUILD_DEPENDS= cmake:devel/cmake-core LIB_DEPENDS= libcurl.so:ftp/curl -USES= cpe ninja:build pkgconfig python:3.7+,build shebangfix ssl tar:xz +USES= cpe ninja:build pkgconfig python:3.7+,build ssl tar:xz CPE_VENDOR= rust-lang @@ -94,11 +94,6 @@ _COMPONENTS+= cargo-${_PACKAGE_VERS}-${_RUST_TARGET} \ rust-analysis-${_PACKAGE_VERS}-${_RUST_TARGET} \ rust-std-${_PACKAGE_VERS}-${_RUST_TARGET} -# https://github.com/bjorn3/rustc_codegen_cranelift/commit/83d470d91c15d0cb5890705291e6ee9e5be8a842 -# https://github.com/rust-lang/rustc_codegen_gcc/pull/160 -SHEBANG_FILES= compiler/rustc_codegen_cranelift/scripts/* \ - compiler/rustc_codegen_gcc/*.sh compiler/rustc_codegen_gcc/build_sysroot/*.sh - .include <bsd.port.pre.mk> .if ${OPSYS} != FreeBSD