svn commit: r408596 - branches/2016Q1/devel/cargo

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Tue Feb 9 21:32:02 UTC 2016


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


More information about the svn-ports-all mailing list