svn commit: r553826 - head/lang/rust-bootstrap

Mikael Urankar mikael at FreeBSD.org
Sun Nov 1 08:06:42 UTC 2020


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/_/-/}


More information about the svn-ports-all mailing list