Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 14:40:38 +0100
From:      "Carlos J. Puga Medina" <cjpm@gmx.us>
To:        =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= <dumbbell@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r453113 - head/lang/rust
Message-ID:  <493EF844-0409-41E5-B40B-5198AD8B8485@gmx.us>
In-Reply-To: <201710291238.v9TCc9Gk055219@repo.freebsd.org>
References:  <201710291238.v9TCc9Gk055219@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On October 29, 2017 1:38:09 PM GMT+01:00, "Jean-S=C3=A9bastien P=C3=A9dron=
" <dumbbell@FreeBSD=2Eorg> wrote:
>Author: dumbbell
>Date: Sun Oct 29 12:38:09 2017
>New Revision: 453113
>URL: https://svnweb=2Efreebsd=2Eorg/changeset/ports/453113
>
>Log:
>  lang/rust: Fix paths in `manifest-rls-preview`
> =20
>  Like other manifests, without this, it still references the stage
>  directory=2E This error is reported when DEVELOPER=3DYES is set=2E
> =20
>  While here, strip `bin/rls`=2E
> =20
>  Reported by:	bar@, cpm@
>
>Modified:
>  head/lang/rust/Makefile
>
>Modified: head/lang/rust/Makefile
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
>--- head/lang/rust/Makefile	Sun Oct 29 12:37:59 2017	(r453112)
>+++ head/lang/rust/Makefile	Sun Oct 29 12:38:09 2017	(r453113)
>@@ -3,6 +3,7 @@
>=20
> PORTNAME=3D	rust
> PORTVERSION?=3D	1=2E21=2E0
>+PORTREVISION=3D	1
> CATEGORIES=3D	lang
> MASTER_SITES=3D	http://static=2Erust-lang=2Eorg/dist/:src \
> 		LOCAL/dumbbell/rust:rust_bootstrap \
>@@ -82,6 +83,7 @@
>LLVM_CONFIG=3D			${LOCALBASE}/bin/llvm-config${LLVM_VER}
> #     - pre-install to cleanup the ${STAGEDIR}
> #     - post-install to populate the ${TMPPLIST}
> RUST_MANIFESTS=3D		lib/rustlib/manifest-cargo \
>+			lib/rustlib/manifest-rls-preview \
> 			lib/rustlib/manifest-rustc \
> 			lib/rustlib/manifest-rust-analysis-${RUST_TARGET} \
> 			lib/rustlib/manifest-rust-std-${RUST_TARGET}
>@@ -321,6 +323,7 @@ post-install:
> # but they contain non-object files which make strip(1) unhappy=2E
> 	@${STRIP_CMD} \
> 		${STAGEDIR}${PREFIX}/bin/cargo \
>+		${STAGEDIR}${PREFIX}/bin/rls \
> 		${STAGEDIR}${PREFIX}/bin/rustc \
> 		${STAGEDIR}${PREFIX}/bin/rustdoc \
> 		${STAGEDIR}${PREFIX}/lib/*=2Eso \


Thanks, Jean-S=C3=A9bastien!
-
Sent from my Android phone with K-9 Mail=2E Please excuse my brevity=2E



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?493EF844-0409-41E5-B40B-5198AD8B8485>