Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 21:32:01 +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-branches@freebsd.org
Subject:   svn commit: r408596 - branches/2016Q1/devel/cargo
Message-ID:  <201602092132.u19LW1Cs072588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell (src committer)
Date: Tue Feb  9 21:32:01 2016
New Revision: 408596
URL: https://svnweb.freebsd.org/changeset/ports/408596

Log:
  MFH: r408340
  
  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:	ports-secteam (feld), jbeich
  Differential Revision:	https://reviews.freebsd.org/D5219

Modified:
  branches/2016Q1/devel/cargo/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/cargo/Makefile
==============================================================================
--- branches/2016Q1/devel/cargo/Makefile	Tue Feb  9 20:44:50 2016	(r408595)
+++ branches/2016Q1/devel/cargo/Makefile	Tue Feb  9 21:32:01 2016	(r408596)
@@ -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?201602092132.u19LW1Cs072588>