Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2020 08:06:42 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553826 - head/lang/rust-bootstrap
Message-ID:  <202011010806.0A186gD7016151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sun Nov  1 08:06:42 2020
New Revision: 553826
URL: https://svnweb.freebsd.org/changeset/ports/553826

Log:
  lang/rust-bootstrap: building the bootstrap for powerpc64le requires a recent FreeBSD 13.x version

Modified:
  head/lang/rust-bootstrap/Makefile

Modified: head/lang/rust-bootstrap/Makefile
==============================================================================
--- head/lang/rust-bootstrap/Makefile	Sun Nov  1 06:08:24 2020	(r553825)
+++ head/lang/rust-bootstrap/Makefile	Sun Nov  1 08:06:42 2020	(r553826)
@@ -104,6 +104,9 @@ IGNORE=	is only for FreeBSD
 .elif ${OSVERSION} < 1200502
 IGNORE=	will not build on 12.0 due to old toolchain; 11.x untested
 .endif
+.if ${FLAVOR} == powerpc64le && ${OSVERSION} < 1300116
+IGNORE=	will not build on 12.x due to old system
+.endif
 
 .if exists(${PATCHDIR}/${FLAVOR:S/_/-/})
 EXTRA_PATCHES+=	${PATCHDIR}/${FLAVOR:S/_/-/}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011010806.0A186gD7016151>