Date: Sun, 7 Feb 2016 00:34:38 +0000 (UTC) From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408340 - head/devel/cargo Message-ID: <201602070034.u170YccP044386@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dumbbell (src committer) Date: Sun Feb 7 00:34:38 2016 New Revision: 408340 URL: https://svnweb.freebsd.org/changeset/ports/408340 Log: devel/cargo: Build on amd64 only Cargo requires a prebuilt bootstrapped version of itself. The only one available for FreeBSD is for amd64. This prevents build failures on i386. Reviewed by: jbeich Approved by: jbeich MFH: 2016Q1 Differential Revision: https://reviews.freebsd.org/D5219 Modified: head/devel/cargo/Makefile Modified: head/devel/cargo/Makefile ============================================================================== --- head/devel/cargo/Makefile Sun Feb 7 00:30:49 2016 (r408339) +++ head/devel/cargo/Makefile Sun Feb 7 00:34:38 2016 (r408340) @@ -44,6 +44,9 @@ GH_ACCOUNT= rust-lang GH_PROJECT= rust-installer:rust_installer GH_TAGNAME= 4915c75:rust_installer +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= requires prebuilt bootstrap cargo + CARGO_BOOT_SIG= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl} CARGO_BOOT= ${PORTNAME}-nightly-${CARGO_BOOT_SIG}${EXTRACT_SUFX} CARGO_REGISTRY= ${PORTNAME}-registry-${DISTVERSIONFULL}.tar.xz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602070034.u170YccP044386>